diff --git a/app/build.gradle b/app/build.gradle index adc925bd7..935e5e5e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 25 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 16 - versionName "0.4.0" + versionCode 17 + versionName "0.4.1" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index c5ca0bde6..45567a143 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,22 @@ + + Added an app's language selector. + + Added options to sort the library and merged them with the filters. + + Added an option to automatically download chapters. + + Fixed performance issues when using a custom downloads directory, especially in the library updates tab. + + Fixed gesture conflicts with the contextual menu and the webtoon reader. + + Fixed wrong page direction when using volume keys for the right to left reader. + + Fixed many crashes. + + The download manager has been rewritten and it's possible some of your downloads aren't recognized anymore. It's recommended to manually delete everything and start over.