mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 20:17:51 +02:00
Bump version to v7.4.1
Fix changelog
This commit is contained in:
@ -40,8 +40,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 7400
|
versionCode 7401
|
||||||
versionName "v7.4.0-EH"
|
versionName "v7.4.1-EH"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
<changelogversion versionName="v7.2.4-EH" changeDate="">
|
<changelogversion versionName="v7.4.1-EH" changeDate="">
|
||||||
|
<changelogtext>Fixed autoscroll scrolling wrong direction on right-to-left readers</changelogtext>
|
||||||
|
<changelogtext>Added retry all button</changelogtext>
|
||||||
|
<changelogtext>Added boost page button</changelogtext>
|
||||||
|
<changelogtext>Fixed incorrect version numbers in changelog</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
<changelogversion versionName="v7.4.0-EH" changeDate="">
|
||||||
<changelogtext>Added autoscroll feature</changelogtext>
|
<changelogtext>Added autoscroll feature</changelogtext>
|
||||||
<changelogtext>Added ability to specify reader download thread count</changelogtext>
|
<changelogtext>Added ability to specify reader download thread count</changelogtext>
|
||||||
<changelogtext>Added ability to skip download queue upon retry</changelogtext>
|
<changelogtext>Added ability to skip download queue upon retry</changelogtext>
|
||||||
|
Reference in New Issue
Block a user