Browse Source

Release v0.5.0

len 8 years ago
parent
commit
8e4dd030d0
2 changed files with 18 additions and 2 deletions
  1. 2 2
      app/build.gradle
  2. 16 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 19
-        versionName "0.4.2"
+        versionCode 20
+        versionName "0.5.0"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

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

@@ -1,6 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 
+    <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>
+
+        <changelogtext>Added an option to detect and remove the white borders of the images.</changelogtext>
+
+        <changelogtext>Added advanced search for catalogues.</changelogtext>
+
+        <changelogtext>Russian, french, bulgarian and vietnamese translations.</changelogtext>
+
+        <changelogtext>Fixed a bug when changing chapters inside the reader with the buttons.</changelogtext>
+
+        <changelogtext>Fixed certain downloaded chapters not working with any decoder.</changelogtext>
+
+        <changelogtext>Fixed lost covers on some devices.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.4.2" changeDate="">
         <changelogtext>Added support for Anilist and Kitsu.</changelogtext>