Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed Jun 6, 2024
1 parent 5fc2cbc commit 77576b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/390.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 77576b6

Please sign in to comment.