Skip to content

Commit 3697d03

Browse files
committed
3.9 release
1 parent 89943a9 commit 3697d03

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr
88
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
99

1010
## Changelog
11+
### v3.9
12+
- **WebUI:** Optmized app loading speed, fixed all known freezing issue.
13+
- **WebUI:** Added custom keybox option, similar to AOSP keybox, remvoed AOSP keybox fallback when no valid keybox available.
14+
- **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).
15+
- **Action:** Added support for Magisk action redirect WebUI X.
16+
- **Script:** Get actual vbmeta size before resetprop.
17+
- **WebUI:** Add Portuguese Brazilian Translation (#38, @JeanxPereira)
18+
1119
### v3.8.1
1220
- **WebUI:** Fixed missing aosp key fallback when no valid key is available.
1321

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=TA_utl
22
name=Tricky Addon - Update Target List
3-
version=v3.8.1
4-
versionCode=381
3+
version=v3.9
4+
versionCode=390
55
author=KOWX712
66
description=A WebUI to conifgure tricky store target.txt
77
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 381,
3-
"version": "v3.8.1",
4-
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.8.1/TrickyAddonModule-v3.8.1.zip",
2+
"versionCode": 390,
3+
"version": "v3.9",
4+
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.9/TrickyAddonModule-v3.9.zip",
55
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
66
}

0 commit comments

Comments
 (0)