From 75e828923a6f86b467827b38d393c91e2b2de9ea Mon Sep 17 00:00:00 2001 From: inorichi Date: Tue, 16 Jan 2018 17:02:13 +0100 Subject: [PATCH] Release v0.6.8 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6a15e7a54..44459e0332 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 30 - versionName "0.6.7" + versionCode 31 + versionName "0.6.8" 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 ccf52a007d..bcd9c90327 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,13 @@ + + Added a new feature to help migrating manga from sources. You can find it in the library's toolbar. + In the search results, a tap will prompt to replace (or copy) the selected manga, while a long tap will let you + browse the manga before doing the migration. + + + + [b]Notice to Batoto users.[/b] As you may already know, Batoto will cease to work in a few days. We're working on a feature to help migrating the library to other sources and should be available shortly.