Skip to content

Releases: Pool-Of-Tears/Myne

Myne v4.3.0

10 Oct 09:49
bd9b20e
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix system-bar borders & add back reader settings (#230 fbd93b2)

Refactors

  • Cleanup and improve state management logic in reader (#228 b62d804)

Full Changelog: v4.2.1...v4.3.0

Myne v4.2.1

26 Sep 07:32
4ad8b45
Compare
Choose a tag to compare

Note

This is a hotfix release for v4.2.0. For the full changelog, please click here.

Bug Fixes & Performance Improvements

  • Migrate epub caching system from JSON to Protocol Buffers (#225 1ff2526)

New Features

Full Changelog: v4.2.0...v4.2.1

Myne v4.2.0

25 Sep 12:59
5b9aace
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Handle one edge-case in reader & some other improvements (#223 7c6c2fa)
  • Adjust paddings of UI after font change and some minor fixes (#222 54a8e9c)

Performance Improvements

  • Implement caching in EPUB parser to optimize subsequent parsing (#220 65b5f95)

New Contributors

Full Changelog: v4.1.0...v4.2.0

Myne v4.1.0

13 Sep 08:14
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Switch to spine-based parsing when 25% or more chapters have empty bodies (#202 9b8be6d)

Performance Improvements

  • Prevent unnecessary disk I/O in epub-parser by using ZipFile API whenever possible (#210 61561ca)
  • Optimize reader layout by grouping texts together & handle one edge case (#205 a711be1)

Continuous Integration

Chores

Full Changelog: v4.0.0...v4.1.0

Myne v4.0.0

08 Aug 14:37
8a67080
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Add handling for opf prefixed manifest tags in epub parser (#197 b308fd6)

Documentation Changes

  • Improve readme, add PR templates, contribution guidelines & more (#194 8436eeb)

Chores

New Contributors

Full Changelog: v3.9.1...v4.0.0

Myne v3.9.1

28 Jun 08:21
1268294
Compare
Choose a tag to compare

New Features

  • Make email clickable to easily send feedbacks (#189 0fbbd0d)
  • Prevent screen from turning off in ebook reader (#188 cee017d)

Chores

  • Update dependencies & some minor fixes (#186 6697ef3)

Full Changelog: v3.9.0...v3.9.1

Myne v3.9.0

06 Jun 05:44
99417c3
Compare
Choose a tag to compare

New Features

  • Add website link in about section (#184 5fc2cbc)
  • Add launcher shortcuts to quickly jump back to last read book (#183 6f0bbf1)
  • Improve welcome screen UI design (#181 a3cf5f0)
  • Add ability to import multiple epubs at once (#179 6f206ed)
  • Upgrade to Kotlin 2.0 & enable enableStrongSkippingMode for compose compiler (#178 6d214cf)

Bug Fixes

  • Fix error when parsing chapters when chapter src is URL encoded (#182 13c472c)
  • epub-parser: Fallback to spine based parsing method if navMap is empty (#180 2096498)

Performance Improvements

  • Only add delay when loading fisrt set of books (#176 2072d18)

Full Changelog: v3.8.0...v3.9.0

Myne v3.8.0

18 May 11:22
5b31262
Compare
Choose a tag to compare

New Features

  • enable edge-to-edge and remove deprecated systemuicontroller (#173 cf4ed75)

Bug Fixes

  • Disable app locale settings on MIUI due to Xiaomi's broken implementation (#174 c2ce28e)
  • Fix copy popup menu not dismissing when clicking elsewhere (#172 781f523)

Tests

Full Changelog: v3.7.0...v3.8.0

Myne v3.7.0

05 May 13:25
b3d9c92
Compare
Choose a tag to compare

What's Changed

  • Fixed incorrect background image in ebook reader. (#167)
  • Added black AMOLED theme and improved default color scheme. (#168)
  • Added ability to change app language irrespective of system language. (A13+ only) (#168)
  • Added localization coverage for category names in all supported languages. (#168)
  • Some other minor fixes and improvements. (#168)
  • Full Changelog: v3.6.0...v3.7.0

Myne v3.6.0

29 Apr 17:40
98c05c1
Compare
Choose a tag to compare

What's Changed

  • Fixed a crash caused by NPE when there is no network connection on the first launch. (#162)
  • Enhanced navigation animations for smoother transitions between screens. (#163)
  • Improved the loading animation for the book list. (#165)
  • The chapter title font size is now 1.5x the size of the body text font size, rather than a fixed size. (#165)
  • Some other UI/UX improvements and fixes. (#165)
  • Full Changelog: v3.5.1...v3.6.0