v2.7 release

This commit is contained in:
KOWX712
2024-12-07 17:59:57 +08:00
parent b3282816cb
commit a2b2da27f8
4 changed files with 20 additions and 11 deletions

View File

@@ -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 | <li>Action/WebUI on the Tricky Store module card.</li><li>Uninstall by pressing the uninstall button at the bottom part of WebUI.</li> |
| Visible | <li>For those who having trouble with KSUWebUIStandalone, such as</li><ul><li>using an old version of Magisk that lacks the action button</li><li>KSU built-in WebUI crashes</li></ul> |
| Visible | <li>For those who having trouble with KSUWebUIStandalone, such as</li><ul><li>using an old version of Magisk that lacks the action button</li><li>KSU built-in WebUI freeze</li></ul> |
### What Can This Module Do
| Feature | Status |

View File

@@ -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

View File

@@ -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

View File

@@ -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"
}