Skip to content

Commit

Permalink
release v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 28, 2025
1 parent 01e3520 commit 085bf8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.2"
versionName = "1.12.3"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/raw/changelog_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<changelogtext>[b]Improve:[/b] Fast browsing</changelogtext>
<changelogtext>[b]Improve:[/b] Allow disable app auto-update</changelogtext>
<changelogtext>[b]Improve:[/b] Allow edit migration options while already being searching</changelogtext>
<changelogtext>[b]Improve:[/b] Don't auto-expand manga when browsing if is favorited</changelogtext>
<changelogtext>[b]Improve:[/b] Add option to always use SSIV for image decoding</changelogtext>
<changelogtext>[b]Fix:[/b] Duplicate chapters on backup restoring</changelogtext>
<changelogtext>[b]Fix:[/b] Exclude categories when delete read chapter, except manually deleting</changelogtext>
<changelogtext>[b]Fix:[/b] Don't auto-expand manga when browsing if is favorited</changelogtext>
<changelogtext>[b]Fix:[/b] Download job stops all together even if 1 entry is failed to create directory</changelogtext>
<changelogtext>[b]Fix:[/b] App shortcuts</changelogtext>
<changelogtext>[b]Fix:[/b] Color Fill manga info from tracker</changelogtext>
<changelogtext>[b]Fix:[/b] Some debug functions name</changelogtext>
<changelogtext>[b]Fix:[/b] App shortcuts</changelogtext>
</changelogversion>
<changelogversion versionName="r9643" changeDate="December 18, 2024">
<changelogtext>[b]New:[/b] Get manga info from tracker</changelogtext>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="1.13.0" changeDate="2025">
<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>
<changelogtext>[b]Improve:[/b] Fast browsing</changelogtext>
<changelogtext>[b]Improve:[/b] Allow disable app auto-update</changelogtext>
<changelogtext>[b]Improve:[/b] Allow edit migration options while already being searching</changelogtext>
<changelogtext>[b]Improve:[/b] Don't auto-expand manga when browsing if is favorited</changelogtext>
<changelogtext>[b]Improve:[/b] Add option to always use SSIV for image decoding</changelogtext>
<changelogtext>[b]Fix:[/b] Duplicate chapters on backup restoring</changelogtext>
<changelogtext>[b]Fix:[/b] Exclude categories when delete read chapter, except manually deleting</changelogtext>
<changelogtext>[b]Fix:[/b] Don't auto-expand manga when browsing if is favorited</changelogtext>
<changelogtext>[b]Fix:[/b] Download job stops all together even if 1 entry is failed to create directory</changelogtext>
<changelogtext>[b]Fix:[/b] App shortcuts</changelogtext>
<changelogtext>[b]Fix:[/b] Color Fill manga info from tracker</changelogtext>
<changelogtext>[b]Fix:[/b] Some debug functions name</changelogtext>
<changelogtext>[b]Fix:[/b] App shortcuts</changelogtext>
</changelogversion>
<changelogversion versionName="1.12.2" changeDate="December 18, 2024">
<changelogtext>[b]New:[/b] Auto install app update</changelogtext>
Expand Down

0 comments on commit 085bf8c

Please sign in to comment.