mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Release 0.6.6
This commit is contained in:
parent
e745836404
commit
f287d313c3
2 changed files with 14 additions and 2 deletions
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 28
|
versionCode 29
|
||||||
versionName "0.6.5"
|
versionName "0.6.6"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v0.6.5" changeDate="">
|
||||||
<changelogtext>Added a download cache for faster navigation.</changelogtext>
|
<changelogtext>Added a download cache for faster navigation.</changelogtext>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue