diff --git a/changelog.md b/changelog.md index c80b0d5..c092755 100755 --- a/changelog.md +++ b/changelog.md @@ -3,11 +3,17 @@ Automated script to update tricky store target.txt Requirement: Tricky Store module installed +Manually add VerifiedBootHash to /data/adb/modules/TA_utl/boot_hash (optional) + GitHub release: [https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) Telegram channel: [https://t.me/kowchannel](https://t.me/kowchannel) ## Changelog +### v1.4 +- migrate ro.boot.vbmeta.digest from system.prop to resetprop +- refactor code + ### v1.3.1 - Added Apatch Next package name to exclude list - Fix automatic update target script not working issue diff --git a/lite-script_only/README.md b/lite-script_only/README.md index 31fabb4..68ba46d 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -3,6 +3,9 @@ - Run with root priviledge ## Changelog +### v1.4 +- Remain same with v1.3.1 + ### v1.3.1 - Added Apatch Next package name to exclude list diff --git a/module/module.prop b/module/module.prop index a0bb250..6f06c95 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon: Update Target List -version=v1.3.1 -versionCode=131 +version=v1.4 +versionCode=140 author=KOWX712 description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/update.json \ No newline at end of file