What changed, and why it matters
This commit only adds a new section to the English and Chinese changelogs for firmware version 2.2.14. It describes new features (BSC transfers/swaps, randomized PIN input, IOTA Wallet support) and one bug fix (certain ADA transaction signing causing device restarts). No source code is changed, so the commit itself does not introduce, fix, or alter any security behavior.
No action needed for this commit. If reviewing for security, inspect the actual code changes that implemented the randomized PIN input and the ADA signing restart fix in their respective commits.
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 records release notes for version 2.2.14. The bug fix line about ADA transaction signing causing forced restarts is a retrospective description of a prior fix, not a code change in this commit. There are no code modifications, build system changes, or configuration changes.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdInspect captured patch +28 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 4b09275..f1d06e0 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,15 @@
+## 2.2.14(2025-09-18)
+
+**Web3:**
+
+### 新增
+1. 支持Keystone Nexus进行BSC 转账、swap交易
+2. 支持PIN码乱序输入
+3. 新增IOTA Wallet连接入口
+
+### Bug Fixes
+1. 修复ADA 部分交易签名强制重启问题
+
## 2.2.12(2025-09-03)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 125de59..a6f82a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 2.2.14(2025-09-18)
+
+**Web3:**
+
+### What's new
+1. support for BSC transfers and swap on Keystone Nexus
+2. Introduced randomized PIN input for enhanced security
+3. Added connection entry for IOTA Wallet
+
+### Bug fixes
+1. Fixed an issue where certain ADA transactions caused the device to restart during signing
+
+
+
+
+
## 2.2.12(2025-09-03)
**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.