File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
2929 applicationId " com.starry.myne"
3030 minSdk 26
3131 targetSdk 35
32- versionCode 440
33- versionName " 4.4 .0"
32+ versionCode 450
33+ versionName " 4.5 .0"
3434
3535 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3636 vectorDrawables {
Original file line number Diff line number Diff line change 1+ - Added an option to disable the use of the Google Books API for fetching extra information.
2+ - Fixed a bug where all Chinese books ended up with the same filename, causing unpredictable behavior.
3+ - Improved internal filename generation to avoid conflicts.
4+ - Disabled TOC-based EPUB parsing for external/imported books due to inconsistent behavior and frequently broken chapter mapping.
5+ - Updated dependencies and other minor improvements & fixes.
You can’t perform that action at this time.
0 commit comments