Browse Source

Release 0.5.1

len 8 years ago
parent
commit
4be5f0dab3
2 changed files with 14 additions and 2 deletions
  1. 2 2
      app/build.gradle
  2. 12 0
      app/src/main/res/raw/changelog_release.xml

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

+ 12 - 0
app/src/main/res/raw/changelog_release.xml

@@ -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>