ソースを参照

Release 0.6.6

inorichi 7 年 前
コミット
f287d313c3
2 ファイル変更14 行追加2 行削除
  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 26
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 28
-        versionName "0.6.5"
+        versionCode 29
+        versionName "0.6.6"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

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

@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
+    <changelogversion versionName="v0.6.6" changeDate="">
+        <changelogtext>Backups now properly restore tracking information.</changelogtext>
+
+        <changelogtext>Fixed library view and its overflow menu visible in other screens.</changelogtext>
+
+        <changelogtext>Fixed updater's notification in Android O.</changelogtext>
+
+        <changelogtext>Fixed a crash when rotating the screen in the chapters view.</changelogtext>
+
+        <changelogtext>Improved peformance of the app when using a custom downloads directory.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.6.5" changeDate="">
         <changelogtext>Added a download cache for faster navigation.</changelogtext>