Skip to content

Commit 5151a83

Browse files
committed
chore(release): prepare v5.23.0
Adds hardware_sku region prop, collapsible region UI, CI workflow, region i18n for all 22 locales, and dynamic README badges.
1 parent 6f553f7 commit 5151a83

5 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## v5.23.0 (2026-03-11)
4+
5+
### Features
6+
- **`ro.boot.product.hardware.sku` support** — fourth region prop added across the full stack (config, install snapshot, boot enforcement, WebUI)
7+
- **Collapsible region UI**`ro.boot.hwc` always visible, remaining 3 fields behind a chevron expand to reduce clutter
8+
- **GitHub Actions CI** — build workflow cross-compiles both ABIs and uploads the module ZIP as artifact on every push
9+
10+
### Improvements
11+
- **Region i18n** — all 3 region strings translated across 22 locales (was English-only fallback)
12+
- **Dynamic README badges** — version badge pulls from GitHub releases, build status badge from CI
13+
14+
---
15+
316
## v5.22.0 (2026-03-10)
417

518
### 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.22.0
4-
versionCode=50024
3+
version=v5.23.0
4+
versionCode=50025
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.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.22.0"
3+
version = "5.23.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.22.0",
3-
"versionCode": 50024,
4-
"zipUrl": "https://github.com/Enginex0/tricky-addon-enhanced/releases/download/v5.22.0/TA_enhanced-v5.22.0.zip",
2+
"version": "v5.23.0",
3+
"versionCode": 50025,
4+
"zipUrl": "https://github.com/Enginex0/tricky-addon-enhanced/releases/download/v5.23.0/TA_enhanced-v5.23.0.zip",
55
"changelog": "https://raw.githubusercontent.com/Enginex0/tricky-addon-enhanced/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)