From 0d493a3eb962866e96e73cce07d0bbdccced7b6e Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Tue, 31 Dec 2024 12:46:48 +0700 Subject: [PATCH] release v1.13.0 --- .github/scripts/release_note_generate.sh | 22 ++++++++++++++++++++ app/src/main/res/raw/changelog_preview.xml | 23 +++++++++++++++++++-- app/src/main/res/raw/changelog_release.xml | 24 +++++++++++++++++++--- 3 files changed, 64 insertions(+), 5 deletions(-) create mode 100755 .github/scripts/release_note_generate.sh diff --git a/.github/scripts/release_note_generate.sh b/.github/scripts/release_note_generate.sh new file mode 100755 index 000000000..ab7be160f --- /dev/null +++ b/.github/scripts/release_note_generate.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# Check if at least one argument is provided +if [ $# -lt 1 ]; then + echo "Usage: $0 [latest commit or omit for master]" + exit 1 +fi + +# Assign the first argument to variable1 +previous_release=$1 + +# Check if the second argument is provided, otherwise use default value +if [ -z "$2" ]; then + latest_commit="master" +else + latest_commit=$2 +fi + +curl -H "Accept: application/vnd.github.v3+json" \ + "https://api.github.com/repos/komikku-app/komikku/compare/$previous_release...$latest_commit" \ + | jq '[.commits[]|{message:(.commit.message | split("\n")), username:.author.login}]' \ + | jq -r '.[]|"- \(.message | first) (@\(.username))"' diff --git a/app/src/main/res/raw/changelog_preview.xml b/app/src/main/res/raw/changelog_preview.xml index cef3d49d6..5c741abff 100644 --- a/app/src/main/res/raw/changelog_preview.xml +++ b/app/src/main/res/raw/changelog_preview.xml @@ -1,19 +1,38 @@ + + [b]New:[/b] feat: unify recommendation screens and add more sources + [b]New:[/b] built-in EH compatible with extension + [b]New:[/b] Notification rich info + [b]New:[/b] Drag to reorder feeds + [b]New:[/b] Add option to enable incognito mode per extension + [b]New:[/b] feat: add global search shortcut to SmartSearch + [b]Improve:[/b] update website link + [b]Improve:[/b] add webview to Extension detail screen + [b]Improve:[/b] Restore chapter's bookmark & oldest dateUpload from backup + [b]Improve:[/b] Update Bangumi + [b]Fix:[/b] custom theme color in various AndroidView + [b]Fix:[/b] Mangadex fix alt title being removed by cleanDescription + [b]Fix:[/b] was not showing entry after importing entry with deep-link + [b]Fix:[/b] add entry to favorite when importing via deep-link + [b]Fix:[/b] crash when open manga/chapter deep-link or SmartSearch caused by #612 + [b]Fix:[/b] (myanimelist): Fix nullability and fallback to medium cover if large cover is null + [b]Fix:[/b] (download): Making sure archive tmp file is created properly + [b]New:[/b] Group update entries together [b]New:[/b] Drag & Drop to reorder category quickly in Settings/Category screen [b]Improve:[/b] Fast browsing [b]Improve:[/b] Allow disable app auto-update [b]Improve:[/b] Allow edit migration options while already being searching + [b]Improve:[/b] Don't auto-expand manga when browsing if is favorited [b]Improve:[/b] Add option to always use SSIV for image decoding [b]Fix:[/b] Duplicate chapters on backup restoring [b]Fix:[/b] Exclude categories when delete read chapter, except manually deleting - [b]Fix:[/b] Don't auto-expand manga when browsing if is favorited [b]Fix:[/b] Download job stops all together even if 1 entry is failed to create directory + [b]Fix:[/b] App shortcuts [b]Fix:[/b] Color Fill manga info from tracker [b]Fix:[/b] Some debug functions name - [b]Fix:[/b] App shortcuts [b]New:[/b] Get manga info from tracker diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index b5431c5e6..bead9aee1 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,19 +1,37 @@ - + + [b]New:[/b] feat: unify recommendation screens and add more sources + [b]New:[/b] built-in EH compatible with extension + [b]New:[/b] Notification rich info + [b]New:[/b] Drag to reorder feeds + [b]New:[/b] Add option to enable incognito mode per extension + [b]New:[/b] feat: add global search shortcut to SmartSearch + [b]Improve:[/b] update website link + [b]Improve:[/b] add webview to Extension detail screen + [b]Improve:[/b] Restore chapter's bookmark & oldest dateUpload from backup + [b]Improve:[/b] Update Bangumi + [b]Fix:[/b] custom theme color in various AndroidView + [b]Fix:[/b] Mangadex fix alt title being removed by cleanDescription + [b]Fix:[/b] was not showing entry after importing entry with deep-link + [b]Fix:[/b] add entry to favorite when importing via deep-link + [b]Fix:[/b] (myanimelist): Fix nullability and fallback to medium cover if large cover is null + [b]Fix:[/b] (download): Making sure archive tmp file is created properly + + [b]New:[/b] Group update entries together [b]New:[/b] Drag & Drop to reorder category quickly in Settings/Category screen [b]Improve:[/b] Fast browsing [b]Improve:[/b] Allow disable app auto-update [b]Improve:[/b] Allow edit migration options while already being searching + [b]Improve:[/b] Don't auto-expand manga when browsing if is favorited [b]Improve:[/b] Add option to always use SSIV for image decoding [b]Fix:[/b] Duplicate chapters on backup restoring [b]Fix:[/b] Exclude categories when delete read chapter, except manually deleting - [b]Fix:[/b] Don't auto-expand manga when browsing if is favorited [b]Fix:[/b] Download job stops all together even if 1 entry is failed to create directory + [b]Fix:[/b] App shortcuts [b]Fix:[/b] Color Fill manga info from tracker [b]Fix:[/b] Some debug functions name - [b]Fix:[/b] App shortcuts [b]New:[/b] Auto install app update