diff --git a/app/build.gradle b/app/build.gradle index 4718ab5..18e4bf0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "com.starry.myne" minSdk 26 targetSdk 34 - versionCode 380 - versionName "3.8.0" + versionCode 390 + versionName "3.9.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/390.txt b/fastlane/metadata/android/en-US/changelogs/390.txt new file mode 100644 index 0000000..ac641e3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/390.txt @@ -0,0 +1,6 @@ +- Added launcher shortcuts to quickly jump back to the last read book without needing to open the app. +- Added the ability to select and import multiple EPUB books at once. +- Fixed an error in the EPUB parser when parsing chapters if the chapter's path is URL encoded. +- Fixed some edge cases in EPUB parser related to dynamic parsing method selection. +- Improved UI design of the welcome/intro screen. +- Some performance improvements and other minor fixes. \ No newline at end of file