Release Highlight
- New: Redesigned update dialog with a progress bar during downloads for a smoother update experience.
- New: You can now set header and footer visibility separately for paginated and scroll modes.
- Fixed layout issues in the bottom configuration panel when using RTL (right-to-left) languages.
- Fixed TXT file import issues on Android by improving support for content provider file paths.
- Fixed transformed punctuations when highlighting text with vertical layout.
- Improved login flow on macOS by handling OAuth with the native ASWebAuthenticationSession.
What's Changed
- fix: RTL layout for the bottom configuration panel, closes #849 by @chrox in #850
- fix: no padding top for bookmark ribbon by @chrox in #851
- feat: also add sans-serif CJK fonts by @chrox in #853
- feat: support native sign-in-with-apple on macOS by @chrox in #856
- feat: support separate header/footer visibility for paginated and scrolled modes by @chrox in #859
- fix: handle file basename from content provider uri by @chrox in #861
- fix: reverse punctuation transform when highlighting by @chrox in #862
- refactor: OAuth flow is now handled via ASWebAuthenticationSession on macOS by @chrox in #866
- chore: show webview version info in the about window by @chrox in #869
- fix: window maximized and fullscreen now don't conflict with each other by @chrox in #872
- refactor: new updater dialog by @chrox in #874
- release: version 0.9.33 by @chrox in #875
Full Changelog: v0.9.32...v0.9.33