Skip to content

Commit

Permalink
update changelog 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 31, 2025
1 parent 9d2a030 commit eb1df3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\"")
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit eb1df3d

Please sign in to comment.