diff --git a/changelog.md b/changelog.md index bb383f0..beb3185 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.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 diff --git a/lite-script_only/README.md b/lite-script_only/README.md index 297e95a..be7ff5a 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -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 diff --git a/lite-script_only/UpdateTargetList.sh b/lite-script_only/UpdateTargetList.sh index 24ca58d..84addd8 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.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 diff --git a/module/module.prop b/module/module.prop index c3e2bc5..fe1bde2 100644 --- a/module/module.prop +++ b/module/module.prop @@ -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 diff --git a/update.json b/update.json index 59a247d..4ec587d 100755 --- a/update.json +++ b/update.json @@ -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" } \ No newline at end of file