Skip to content

Commit eb1df3d

Browse files
committed
update changelog 1.12.4
1 parent 9d2a030 commit eb1df3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId = "app.komikku"
3232

3333
versionCode = 71
34-
versionName = "1.12.3"
34+
versionName = "1.12.4"
3535

3636
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3737
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

app/src/main/res/raw/changelog_release.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.12.4" changeDate="February 01, 2025">
4+
<changelogtext>[b]New:[/b] Remove extensions repo</changelogtext>
5+
<changelogtext>[b]Improve:[/b] Allow manual install app update</changelogtext>
6+
</changelogversion>
37
<changelogversion versionName="1.12.3" changeDate="January 29, 2025">
48
<changelogtext>[b]New:[/b] Group update entries together</changelogtext>
59
<changelogtext>[b]New:[/b] Drag &amp; Drop to reorder category quickly in Settings/Category screen</changelogtext>

0 commit comments

Comments
 (0)