diff --git a/changelog.md b/changelog.md index 451c321..ef28ed9 100755 --- a/changelog.md +++ b/changelog.md @@ -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.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 - Added curl binary to fetch Xposed module package name from LSPosed webside diff --git a/lite-script_only/README.md b/lite-script_only/README.md index 57dbd87..10a529a 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -4,7 +4,10 @@ - Recommend to run with MT manager ## Changelog -### v2.0, v2.1 +### v2.1, v2.2 +- Remain same with v2.0 + +### v2.0 - More clarify remark in code - Remove useless code diff --git a/lite-script_only/UpdateTargetList.sh b/lite-script_only/UpdateTargetList.sh index 9a56140..0036fba 100644 --- a/lite-script_only/UpdateTargetList.sh +++ b/lite-script_only/UpdateTargetList.sh @@ -1,6 +1,6 @@ #!/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 # Telegram channel: https://t.me/kowchannel @@ -14,6 +14,7 @@ EXCLUDE=" oneplus coloros +miui com.android.patch me.bmax.apatch me.garfieldhan.apatch.next" diff --git a/module/module.prop b/module/module.prop index 388578a..54c2471 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v2.1 -versionCode=210 +version=v2.2 +versionCode=220 author=KOWX712 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