diff --git a/changelog.md b/changelog.md index 3ca0273..56958c1 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,11 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v2.8 +- Fixed all KSUWebUIStandalone freeze issue, removed visible option. +- Reduced WebUI loading time. +- Added Japanese. Thanks to @reindex-ot. + ### v2.7.1 - Link redirect quick fix diff --git a/module/module.prop b/module/module.prop index 025e9c2..d7fb35b 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v2.7.1 -versionCode=271 +version=v2.8 +versionCode=280 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 d0afd46..7965005 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 271, - "version": "v2.7.1", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.7.1/TrickyAddonModule-v2.7.1.zip", + "versionCode": 280, + "version": "v2.8", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.8/TrickyAddonModule-v2.8.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file