diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 81ba9214c8..8ec6c1a72f 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId = "app.komikku"
- versionCode = 67
- versionName = "1.10.5"
+ versionCode = 68
+ versionName = "1.11.1"
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 8556b267d7..5332c4a9dc 100644
--- a/app/src/main/res/raw/changelog_preview.xml
+++ b/app/src/main/res/raw/changelog_preview.xml
@@ -18,7 +18,7 @@
[b]Improve:[/b] other UI improvements
[b]Fix:[/b] crashing issues with Related titles screens
[b]Fix:[/b] unexpected skips in strong skipping mode
- Translations update from Hosted Weblate (mihonapp/mihon#904)
+ Translations update from Hosted Weblate
Add log & improve key generation to better debug crashing issues
@@ -98,8 +98,8 @@
[b]New[/b] Configurable interval to refresh entries from downloaded storage
Updater switched to method similar to Mihon's
Revert back support to show extensions' changelog & readme
- [b]Based on TachiyomiSY stable 1.10.5(Mar 2,2024)[/b]
- [b]Based on Mihon stable 0.16.4(from 0.16.3)[/b]
+ [b]Based on TachiyomiSY stable 1.10.5 (Mar 2,2024)[/b]
+ [b]Based on Mihon stable 0.16.4 (from 0.16.3)[/b]
Minor fix for marking duplicate chapters as read
Include the delayed tracker update fix
diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml
index d7e269bfd6..a645892da8 100644
--- a/app/src/main/res/raw/changelog_release.xml
+++ b/app/src/main/res/raw/changelog_release.xml
@@ -1,14 +1,29 @@
-
- [b]New[/b] A dedicated screen for related entries, fetching directly from sources
- [b]Improved[/b] Faster loading of related entries
- [b]Improved[/b] Enable fetching related entries from site's entry page (things like "More like this", "Recommendations" etc.)
- Improve & fix bugs of algorithm looking for related entries
- [b]Improved[/b] Auto sync read chapters from Trackers & mark read to update
- [b]New[/b] A peek into Preview-build's 'What's New' in About screen
- [b]Update to TachiyomiSY 1.10.6[/b]
- [b]Update to Mihon 0.16.6[/b]
+
+ [b]Komikku's Discord channel[/b]
+ [b]New:[/b] App icon
+ [b]New:[/b] More App themes
+ [b]New:[/b] Theme based on entry's cover color
+ [b]New:[/b] More related titles with a dedicated screen
+ [b]Improved:[/b] Faster loading of related entries
+ [b]Improve:[/b] Better background for full cover view
+ [b]Improve:[/b] Better cover-error & cover-loading
+ [b]New:[/b] Auto 2-way sync read chapters from Trackers & swipe read to update
+ [b]New:[/b] Add NSFW filter & source search into Merge screen
+ [b]Improve:[/b] Sticky header & language for sources filter
+ [b]Fix:[/b] Allow manual edit on Tracker's chapter (must hit Done on keyboard)
+ [b]Fix:[/b] Genre tag search while browsing related titles or from Feed Screen
+ [b]Fix:[/b] Bangumi tracker
+ [b]New:[/b] A peek into Preview-build's 'What's New' in About screen
+ [b]New:[/b] Support only Android 8+
+ [b]Improve:[/b] Update translation
+ [b]Based on TachiyomiSY stable 1.10.6 (Mar 4, 2024)[/b]
+ [b]Based on Mihon stable 0.16.5 (Apr 9, 2024)[/b]
+ [b]New:[/b] Trust all extensions by repo
+ [b]New:[/b] Add Namicomi support for external chapters on MD
+ [b]Improved:[/b] Massively improve findFile performance
+ [b]Fix:[/b] storage permission request for non-conforming devices
[b]New[/b] Show related mangas for all sources
@@ -25,8 +40,8 @@
[b]New[/b] Configurable interval to refresh entries from downloaded storage
Updater switched to method similar to Mihon's
Revert back support to show extensions' changelog & readme
- [b]Based on TachiyomiSY stable 1.10.5(Mar 2,2024)[/b]
- [b]Based on Mihon stable 0.16.4(from 0.16.3)[/b]
+ [b]Based on TachiyomiSY stable 1.10.5 (Mar 2,2024)[/b]
+ [b]Based on Mihon stable 0.16.4 (from 0.16.3)[/b]
Minor fix for marking duplicate chapters as read
Include the delayed tracker update fix