What changed, and why it matters
This commit only updates the project's changelog documents (in English and Chinese) to describe features and improvements included in firmware version 2.4.2. No source code, configuration, or executable files were changed. There is no security-relevant code modification to review.
No action required for this documentation-only commit. If reviewing the v2.4.2 release for security, examine the actual code changes that implement the listed transaction-parsing improvements and wallet removals separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds release notes for v2.4.2 to CHANGELOG.md and CHANGELOG-ZH.md. It documents new integrations (NuFi/TRON, Keystone Nexus/Native SOL), removal of TON-only wallet support, and various transaction-parsing improvements. The commit contains only Markdown documentation changes (+89 lines, no deletions of code).
Changed components
Inspect captured patch +89 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 9b7fa9f..800525f 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,47 @@
+## 2.4.2(2026-4-23)
+
+**Web3:**
+
+### 新增
+
+1. 支持通过 NuFi 管理 TRON 资产
+
+2. 支持通过 Keystone Nexus 收发 Native SOL
+
+### 优化
+
+1. 移除 TON-only 钱包(注意:更新前请确保您TON-Only 钱包下的资产已转移到默认多币种钱包地址)
+
+2. 优化 BTC 交易解析
+
+3. 优化 SUI 交易解析
+
+4. 优化 TRON swap 交易解析
+
+5. 优化 Core 钱包交易解析
+
+6. 更新 Keplr icon
+
+
+
+**BTC Only:**
+
+### 优化
+
+1. 优化 BTC 交易解析
+
+
+
+**Cypherpunk:**
+
+### 优化
+
+1. 优化 BTC 交易解析
+
+2. 优化 ZEC 交易解析
+
+
+
## 2.4.0 (2026-3-30)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37e02d9..5aef3aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,48 @@
+## 2.4.2(2026-4-23)
+
+**Web3:**
+
+### What's new
+
+1. Supported managing TRON via NuFi
+
+2. Supported managing Native SOL via Keystone Nexus
+
+### Improvements
+
+1. Removed TON-only wallet support. (Please ensure all assets in your TON-only wallet are transferred to the default multi-coin wallet address before updating.)
+
+2. Improved BTC transaction parsing
+
+3. Improved SUI transaction parsing
+
+4. Improved TRON swap transaction parsing
+
+5. Improved Core wallet transaction parsing
+
+6. Updated Keplr wallet icon
+
+
+
+**BTC Only:**
+
+### Improvements
+
+1. Improved BTC transaction parsing
+
+
+
+**Cypherpunk:**
+
+### Improvements
+
+1. Improved BTC transaction parsing
+
+2. Improved ZEC transaction parsing
+
+
+
+
## 2.4.0(2026-3-30)
**Web3:**
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.