Browse Source

Release 0.4.2

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

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

@@ -1,6 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 
+    <changelogversion versionName="v0.4.2" changeDate="">
+        <changelogtext>Added support for Anilist and Kitsu.</changelogtext>
+
+        <changelogtext>Added library refresh option to library updates tab.</changelogtext>
+
+        <changelogtext>Back button closes drawers before exiting the app.</changelogtext>
+
+        <changelogtext>Fixed issues when using custom app language.</changelogtext>
+
+        <changelogtext>Fixed updater in Android N.</changelogtext>
+
+        <changelogtext>Fixed Mangafox search.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.4.1" changeDate="">
         <changelogtext>Added an app's language selector.</changelogtext>