What changed, and why it matters
This commit only adds text to two changelog files describing a new firmware version (2.2.6). It does not change any code, so it cannot introduce or fix a security vulnerability by itself. The changelog mentions routine feature updates and one bug fix for an unexpected sleep issue after signing Zcash transactions, but no security relevance is stated.
No action needed for this commit. If investigating the Zcash sleep bug or SLIP-39 changes, review the corresponding code commits that implemented those changes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to CHANGELOG.md and CHANGELOG-ZH.md. It inserts release notes for firmware version 2.2.6, listing SLIP-39 compatibility updates, Passphrase wallet support for ZEC, and a fix for an unexpected sleep after Zcash signing. There are no source-code modifications, configuration changes, or cryptographic changes in the diff.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdInspect captured patch +44 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index c257992..c4c696e 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,25 @@
+## 2.2.6(2025-08-06)
+
+**Web3:**
+
+### 新增
+1. 兼容Slip39协议升级
+
+**BTC Only:**
+
+### 新增
+1. 兼容Slip39协议升级
+
+**Cypherpunk:**
+
+### 新增
+1. 支持通过Passphrase钱包管理ZEC资产
+2. 兼容Slip39协议升级
+### Bug 修复
+1. 修复连接 Zcash 签名后异常休眠问题
+
+
+
## 2.2.4(2025-08-04)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33940ea..729e5fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 2.2.6(2025-08-06)
+
+**Web3:**
+
+### What's new
+1.Compatible with the updated SLIP-39 protocol
+
+**BTC Only:**
+
+### What's new
+1.Compatible with the updated SLIP-39 protocol
+
+**Cypherpunk:**
+
+### What's new
+1. Support managing ZEC assets with Passphrase wallets
+2. Compatible with the updated SLIP-39 protocol
+### Bug 修复
+1. Fixed unexpected sleep issue after signing Zcash transactions
+
+
+
## 2.2.4(2025-08-04)
**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.