This commit is contained in:
KOWX712
2024-11-20 00:52:21 +08:00
parent 0736f4ea38
commit 5806ab16d7
5 changed files with 12 additions and 6 deletions

View File

@@ -10,6 +10,12 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
## Changelog
### v2.4
- Added aapt binary for app name display
**KSU WebUI**
- Added app name display
### v2.3
- Removed curl binary
- Moved boot_hash to /data/adb to prevent overwrite

View File

@@ -4,7 +4,7 @@
- Recommend to run with MT manager
## Changelog
### v2.1, v2.2, v2.3
### v2.1, v2.2, v2.3, v2.4
- Remain same with v2.0
### v2.0

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Tricky Addon Lite: Update Target List Script v2.3
# Tricky Addon Lite: Update Target List Script v2.4
# GitHub Repository: https://github.com/KOWX712/Tricky-Addon-Update-Target-List/blob/master/lite-script_only/README.md
# Telegram channel: https://t.me/kowchannel

View File

@@ -1,7 +1,7 @@
id=TA_utl
name=Tricky Addon - Update Target List
version=v2.3
versionCode=230
version=v2.4
versionCode=240
author=KOWX712
description=A WebUI to conifgure tricky store target.txt
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json

View File

@@ -1,6 +1,6 @@
{
"versionCode": 230,
"version": "v2.3",
"versionCode": 240,
"version": "v2.4",
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.3/TrickyAddonModule-v2.3.zip",
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/changelog.md"
}