From b07c9f8f5a209ecdc2b420bedb9e34c653830b97 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Wed, 25 Dec 2024 16:41:34 +0800 Subject: [PATCH] v2.9 Merry Christmas --- changelog.md | 7 +++++++ module/module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 56958c1..65c244d 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,13 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v2.9 +- Preserve `!` and `?` during update target in WebUi. +- Optimized scripts, thanks to @backslashxx. +- Fixed freeze in weak connection. +- Added Spanish, thanks to @Keinta15. +- Removed rescriction on installation but module will still be removed if tricky store is not found after reboot. + ### v2.8 - Fixed all KSUWebUIStandalone freeze issue, removed visible option. - Reduced WebUI loading time. diff --git a/module/module.prop b/module/module.prop index d7fb35b..5e1a651 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v2.8 -versionCode=280 +version=v2.9 +versionCode=290 author=KOWX712 description=A WebUI to conifgure tricky store target.txt updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json diff --git a/update.json b/update.json index 7965005..cbcccf7 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 280, - "version": "v2.8", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.8/TrickyAddonModule-v2.8.zip", + "versionCode": 290, + "version": "v2.9", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.9/TrickyAddonModule-v2.9.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file