Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ users, one file per version code under
`fastlane/metadata/android/en-US/changelogs/`, and pasted into the Play Console
when the release is promoted.

## Unreleased

- PDFs look much closer to the original: text sits at the right place and size,
colours match, pages are trimmed the way a PDF viewer trims them, and more of
their images come through. Some PDFs that opened blank now open properly.
- Text is shown in the font the document asks for. Slides whose writing was
there but invisible now show it, and spreadsheet cells are drawn in their own
font rather than the sheet's.
- Documents built on a template keep their layout: a letter's address and date
land in their boxes, and the page keeps the margins its letterhead needs.
- Images sit where the document puts them, centred if the file centres them, and
stay inside their frames instead of covering the page.
- Blank lines survive being copied out of a document.
- Large or unusually built documents open instead of crashing the app, and take
less memory while they do. A single unreadable character no longer costs you
the whole document.

## 4.14.0

- The app opens on the documents you had open recently, instead of a welcome
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ googleJavaFormat = "1.35.0"
ktfmt = "0.64"

# odrcore's JNI bindings, java and native in one AAR, published from OpenDocument.core
odrCore = "6.5.0"
odrCore = "6.6.0"

androidxAnnotation = "1.10.0"
androidxAppcompat = "1.7.1"
Expand Down