3.8 release

This commit is contained in:
KOWX712
2025-04-09 22:29:04 +08:00
parent 294a7bf214
commit 98ed78cebb
3 changed files with 12 additions and 5 deletions

View File

@@ -8,6 +8,13 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
## Changelog
### v3.8
- **WebUI:** Optimized UI.
- **WebUI:** Added mirror link fallback to fetch content from raw.githubusercontent.com
- **WebUI:** Added French translation (#31, @anaelle-dev)
- **WebUI:** Added Arabic Translation (#32, @ZG089)
- **WebUI:** Added Azerbaijani Translation (#34, @mnasibzade)
### v3.7
- **WebUI:** Optimized UI.
- **WebUI:** Added uninstall confirmation dialog.

View File

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