Skip to content

Commit dd78664

Browse files
committed
3.7 release
1 parent c273f18 commit dd78664

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

.extra

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ 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.7
12+
- **WebUI:** Optimized UI.
13+
- **WebUI:** Added uninstall confirmation dialog.
14+
- **WebUI:** Sanitize text content (#23, @totalolage)
15+
- **WebUI:** Added selected language memory.
16+
- **WebUI:** Fixed Chinese translation (#26 #27, @xiaokuqwq)
17+
- **WebUI:** Added Indonesian translation (#28, @ChiseWaguri)
18+
- **WebUI:** Added Italian translation (#30, @luigimak)
19+
- **MMRL:** Added monet theme suport.
20+
- **MMRL:** Fixed fail to display guide when permission is not granted.
21+
- No longer add Play Store by default.
22+
1123
### v3.6
1224
- **WebUI:** Option to add system apps.
1325
- **WebUI:** Fixed abnormal gap between content and header in MMRL.

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

0 commit comments

Comments
 (0)