diff --git a/app/build.gradle b/app/build.gradle index 0589e8bae5..282f285027 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 28 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 41 - versionName "0.8.4" + versionCode 42 + versionName "0.8.5" 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 e88828ae30..67f5948edd 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,30 @@ + + [b]Future releases will only support Android 5+[/b] + New: open in browser/webview from catalogue + New: reader color filter blend modes + New: link to help website in sidebar + New: long press bookmark icon in manga info to change categories + New: update prioritization setting + New: Bangumi tracker + New: extension search + New: see changelog by pressing Settings > About > Build time + Enhancement: ignore case when sorting library + Enhancement: available extensions grouped by languages + Enhancement: webview navigation + Enhancement: improved loading speed when skipping pages in a chapter + Fix: Cloudflare issues + Fix: sharing issues when filename is long + Fix: handle errors during global search + Fix: looping GIFs now loop + Fix: .nomedia files generated to avoid pages appearing in gallery apps + Fix: download queue won't autostart if it was previously paused + Fix: remove DOWNLOADED text after marking chapter as read (if setting is enabled) + Fix: backup dialog showing "null" when saving to cloud storage + Fix: MAL and Shikimori tracker issues + + All the internal sources have been removed. They now need to be installed as an extension.