Skip to content

Commit 98ed78c

Browse files
committed
3.8 release
1 parent 294a7bf commit 98ed78c

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.8
12+
- **WebUI:** Optimized UI.
13+
- **WebUI:** Added mirror link fallback to fetch content from raw.githubusercontent.com
14+
- **WebUI:** Added French translation (#31, @anaelle-dev)
15+
- **WebUI:** Added Arabic Translation (#32, @ZG089)
16+
- **WebUI:** Added Azerbaijani Translation (#34, @mnasibzade)
17+
1118
### v3.7
1219
- **WebUI:** Optimized UI.
1320
- **WebUI:** Added uninstall confirmation dialog.

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

0 commit comments

Comments
 (0)