diff --git a/app/build.gradle b/app/build.gradle index d9317c29b820..7ce2dd7bd042 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { minSdkVersion 16 targetSdkVersion 28 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 8400 - versionName "v8.4.0-EH" + versionCode 8401 + versionName "v8.4.1-EH" 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 c904460d113b..9320842d9c2d 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,15 @@ + + Fix app crashing when updating library + Fix E-Hentai/ExHentai and many other sources not working + Fix many crashes that occur when the app is run on older Android versions + Fix autoscroll crashing the reader sometimes + Fix the app crashing on startup for some users + Fix multi-select operations crashing the app when the selection is too large + Add throttling when restoring E-Hentai/ExHentai galleries from backups + + Many crash fixes Sort saved searches alphabetically