File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828 applicationId " com.starry.myne"
2929 minSdk 26
3030 targetSdk 34
31- versionCode 380
32- versionName " 3.8 .0"
31+ versionCode 390
32+ versionName " 3.9 .0"
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3535 vectorDrawables {
Original file line number Diff line number Diff line change 1+ - Added launcher shortcuts to quickly jump back to the last read book without needing to open the app.
2+ - Added the ability to select and import multiple EPUB books at once.
3+ - Fixed an error in the EPUB parser when parsing chapters if the chapter's path is URL encoded.
4+ - Fixed some edge cases in EPUB parser related to dynamic parsing method selection.
5+ - Improved UI design of the welcome/intro screen.
6+ - Some performance improvements and other minor fixes.
You can’t perform that action at this time.
0 commit comments