Skip to content

Commit 3882264

Browse files
committed
chore(release): prepare v5.25.0
1 parent 7666024 commit 3882264

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v5.25.0 (2026-03-14)
4+
5+
### Bug Fixes
6+
- **`marketname` false positive in ROM fingerprint detection** — stock Xiaomi `marketname` props were being scrubbed as custom ROM indicators, breaking Xiaomi Share device naming and iOS Interconnectivity (#16, #17)
7+
- **ReSukiSU excluded from target list** — added `com.resukisu.resukisu` to the manager exclusion list alongside existing SukiSU Ultra entry (#18)
8+
9+
---
10+
311
## v5.24.0 (2026-03-11)
412

513
### Features

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=TA_enhanced
22
name=Tricky Addon Enhanced
3-
version=v5.24.0
4-
versionCode=50026
3+
version=v5.25.0
4+
versionCode=50027
55
author=Enginex0
66
description=Enhanced TrickyStore addon with dual-source keybox, auto security patch, conflict detection & sleek WebUI
77
updateJson=https://raw.githubusercontent.com/Enginex0/tricky-addon-enhanced/main/update.json

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ta-enhanced"
3-
version = "5.24.0"
3+
version = "5.25.0"
44
edition = "2021"
55

66
[dependencies]

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v5.24.0",
3-
"versionCode": 50026,
4-
"zipUrl": "https://github.com/Enginex0/tricky-addon-enhanced/releases/download/v5.24.0/TA_enhanced-v5.24.0.zip",
2+
"version": "v5.25.0",
3+
"versionCode": 50027,
4+
"zipUrl": "https://github.com/Enginex0/tricky-addon-enhanced/releases/download/v5.25.0/TA_enhanced-v5.25.0.zip",
55
"changelog": "https://raw.githubusercontent.com/Enginex0/tricky-addon-enhanced/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)