From f287d313c3f573b65e18b4bbcbfe45e50227e920 Mon Sep 17 00:00:00 2001 From: inorichi Date: Tue, 5 Dec 2017 19:50:39 +0100 Subject: [PATCH] Release 0.6.6 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2ebfe6b7f3..5a07d36d26 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 28 - versionName "0.6.5" + versionCode 29 + versionName "0.6.6" 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 05e14ae527..0a11754be8 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,17 @@ + + Backups now properly restore tracking information. + + Fixed library view and its overflow menu visible in other screens. + + Fixed updater's notification in Android O. + + Fixed a crash when rotating the screen in the chapters view. + + Improved peformance of the app when using a custom downloads directory. + + Added a download cache for faster navigation.