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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ takes 500 characters, so not everything here reaches the store.

## Unreleased

- A selection in a PDF covers the spaces between words, and no longer drifts to the
right along a line.
- Dragging a selection in a PDF over blank space or a link no longer jumps to the
start or the end of the page.
- A drawing on a PDF lands where the finger went when the page is zoomed to fit.
- More PDFs open: some that failed before now open, a scanned page stored as a fax
shows where it used to be blank, and the text of a PDF made by an old Ghostscript
shows.
- A scanned PDF opens faster.
- A Markdown file keeps side margins, like other documents, when the margins are on.

## 4.20.0

- Editing reaches PowerPoint files, spreadsheet cells and plain text files, has undo and
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 = "7.3.1"
odrCore = "7.3.2"

androidxAnnotation = "1.10.0"
androidxAppcompat = "1.8.0"
Expand Down
Loading