From 9baf3b5a09c757a253e4a21c57782e521b932a49 Mon Sep 17 00:00:00 2001 From: inorichi Date: Fri, 15 Mar 2019 16:50:13 +0100 Subject: [PATCH] Release 0.8.1 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8c3caa64b..7ca90752b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 38 - versionName "0.8.0" + versionCode 39 + versionName "0.8.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 31272a9b3..cb741362f 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,15 @@ + + Fixed latest Cloudflare changes. + Bundled SQLite for better performance and new features. + Restored dark blue theme. + Added a MAL API workaround. + Fixed search issues on Kitsu and AniList. + Fixed an issue where the image was centered when using the vertical reader. + Updated translations. + + Added a new reader with many fixes. Added GIF support.