Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 35
versionCode 440
versionName "4.4.0"
versionCode 450
versionName "4.5.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/450.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added an option to disable the use of the Google Books API for fetching extra information.
- Fixed a bug where all Chinese books ended up with the same filename, causing unpredictable behavior.
- Improved internal filename generation to avoid conflicts.
- Disabled TOC-based EPUB parsing for external/imported books due to inconsistent behavior and frequently broken chapter mapping.
- Updated dependencies and other minor improvements & fixes.