Skip to content

Commit 1e4810a

Browse files
Bump version (#249)
1 parent d3604fe commit 1e4810a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)