Skip to content

Commit 9cc603f

Browse files
committed
v4.1 release
1 parent 4dfa542 commit 9cc603f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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+
### v4.1
12+
- **WebUI:** Added right-to-left language support in UI.
13+
- **WebUI:** Fixed 'Failed to fetch applist' in certain condition.
14+
- **Script:** Added auto security patch support for pif.prop.
15+
- **WebUI:** Added support for Dakkshesh's TrickyStore fork [(GitHub@beakthoven/TrickyStore)](https://github.com/beakthoven/TrickyStore).
16+
- **WebUI:** Added device props support for qwq233's TrickyStore fork (this will not modify system prop automatically).
17+
- **WebUI:** Added German (#78, @xxOrdulu52xx), Bengali, Persian translation.
18+
- **WebUI:** Updated Turkish, Italian, Japanese, Arabic translation. (@cvnertnc, @GRgabrix, @reindex-ot, @ZG089)
19+
1120
### v4.0
1221
- **WebUI:** Fixed `Failed to fetch security patch` issue in most condition.
1322
- **WebUI:** Added support for [qwq233's TrickyStore fork](https://github.com/qwq233/TrickyStore).

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

0 commit comments

Comments
 (0)