What changed, and why it matters
This commit only adds a new version entry to the changelog files and bumps the software build version number from 5 to 6. It does not change any functional code, fix any bug, or alter any security behavior. There is nothing here that affects the security of the device or its users.
No action required. This is a routine release-note and version-bump commit with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to documentation (CHANGELOG.md, CHANGELOG-ZH.md) and a single version macro in src/config/version.h. SOFTWARE_VERSION_BUILD is incremented from 5 to 6. No source logic, cryptographic, communication, or wallet-handling code is modified. No security patch is present.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdsrc/config/version.hInspect captured patch +28 / −1
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 9cd7c83..3ea27fb 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,17 @@
+## 2.3.6(2026-1-22)
+
+**Web3:**
+
+### 新增
+1. 支持 ZEC 透明地址
+2. 支持通过 Keystone Nexus 管理 ZEC 透明地址
+
+### 优化
+1. 提升连接钱包的稳定性
+
+
+
+
## 2.3.4(2026-1-6)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd0b9bc..b123306 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 2.3.6(2026-1-22)
+
+**Web3:**
+
+### What's new
+1. Supported ZEC transparent address
+2. Supported managing ZEC transparent address via Keystone Nexus
+### Improvements
+1. Improved wallet connection stability
+
+
+
+
## 2.3.4(2026-1-6)
**Web3:**
diff --git a/src/config/version.h b/src/config/version.h
index d12832b..6342d61 100644
--- a/src/config/version.h
+++ b/src/config/version.h
@@ -7,7 +7,7 @@
#define SOFTWARE_VERSION_MAJOR 12
#define SOFTWARE_VERSION_MAJOR_OFFSET 10
#define SOFTWARE_VERSION_MINOR 3
-#define SOFTWARE_VERSION_BUILD 5
+#define SOFTWARE_VERSION_BUILD 6
#define SOFTWARE_VERSION_BETA 1
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)
#ifdef WEB3_VERSION
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.