Skip to content

Commit 3f86a32

Browse files
committed
v4.3 release
1 parent 65b94d6 commit 3f86a32

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel)
99

1010
## Changelog
1111

12+
### v4.3
13+
- **WebUI:** UI improvement: optimized dialog animation and menu appearence.
14+
- **WebUI:** Fixed fallback link not working, fixed no internet connection in some condition.
15+
- **WebUI:** Implemented translation hot update feature, allow pulling transation from crowdin branch and apply without reboot. Translation in repo will sync with Crowdin on every Sunday.
16+
- **WebUI:** Fixed fail to apply custom keybox on some path.
17+
- **Script:** Added auto security patch support for custom.pif.prop
18+
- **Script:** Added sensitive props handling from shamiko.
19+
1220
### v4.2
1321
- **WebUI:** New UI with [Material Web Component](https://material-web.dev) and some various improvements.
1422
- **WebUI:** Fixed missing security patch option in newer version of [beakthoven/TrickyStoreOSS](https://github.com/beakthoven/TrickyStoreOSS).

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=v4.2
4-
versionCode=618
3+
version=v4.3
4+
versionCode=635
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": 618,
3-
"version": "v4.2",
4-
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v4.2/TrickyAddonModule-v4.2.zip",
2+
"versionCode": 635,
3+
"version": "v4.3",
4+
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v4.3/TrickyAddonModule-v4.3.zip",
55
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
66
}

0 commit comments

Comments
 (0)