Skip to content

Commit c879dfa

Browse files
committed
3.6 release
1 parent 355c044 commit c879dfa

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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.6
12+
- **WebUI:** Option to add system apps.
13+
- **WebUI:** Fixed abnormal gap between content and header in MMRL.
14+
- Handle some vbmeta related prop, enforce boot hash to lowercase.
15+
- No longer auto config security patch by default (old user will remain current setup).
16+
- Fixed issue with disable sucompat.
17+
- More minor improvements.
18+
1119
### v3.5
1220
- **Script:** Set `system=prop` in auto config.
1321
- **WebUI:** Option to fetch secuirty patch date.

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

0 commit comments

Comments
 (0)