diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 72906b181c..9c03494e46 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,7 +34,7 @@ android { applicationId = "app.komikku" versionCode = 71 - versionName = "1.12.1" + versionName = "1.12.2" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"") diff --git a/app/src/main/res/raw/changelog_preview.xml b/app/src/main/res/raw/changelog_preview.xml index fbdf03fd33..59b343b51e 100644 --- a/app/src/main/res/raw/changelog_preview.xml +++ b/app/src/main/res/raw/changelog_preview.xml @@ -1,5 +1,19 @@ + + [b]New:[/b] Get manga info from tracker + [b]Improve:[/b] Increase new updates count when updates found + [b]Improve:[/b] favorites sync statuses + [b]Improve:[/b] Update usage of work:work-runtime + [b]Improve:[/b] Update tag lists + [b]Improve:[/b] Always use software bitmap on certain devices + [b]Improve:[/b] Update translation + [b]Fix:[/b] nH cover + [b]Fix:[/b] Maintain correct source order even when receiving new chapters from a sync service + [b]Fix:[/b] null categories in Settings/Downloads/Exclude + [b]Fix:[/b] idle status set + [b]Fix:[/b] Return newPage joinedItems check + [b]New:[/b] Auto install app update [b]Improve:[/b] App update retry/resume diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 019f62a863..3dd45e876d 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,8 +1,9 @@ - + [b]New:[/b] Auto install app update [b]New:[/b] filter only Obsolete sources in Migration screen + [b]New:[/b] Get manga info from tracker [b]Improve:[/b] App update retry/resume [b]Improve:[/b] add manual download & error message to app update error notification [b]Improve:[/b] add webp support to nh @@ -20,6 +21,15 @@ [b]Improve:[/b] Add option to lower the threshold for hardware bitmaps [b]Improve:[/b] Switch to hardware bitmap in reader only if device can handle it [b]Improve:[/b] Add a Honor system app to list of invalid browsers + [b]Improve:[/b] Increase new updates count when updates found + [b]Improve:[/b] favorites sync statuses + [b]Improve:[/b] Update usage of work:work-runtime + [b]Improve:[/b] Update tag lists + [b]Improve:[/b] Always use software bitmap on certain devices + [b]Fix:[/b] nH cover + [b]Fix:[/b] Maintain correct source order even when receiving new chapters from a sync service + [b]Fix:[/b] null categories in Settings/Downloads/Exclude + [b]Fix:[/b] idle status set [b]Fix:[/b] source-search clear causing disappearance of search box [b]Fix:[/b] a possible crash with auto-zoom [b]Fix:[/b] multiple issues with the E-H updater