update changelog 1.12.4

This commit is contained in:
Cuong-Tran 2025-02-01 03:40:01 +07:00
parent 9d2a030bf5
commit eb1df3ddd5
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 5 additions and 1 deletions

View file

@ -31,7 +31,7 @@ android {
applicationId = "app.komikku"
versionCode = 71
versionName = "1.12.3"
versionName = "1.12.4"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<changelogtext>[b]New:[/b] Group update entries together</changelogtext>
<changelogtext>[b]New:[/b] Drag &amp; Drop to reorder category quickly in Settings/Category screen</changelogtext>