Bump version number and add changelog
This commit is contained in:
parent
da12a4b17f
commit
6f6490b7ac
@ -40,8 +40,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode 8404
|
||||
versionName "v8.4.4-EH"
|
||||
versionCode 8405
|
||||
versionName "v8.4.5-EH"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
@ -1,5 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="v8.4.5-EH" changeDate="">
|
||||
<changelogtext>Add shortcut to auto-migration of all manga in a source</changelogtext>
|
||||
<changelogtext>Improve responsiveness when skipping manga during auto-migration</changelogtext>
|
||||
<changelogtext>Optimize auto-migration colors for dark themes</changelogtext>
|
||||
<changelogtext>Fix saving HBrowse search queries crashing application</changelogtext>
|
||||
<changelogtext>Another attempt to fix E-Hentai/ExHentai reading progress not carrying over when updating galleries</changelogtext>
|
||||
<changelogtext>Minor improvements to application boot speed</changelogtext>
|
||||
<changelogtext>Fix E-Hentai/ExHentai never updating galleries in some cases</changelogtext>
|
||||
<changelogtext>Fix HBrowse tag search and pagination</changelogtext>
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v8.4.4-EH" changeDate="">
|
||||
<changelogtext>Fix MangaPlus extension not working</changelogtext>
|
||||
<changelogtext>General performance improvements</changelogtext>
|
||||
|
Loading…
x
Reference in New Issue
Block a user