mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Release 0.4.1
This commit is contained in:
parent
d180631877
commit
fd76255cf6
@ -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
|
versionCode 17
|
||||||
versionName "0.4.0"
|
versionName "0.4.1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user