From 4be5f0dab33fe006cb28b02c33b32ff52851bc93 Mon Sep 17 00:00:00 2001 From: len Date: Sun, 19 Mar 2017 11:58:56 +0100 Subject: [PATCH] Release 0.5.1 --- 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 de7921f218..684b2fb42b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 25 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 20 - versionName "0.5.0" + versionCode 21 + versionName "0.5.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 7a9dd179e7..948d6f42c2 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,18 @@ + + Added an option to auto download from selected categories. + + Handle a few more directories for local manga. + + Update Kissmanga parser. + + Fixed downloader errors with some manga titles. + + Fixed gallery not showing saved images. + + Support for local manga. Head to the [a href="https://github.com/inorichi/tachiyomi/wiki/Local-manga"]wiki page[/a] for instructions.