From a2b2da27f8d6b2efc0ca5dcec898b8c5ef1fd9ce Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 7 Dec 2024 17:59:57 +0800 Subject: [PATCH] v2.7 release --- README.md | 8 +++++--- changelog.md | 13 ++++++++++--- module/module.prop | 4 ++-- update.json | 6 +++--- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef020da..e5f1df0 100755 --- a/README.md +++ b/README.md @@ -11,14 +11,16 @@ Configure Tricky Store target.txt with KSU WebUI. ### KernelSU & Apatch - KSU WebUI -### Magisk (Action Button) -- action.sh will open WebUI, automatic install [KSUWebUIStandalone](https://github.com/5ec1cff/KsuWebUIStandalone) if not installed. +### Magisk +- Action button to open WebUI +- Support KSUWebUIStandalone and latest MMRL +- Automatic install [KSUWebUIStandalone](https://github.com/5ec1cff/KsuWebUIStandalone) if none of them are installed. ### Module Visibility | Visibility | Behavior| | :--- | :--- | | Invisible |
  • Action/WebUI on the Tricky Store module card.
  • Uninstall by pressing the uninstall button at the bottom part of WebUI.
  • | -| Visible |
  • For those who having trouble with KSUWebUIStandalone, such as
  • | +| Visible |
  • For those who having trouble with KSUWebUIStandalone, such as
  • | ### What Can This Module Do | Feature | Status | diff --git a/changelog.md b/changelog.md index e846d45..aeb5838 100755 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,20 @@ ### Tricky Addon: Update Target List A **KSU WebUI** to configure tricky store target.txt -This module is not a part of Tricky Store, DO NOT report to Tricky Store if you encounter any issue. +*This module is **not** a part of the Tricky Store module. DO NOT report any issues to Tricky Store if encountered.* GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v2.7 +- Abandoned `UpdateTargetList.sh`; No longer automatically update target on boot. +- Adapted with MMRL, Magisk user can uninstall KSUWebUIStandalone if you have latest MMRL installed, action button will redirect to MMRL if KSUWebUIStandalone not found. +- New update card for invisible module. +- Improved UI. +- Press any position of app card to select/deselct. + ### v2.6 - Invisible module, intergrate action button & webui on tricky store card. You can stil use visible option if you found any issue with invisble module. Thanks for idea from @backslashxx. - To uninstall invisble module, scroll down to the bottom of WebUI and press Uninstall WebUI. @@ -35,7 +42,7 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel) ### v2.4 - Added aapt binary for app name display -- **KSU WebUI** +- **KSU WebUI:** - Added app name display ### v2.3 @@ -45,7 +52,7 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel) - Abandoned action button in KernelSU and Apatch - Magisk action button: open WebUI, automatic download if not installed (optional) -- **KSU WebUI** +- **KSU WebUI:** - Option to select app from DenyList (Magisk) ### v2.2 diff --git a/module/module.prop b/module/module.prop index 346aa00..79c8bf0 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v2.6 -versionCode=260 +version=v2.7 +versionCode=270 author=KOWX712 description=A WebUI to conifgure tricky store target.txt updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json diff --git a/update.json b/update.json index 35de90f..d20707f 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 260, - "version": "v2.6", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.6/TrickyAddonModule-v2.6.zip", + "versionCode": 270, + "version": "v2.7", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.7/TrickyAddonModule-v2.7.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file