Skip to content

Release v15.15.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@plateaukao plateaukao released this 10 Jun 14:37
· 10 commits to main since this release

Beta build for testing — please report any issues.

What's New

  • Tampermonkey-style userscript engine
  • Toggle for pull-to-refresh in Behavior settings

Improvements

  • Modernized toolchain (Gradle 8.14.5 / AGP 8.13 / Kotlin 2.1) and refreshed all dependencies
  • Large internal refactoring of settings, web view, and configuration code for future development
  • Removed unused resources; the UI is now fully Compose-based
  • Continuous integration now runs unit tests, lint, and translation checks on every change

Bug Fixes

  • Fix crash when opening bookmarks on devices below Android 15 (removeLast API issue)
  • Fix EPUB handling crashes on Android 7.0/7.1 devices
  • Fix crash when saving large userscripts (CursorWindow limit)
  • Guard custom font loading on Android 7 devices