Release 0.5.1

This commit is contained in:
len 2017-03-19 11:58:56 +01:00
parent abe1929b49
commit 4be5f0dab3
2 changed files with 14 additions and 2 deletions

View File

@ -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()}\""

View File

@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.5.1" changeDate="">
<changelogtext>Added an option to auto download from selected categories.</changelogtext>
<changelogtext>Handle a few more directories for local manga.</changelogtext>
<changelogtext>Update Kissmanga parser.</changelogtext>
<changelogtext>Fixed downloader errors with some manga titles.</changelogtext>
<changelogtext>Fixed gallery not showing saved images.</changelogtext>
</changelogversion>
<changelogversion versionName="v0.5.0" changeDate="">
<changelogtext>Support for local manga. Head to the [a href="https://github.com/inorichi/tachiyomi/wiki/Local-manga"]wiki page[/a] for instructions.</changelogtext>