From 453f6b0d8f2c921e870798d94bd7fac6eff44d95 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Mon, 28 Oct 2024 23:52:57 +0700 Subject: [PATCH] bump version & update changelogs --- app/build.gradle.kts | 2 +- app/src/main/res/raw/changelog_preview.xml | 17 ++++ app/src/main/res/raw/changelog_release.xml | 101 ++++++++++++++++++++- 3 files changed, 118 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 71e28defdf..659871b577 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,7 +32,7 @@ android { defaultConfig { applicationId = "app.komikku" - versionCode = 70 + versionCode = 71 versionName = "1.11.3" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") diff --git a/app/src/main/res/raw/changelog_preview.xml b/app/src/main/res/raw/changelog_preview.xml index b1e0beaefb..70896d25ad 100644 --- a/app/src/main/res/raw/changelog_preview.xml +++ b/app/src/main/res/raw/changelog_preview.xml @@ -1,5 +1,22 @@ + + [b]New:[/b] Error screen (@Cuong-Tran) + [b]New:[/b] Range-selection for Migration (@Cuong-Tran) + [b]Improve:[/b] Loading screen for Upcomping/Updating screen (@Cuong-Tran) + [b]Improve:[/b] allow chapter 0 dupe auto mark as read (@Luqman) + [b]Improve:[/b] rework panorama cover settings (@Cuong-Tran) + [b]Improve:[/b] update all trackers based on common data when new tracker is added (@Cuong-Tran) + [b]Improve:[/b] show a toast whenever progress is synced from Trackers (@Cuong-Tran) + [b]Improve:[/b] Allow completely disabling "Update tracker" snackbar on mark as read (@Roshan Varughese) + [b]Improve:[/b] Avoid blocking call causing lag in settings (@Cuong-Tran) + [b]Fix:[/b] for ExHentai (@az4521, @jobobby04) + [b]Fix:[/b] sync progress from tracker not working if chapters order is messed up after backup restoration (@Cuong-Tran) + [b]Fix:[/b] app crash when removing tracked entry from tracker (@Cuong-Tran) + [b]Fix:[/b] reader slider (@AntsyLich) + [b]Fix:[/b] settings SliderItem steps count (@abdurisaq) + [b]Fix:[/b] title for Checking update screen to "To be updated" (@Cuong-Tran) + [b]New:[/b] show all entries going to be checked for Smart update on Upcoming screen [b]New:[/b] allow Feed to hide entries already in Library diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 172981b835..4813312693 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,105 @@ - + + [b]New:[/b] Error screen + [b]New:[/b] Hidden categories + [b]New:[/b] Range-selection for Migration + [b]New:[/b] show all entries going to be checked for Smart update on Upcoming screen + [b]New:[/b] allow Feed to hide entries already in Library + [b]New:[/b] Added random library sort + [b]New:[/b] Add option to opt out of Crashlytics + [b]New:[/b] Panorama cover + [b]New:[/b] read/resume button movable + [b]New:[/b] show number of entries on upcoming screen + [b]New:[/b] saved search tabs for browse source + [b]New:[/b] reorder feeds & saved-searches + [b]New:[/b] disable smart-update for individual & fix custom interval + [b]New:[/b] Option to update trackers when chapter marked as read + [b]New:[/b] Add source search, icon flags on Feed adding dialog + [b]New:[/b] Showing source icon in library + [b]New:[/b] Use language flags + [b]New:[/b] Bulk-merging multiple library entries + [b]New:[/b] Ability to enable/disable repo + [b]New:[/b] Show repo icon for Komikku & Keiyoushi + [b]New:[/b] Custom themes + [b]New:[/b] Allow sync Feeds & extension-repo settings + [b]New:[/b] Add 'show entry' action to download notifications + [b]New:[/b] Add option to skip downloading duplicate read chapters + [b]New:[/b] Delete duplicate downloaded chapters when they are automatically marked as read + [b]New:[/b] Add migrate option to only show entries with new chapters + [b]New:[/b] add source search to pre-migration screen + [b]New:[/b] Add Copy Tracker URL on icon long press + [b]New:[/b] Add a button to select all scanlators + [b]New:[/b] Add an "open in browser" button to reader menu + [b]New:[/b] Add Backup and Restore of Extension Repos + [b]New:[/b] Remove the 'UNOFFICIAL' status, remove built-in Komikku repo, instead allow adding it as default + [b]Improve:[/b] Default disable Integrated hentai features + [b]Improve:[/b] show duplicating manga cover on Duplicate dialog + [b]Improve:[/b] allow chapter 0 dupe auto mark as read + [b]Improve:[/b] rework panorama cover settings + [b]Improve:[/b] update all trackers based on common data when new tracker is added + [b]Improve:[/b] show a toast whenever progress is synced from Trackers + [b]Improve:[/b] Allow completely disabling "Update tracker" snackbar on mark as read + [b]Improve:[/b] Avoid blocking call causing lag in settings + [b]Improve:[/b] Add Quantity Badge to Upcoming Screen + [b]Improve:[/b] make global search pinned/all sticky + [b]Improve:[/b] hide Pinned chip in Global/Migrate Search if no pinned sources available + [b]Improve:[/b] Allow adding multiple tags separated by commas + [b]Improve:[/b] show loading indicator while bulk-selection is running + [b]Improve:[/b] bulk-selection: reverse selection + [b]Improve:[/b] Reload saved-searches when screen is navigated back to + [b]Improve:[/b] only load suggestions after entry finished loading info & chapters + [b]Improve:[/b] Hide sync library option when sync is disabled + [b]Improve:[/b] Show download state and progress on reader chapter list. + [b]Improve:[/b] Confirmation dialog when removing privately installed extensions + [b]Improve:[/b] hide batch add if integrated H & Delegated src is off + [b]Improve:[/b] add MangaDex to Batch-Add example + [b]Improve:[/b] Support skip-downloading-duplicate-read-chapters for merged entries + [b]Improve:[/b] Show local chapters as downloaded on merged entries + [b]Improve:[/b] Re-enable fetching chapters list for entries with licensed status + [b]Improve:[/b] Respect `thumbnailQuality` and `tryUsingFirstVolumeCover` preferences + [b]Improve:[/b] Reduce ChapterNavigator horizontal padding on small ui + [b]Improve:[/b] hide display mode for e-hentai + [b]Improve:[/b] Ignore "intent://" urls on webview + [b]Improve:[/b] Remove legacy broken source and history backup + [b]Improve:[/b] Rename Related Titles to Suggestions + [b]Improve:[/b] Add more auto backup hours + [b]Improve:[/b] Add option to update library each 6 hours + [b]Improve:[/b] Back-button on pre-migration source + [b]Improve:[/b] Don't expand description on the manga while merging + [b]Improve:[/b] Hide keyboard when a Tracker SearchResultItem is clicked + [b]Improve:[/b] Move dropdown menu to correct position + [b]Improve:[/b] Add extensions list refresh menu + [b]Improve:[/b] Add confirmation when adding repo via URI + [b]Improve:[/b] Respect privacy settings in extension update notification + [b]Improve:[/b] Option to not backup Saved searches & Feeds + [b]Improve:[/b] allow canceling search for a migrating manga without remove it + [b]Improve:[/b] put Suggestions in overflow + [b]Improve:[/b] Smart library updates now will honor the 'Skip Completed' option + [b]Fix:[/b] for ExHentai + [b]Fix:[/b] sync progress from tracker not working if chapters order is messed up after backup restoration + [b]Fix:[/b] app crash when removing tracked entry from tracker + [b]Fix:[/b] late loading saved-searches when jump from SourceFeedScreen or FeedScreen + [b]Fix:[/b] reader slider + [b]Fix:[/b] settings SliderItem steps count + [b]Fix:[/b] source search box's height + [b]Fix:[/b] issue with not showing source names in merged manga sometimes + [b]Fix:[/b] EnhancedTracker not auto binding when adding manga to library + [b]Fix:[/b] Retain remote last chapter read if it's higher than the local one for EnhancedTracker + [b]Fix:[/b] Kitsu `ratingTwenty` being typed as String + [b]Fix:[/b] Kitsu `synopsis` nullability + [b]Fix:[/b] Update Kitsu's domain to kitsu.app + [b]Fix:[/b] wrong feed adding when filter search + [b]Fix:[/b] Setting to hide home button while browsing Suggestions + [b]Fix:[/b] settings to show/hide progress-banner were not working + [b]Fix:[/b] Fix MAL search results not showing start dates + [b]Fix:[/b] wrong initial number of migrating items + [b]Fix:[/b] Don't crash on ill-formed URLs + [b]Fix:[/b] Handle Android SDK 35 API collision + [b]Based on Mihon stable 0.17.0 (Oct 26, 2024)[/b] + [b]Based on TachiyomiSY stable 1.11.0 (Oct 28, 2024)[/b] + + [b]New:[/b] Support for backing up and restoring Feeds [b]New:[/b] Allow changing feeds' order [b]New:[/b] Show progress-banner for sync/restore/update