v4.1 release

This commit is contained in:
KOWX712
2025-07-25 18:41:50 +08:00
parent 4dfa542940
commit 9cc603f36a
3 changed files with 14 additions and 5 deletions

View File

@@ -8,6 +8,15 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
## Changelog
### v4.1
- **WebUI:** Added right-to-left language support in UI.
- **WebUI:** Fixed 'Failed to fetch applist' in certain condition.
- **Script:** Added auto security patch support for pif.prop.
- **WebUI:** Added support for Dakkshesh's TrickyStore fork [(GitHub@beakthoven/TrickyStore)](https://github.com/beakthoven/TrickyStore).
- **WebUI:** Added device props support for qwq233's TrickyStore fork (this will not modify system prop automatically).
- **WebUI:** Added German (#78, @xxOrdulu52xx), Bengali, Persian translation.
- **WebUI:** Updated Turkish, Italian, Japanese, Arabic translation. (@cvnertnc, @GRgabrix, @reindex-ot, @ZG089)
### v4.0
- **WebUI:** Fixed `Failed to fetch security patch` issue in most condition.
- **WebUI:** Added support for [qwq233's TrickyStore fork](https://github.com/qwq233/TrickyStore).

View File

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