From d87c8428fece363c73ec519a9ca52abeaee56f81 Mon Sep 17 00:00:00 2001 From: inorichi Date: Wed, 29 Nov 2017 18:49:22 +0100 Subject: [PATCH] Release 0.6.5 --- 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 b8dbf6ea5f..8a54be2306 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 26 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 27 - versionName "0.6.4" + versionCode 28 + versionName "0.6.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 a7897d3c31..05e14ae527 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,15 @@ + + Added a download cache for faster navigation. + + Enabled Cloudflare for Batoto. + + Fixed some issues with automatic backups. + + Fixed a bootloop issue with devices running Cyanogenmod 12 or 13. + + Added a global search feature with a new catalogue screen.