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.