Skip to content

Commit 99417c3

Browse files
Bump version (#185)
Signed-off-by: starry-shivam <starry@krsh.dev>
1 parent 5fc2cbc commit 99417c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

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

0 commit comments

Comments
 (0)