diff --git a/changelog.md b/changelog.md index 21cff22..cae987f 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.5 +- **Script:** Set `system=prop` in auto config. +- **WebUI:** Option to fetch secuirty patch date. +- **WebUI:** Fixed `Failed to fetch app list` issue in vanilla rom. +- **WebUI:** Added Polish translation (#18, @Bladius2024) +- **WebUI:** Update Japanese translation (#20, @reindex-ot) +- **WebUI:** Minor UI improvements. + ### v3.4 - **WebUI:** Allow import custom keybox from device storage. - **WebUI:** Allow custom config security patch in WebUI, save empty to disable auto config. diff --git a/module/module.prop b/module/module.prop index d71e2ef..63c0206 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.4 -versionCode=340 +version=v3.5 +versionCode=350 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 14200a1..8902280 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 340, - "version": "v3.4", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.4/TrickyAddonModule-v3.4.zip", + "versionCode": 350, + "version": "v3.5", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.5/TrickyAddonModule-v3.5.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file