Release 0.6.6

This commit is contained in:
inorichi 2017-12-05 19:50:39 +01:00
parent e745836404
commit f287d313c3
2 changed files with 14 additions and 2 deletions

View File

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

View File

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