3.9 release

This commit is contained in:
KOWX712
2025-05-11 00:03:43 +08:00
parent 89943a99e9
commit 3697d03424
3 changed files with 13 additions and 5 deletions

View File

@@ -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.9
- **WebUI:** Optmized app loading speed, fixed all known freezing issue.
- **WebUI:** Added custom keybox option, similar to AOSP keybox, remvoed AOSP keybox fallback when no valid keybox available.
- **MMRL:** Added app icon support, enjoy with latest [MMRL](https://github.com/MMRLApp/MMRL/releases/latest) or [WebUI X](https://github.com/MMRLApp/WebUI-X-Portable/releases/latest).
- **Action:** Added support for Magisk action redirect WebUI X.
- **Script:** Get actual vbmeta size before resetprop.
- **WebUI:** Add Portuguese Brazilian Translation (#38, @JeanxPereira)
### v3.8.1
- **WebUI:** Fixed missing aosp key fallback when no valid key is available.

View File

@@ -1,7 +1,7 @@
id=TA_utl
name=Tricky Addon - Update Target List
version=v3.8.1
versionCode=381
version=v3.9
versionCode=390
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

View File

@@ -1,6 +1,6 @@
{
"versionCode": 381,
"version": "v3.8.1",
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.8.1/TrickyAddonModule-v3.8.1.zip",
"versionCode": 390,
"version": "v3.9",
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.9/TrickyAddonModule-v3.9.zip",
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
}