update description, changelog and version code
This commit is contained in:
KOWX712
2024-11-13 00:34:17 +08:00
parent face2fe644
commit 685a6b89ef
4 changed files with 14 additions and 4 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) Telegram channel: [KOW's Little World](https://t.me/kowchannel)
## Changelog ## Changelog
### v2.2
**KSU WebUI**
- Added help menu
- Added extra [unnecessary app](https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/more-excldue.json) exclude option
- Added no Internet connection prompt
### v2.1 ### v2.1
- Added curl binary to fetch Xposed module package name from LSPosed webside - Added curl binary to fetch Xposed module package name from LSPosed webside

View File

@@ -4,7 +4,10 @@
- Recommend to run with MT manager - Recommend to run with MT manager
## Changelog ## Changelog
### v2.0, v2.1 ### v2.1, v2.2
- Remain same with v2.0
### v2.0
- More clarify remark in code - More clarify remark in code
- Remove useless code - Remove useless code

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Tricky Addon Lite: Update Target List Script v2.1 # Tricky Addon Lite: Update Target List Script v2.2
# GitHub Repository: https://github.com/KOWX712/Tricky-Addon-Update-Target-List/blob/master/lite-script_only/README.md # GitHub Repository: https://github.com/KOWX712/Tricky-Addon-Update-Target-List/blob/master/lite-script_only/README.md
# Telegram channel: https://t.me/kowchannel # Telegram channel: https://t.me/kowchannel
@@ -14,6 +14,7 @@
EXCLUDE=" EXCLUDE="
oneplus oneplus
coloros coloros
miui
com.android.patch com.android.patch
me.bmax.apatch me.bmax.apatch
me.garfieldhan.apatch.next" me.garfieldhan.apatch.next"

View File

@@ -1,7 +1,7 @@
id=TA_utl id=TA_utl
name=Tricky Addon - Update Target List name=Tricky Addon - Update Target List
version=v2.1 version=v2.2
versionCode=210 versionCode=220
author=KOWX712 author=KOWX712
description=Update tricky store target.txt. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config description=Update tricky store target.txt. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json