What changed, and why it matters
This commit only adds text to two changelog files describing a new firmware version (2.5.0). It does not change any executable code, configuration, or security controls. The changelog mentions improvements to dice-roll entropy validation and unlock passcode verification, but no actual code changes are present in this commit, so it cannot introduce or fix a vulnerability on its own.
No action is required for this commit. If reviewing for security, inspect the separate implementation commits that correspond to the 'Improved Dice Roll Entropy Validation' and 'Improved Unlock Passcode Verification' items.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to CHANGELOG.md and CHANGELOG-ZH.md. It inserts release notes for firmware version 2.5.0, listing feature and improvement summaries for Web3, BTC Only, and Cypherpunk variants. No source files, build scripts, binaries, or tests are modified. Any security implications would reside in separate commits that implement the described improvements.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdInspect captured patch +57 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 0a7f0f8..9c2b00f 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,33 @@
+## 2.5.0(2026-6-29)
+
+**Web3:**
+
+### 优化
+
+1. 优化骰子助记词熵校验
+2. 优化解锁密码校验
+3. 优化 TON 交易 UI
+
+**BTC Only:**
+
+### 优化
+
+1. 优化骰子助记词熵校验
+2. 优化解锁密码校验
+
+**Cypherpunk:**
+
+### 新增
+
+1. 支持通过 Vizor 管理 ZEC
+
+### 优化
+1. 优化骰子助记词熵校验
+2. 优化解锁密码校验
+
+
+
+
## 2.4.6 (2026-6-12)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef85bd0..061eafd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,30 @@
+## 2.5.0(2026-6-29)
+
+**Web3:**
+
+### Improvements
+1. Improved Dice Roll Entropy Validation
+2. Improved Unlock Passcode Verification
+3. Improved TON transaction UI
+
+**BTC Only:**
+
+
+### Improvements
+1. Improved Dice Roll Entropy Validation
+2. Improved Unlock Passcode Verification
+
+**Cypherpunk:**
+
+### What's new
+1. Supported managing ZEC via Vizor
+
+### Improvements
+1. Improved Dice Roll Entropy Validation
+2. Improved Unlock Passcode Verification
+
+
+
## 2.4.6 (2026-6-12)
**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.