release v1.12.3

This commit is contained in:
Cuong-Tran 2024-12-31 12:46:48 +07:00
parent 01e3520416
commit 085bf8c2ae
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
3 changed files with 6 additions and 6 deletions

View file

@ -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()}\"")

View file

@ -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>

View file

@ -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>