From 77576b6db616b35f2bf20ebb6154e7270e500426 Mon Sep 17 00:00:00 2001 From: starry-shivam Date: Thu, 6 Jun 2024 10:53:53 +0530 Subject: [PATCH] Bump version Signed-off-by: starry-shivam --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/390.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/390.txt 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