Myne Versions Save

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.

v3.1.0

3 months ago

What's Changed

  • Major improvements in the internal reader with new ToC-based EPUB parsing logic, allowing it to correctly map chapters instead of relying on a wacky spine-based parser.
  • Redesigned the chapter list dialog inside the ebook reader to comply with the rest of the UI design.
  • Added a progress indicator at the top bar in the ebook reader to track the progress of the current chapter.
  • Fixed the progress percentage not updating immediately when going back to the chapters menu from the reader screen.
  • Added two new fonts in the ebook reader called OpenDyslexia and Figerona.
  • Bunch of code cleanups, optimizations, and other improvements.
  • Updated Compose BOM, Kotlin, and other dependencies.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v3.0.0...v3.1.0

v3.0.0

3 months ago

What's Changed

  • Added appropriate labels for talk-back in bottom navigation bar. (#113)
  • Resolved the issue of certain books' metadata occasionally failing to load. (#114)
  • Added some caching and fixed the issue where the search bar or language menu would remain open after navigating away from and returning to home screen. (#115)
  • Some other minor bug fixes and improvements.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v2.9.0...v3.0.0

v2.9.0

4 months ago

What's Changed

v2.8.1

4 months ago

Hotfix Update

  • Fixed connection related issues with the server due to freenom domains being down (#106)

v2.8.0

5 months ago

What's Changed

v2.7.0

5 months ago

What's Changed

v2.6.0

7 months ago

What's Changed

  • Fixed long book names getting cut after 2 lines. (#90 )
  • Fixed images showing as html tags in some locales (#86)
  • Fixed flashing of Material You warning message below Android 12 (#88)
  • Added Italian translation. (#85)
  • Added Romanian translation. (#76 )
  • Updated Russian translation (#87)
  • Updated Arabic translation (#79 )
  • Updated dependencies, gradle & kotlin versions (#89)
  • Some other minor fixes & improvements.

Contributors

Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v2.5.0...v2.6.0

v2.5.0

9 months ago

What's Changed

v2.4.0

10 months ago

What's Changed

  • Reworked on ebook reader backend, fixed scrolling lags and other stability improvements
  • Added support for opening external EPUB files with inbuilt ebook reader.
  • Added ability to jump between chapters inside the ebook reader.
  • Updated target SDK to Android 14 (API 34)
  • Made language selection persistent across app launches.
  • Bug fixes and other improvements.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v2.3.0...v2.4.0

v2.3.0

1 year ago

What's Changed