Răsfoiți Sursa

Release 0.4.1

len 8 ani în urmă
părinte
comite
fd76255cf6
2 a modificat fișierele cu 18 adăugiri și 2 ștergeri
  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
         minSdkVersion 16
         targetSdkVersion 25
         targetSdkVersion 25
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 16
-        versionName "0.4.0"
+        versionCode 17
+        versionName "0.4.1"
 
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
         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"?>
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 <changelog bulletedList="true">
 
 
+    <changelogversion versionName="v0.4.1" changeDate="">
+        <changelogtext>Added an app's language selector.</changelogtext>
+
+        <changelogtext>Added options to sort the library and merged them with the filters.</changelogtext>
+
+        <changelogtext>Added an option to automatically download chapters.</changelogtext>
+
+        <changelogtext>Fixed performance issues when using a custom downloads directory, especially in the library updates tab.</changelogtext>
+
+        <changelogtext>Fixed gesture conflicts with the contextual menu and the webtoon reader.</changelogtext>
+
+        <changelogtext>Fixed wrong page direction when using volume keys for the right to left reader.</changelogtext>
+
+        <changelogtext>Fixed many crashes.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.4.0" changeDate="">
     <changelogversion versionName="v0.4.0" changeDate="">
         <changelogtext>The download manager has been rewritten and it's possible some of your downloads
         <changelogtext>The download manager has been rewritten and it's possible some of your downloads
             aren't recognized anymore. It's recommended to manually delete everything and start over.
             aren't recognized anymore. It's recommended to manually delete everything and start over.