diff --git a/changelog.md b/changelog.md index 016f1c4..5b3aa88 100755 --- a/changelog.md +++ b/changelog.md @@ -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). diff --git a/module/module.prop b/module/module.prop index e76bffa..ffd4785 100644 --- a/module/module.prop +++ b/module/module.prop @@ -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 diff --git a/update.json b/update.json index d77a090..2b645d0 100644 --- a/update.json +++ b/update.json @@ -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" }