You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
v3.3 release
changelog: fix typo
This commit is contained in:
@@ -8,6 +8,11 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr
|
|||||||
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### v3.3
|
||||||
|
- Support auto config `security_patch.txt` for Tricky Store v1.2.1 or higher.
|
||||||
|
- No longer need to add `!` to Play Store for devices that have security patch older than one year to get strong integrity in new A13+ check.
|
||||||
|
- **Magisk:** automatically add apps from DenyList to `target.txt` on boot. To enable this feature, click "Select from DenyList" once in WebUI after update.
|
||||||
|
|
||||||
### v3.2
|
### v3.2
|
||||||
- Add `android` and `com.android.vending` by default.
|
- Add `android` and `com.android.vending` by default.
|
||||||
- Handle `ro.vendor.build.security_patch` if the value is different.
|
- Handle `ro.vendor.build.security_patch` if the value is different.
|
||||||
@@ -34,7 +39,7 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
|||||||
- Optimized scripts, thanks to @backslashxx.
|
- Optimized scripts, thanks to @backslashxx.
|
||||||
- Fixed freeze in weak connection.
|
- Fixed freeze in weak connection.
|
||||||
- Added Spanish, thanks to @Keinta15.
|
- Added Spanish, thanks to @Keinta15.
|
||||||
- Removed rescriction on installation but module will still be removed if tricky store is not found after reboot.
|
- Removed restriction on installation but module will still be removed if Tricky Store is not found after reboot.
|
||||||
|
|
||||||
### v2.8
|
### v2.8
|
||||||
- Fixed all KSUWebUIStandalone freeze issue, removed visible option.
|
- Fixed all KSUWebUIStandalone freeze issue, removed visible option.
|
||||||
@@ -52,7 +57,7 @@ Telegram channel: [KOW's Little World](https://t.me/kowchannel)
|
|||||||
- Press any position of app card to select/deselct.
|
- Press any position of app card to select/deselct.
|
||||||
|
|
||||||
### v2.6
|
### v2.6
|
||||||
- Invisible module, intergrate action button & webui on tricky store card. You can stil use visible option if you found any issue with invisble module. Thanks for idea from @backslashxx.
|
- Invisible module, integrate action button & WebUI on Tricky Store card. You can still use visible option if you found any issue with invisible module. Thanks for idea from @backslashxx.
|
||||||
- To uninstall invisble module, scroll down to the bottom of WebUI and press Uninstall WebUI.
|
- To uninstall invisble module, scroll down to the bottom of WebUI and press Uninstall WebUI.
|
||||||
- Add update prompt if found new version in webui, and show module if found an update. (invisible)
|
- Add update prompt if found new version in webui, and show module if found an update. (invisible)
|
||||||
- Reduced WebUI loading time
|
- Reduced WebUI loading time
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
id=TA_utl
|
id=TA_utl
|
||||||
name=Tricky Addon - Update Target List
|
name=Tricky Addon - Update Target List
|
||||||
version=v3.2
|
version=v3.3
|
||||||
versionCode=320
|
versionCode=330
|
||||||
author=KOWX712
|
author=KOWX712
|
||||||
description=A WebUI to conifgure tricky store target.txt
|
description=A WebUI to conifgure tricky store target.txt
|
||||||
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json
|
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"versionCode": 320,
|
"versionCode": 330,
|
||||||
"version": "v3.2",
|
"version": "v3.3",
|
||||||
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.2/TrickyAddonModule-v3.2.zip",
|
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.3/TrickyAddonModule-v3.3.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user