From 3050ecf84cdb69fb0cc5c2bda31e4c6ccd55a2cf Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 15 Feb 2025 20:01:34 +0800 Subject: [PATCH] v3.4 release --- changelog.md | 8 ++++++++ module/module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index d436400..21cff22 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,14 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v3.4 +- **WebUI:** Allow import custom keybox from device storage. +- **WebUI:** Allow custom config security patch in WebUI, save empty to disable auto config. +- **WebUI:** Update Turkish translation (#16, @berkmirsatk) +- **WebUI:** Fix wrong changelog version displayed in update changelog. +- **MMRL:** Display a guide to enable the JavaScript API in MMRL. Directly request API permission on v33045+ +- More minor improvements + ### v3.3.1 - Fixed security patch logic, use pif.json to get security patch date. - No auto config `security_patch.txt` for security patch lesser than one year. diff --git a/module/module.prop b/module/module.prop index 0f0dcda..d71e2ef 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.3.1 -versionCode=331 +version=v3.4 +versionCode=340 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 5f3c6f4..14200a1 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 331, - "version": "v3.3.1", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.3.1/TrickyAddonModule-v3.3.1.zip", + "versionCode": 340, + "version": "v3.4", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.4/TrickyAddonModule-v3.4.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file