update changelog 1.12.4
This commit is contained in:
parent
9d2a030bf5
commit
eb1df3ddd5
2 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ android {
|
||||||
applicationId = "app.komikku"
|
applicationId = "app.komikku"
|
||||||
|
|
||||||
versionCode = 71
|
versionCode = 71
|
||||||
versionName = "1.12.3"
|
versionName = "1.12.4"
|
||||||
|
|
||||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="1.12.4" changeDate="February 01, 2025">
|
||||||
|
<changelogtext>[b]New:[/b] Remove extensions repo</changelogtext>
|
||||||
|
<changelogtext>[b]Improve:[/b] Allow manual install app update</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
<changelogversion versionName="1.12.3" changeDate="January 29, 2025">
|
<changelogversion versionName="1.12.3" changeDate="January 29, 2025">
|
||||||
<changelogtext>[b]New:[/b] Group update entries together</changelogtext>
|
<changelogtext>[b]New:[/b] Group update entries together</changelogtext>
|
||||||
<changelogtext>[b]New:[/b] Drag & Drop to reorder category quickly in Settings/Category screen</changelogtext>
|
<changelogtext>[b]New:[/b] Drag & Drop to reorder category quickly in Settings/Category screen</changelogtext>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue