You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
v2.7 release
This commit is contained in:
@@ -11,14 +11,16 @@ Configure Tricky Store target.txt with KSU WebUI.
|
|||||||
### KernelSU & Apatch
|
### KernelSU & Apatch
|
||||||
- KSU WebUI
|
- KSU WebUI
|
||||||
|
|
||||||
### Magisk (Action Button)
|
### Magisk
|
||||||
- action.sh will open WebUI, automatic install [KSUWebUIStandalone](https://github.com/5ec1cff/KsuWebUIStandalone) if not installed.
|
- 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
|
### Module Visibility
|
||||||
| Visibility | Behavior|
|
| 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> |
|
| 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
|
### What Can This Module Do
|
||||||
| Feature | Status |
|
| Feature | Status |
|
||||||
|
|||||||
13
changelog.md
13
changelog.md
@@ -1,13 +1,20 @@
|
|||||||
### Tricky Addon: Update Target List
|
### Tricky Addon: Update Target List
|
||||||
A **KSU WebUI** to configure tricky store target.txt
|
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)
|
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)
|
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
||||||
|
|
||||||
## Changelog
|
## 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
|
### 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.
|
- 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.
|
- 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
|
### v2.4
|
||||||
- Added aapt binary for app name display
|
- Added aapt binary for app name display
|
||||||
|
|
||||||
- **KSU WebUI**
|
- **KSU WebUI:**
|
||||||
- Added app name display
|
- Added app name display
|
||||||
|
|
||||||
### v2.3
|
### v2.3
|
||||||
@@ -45,7 +52,7 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
|||||||
- Abandoned action button in KernelSU and Apatch
|
- Abandoned action button in KernelSU and Apatch
|
||||||
- Magisk action button: open WebUI, automatic download if not installed (optional)
|
- Magisk action button: open WebUI, automatic download if not installed (optional)
|
||||||
|
|
||||||
- **KSU WebUI**
|
- **KSU WebUI:**
|
||||||
- Option to select app from DenyList (Magisk)
|
- Option to select app from DenyList (Magisk)
|
||||||
|
|
||||||
### v2.2
|
### v2.2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
id=TA_utl
|
id=TA_utl
|
||||||
name=Tricky Addon - Update Target List
|
name=Tricky Addon - Update Target List
|
||||||
version=v2.6
|
version=v2.7
|
||||||
versionCode=260
|
versionCode=270
|
||||||
author=KOWX712
|
author=KOWX712
|
||||||
description=A WebUI to conifgure tricky store target.txt
|
description=A WebUI to conifgure tricky store target.txt
|
||||||
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json
|
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"versionCode": 260,
|
"versionCode": 270,
|
||||||
"version": "v2.6",
|
"version": "v2.7",
|
||||||
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.6/TrickyAddonModule-v2.6.zip",
|
"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"
|
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user