What changed, and why it matters
This commit only adds a new changelog entry for firmware version 2.3.4 and bumps the build number from 2 to 4. It contains no code changes, bug fixes, or security-related content. There is nothing in the diff that affects device security or user funds.
No security action needed. Treat as a routine documentation/version-bump commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates CHANGELOG-ZH.md, CHANGELOG.md, and src/config/version.h to reflect release 2.3.4. The changelog lists three new Web3 features (LTC Native SegWit support, Keystone Nexus LTC management, and USB SOL management via Jupiter Wallet). The version.h file changes SOFTWARE_VERSION_BUILD from 2 to 4. No functional code, cryptographic, or security logic is modified.
Changed components
Inspect captured patch +23 / −1
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index d99f6b3..9cd7c83 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,14 @@
+## 2.3.4(2026-1-6)
+
+
+**Web3:**
+
+### 新增
+1. 支持 LTC Native SegWit 地址
+2. 支持通过 Keystone Nexus 管理 LTC
+3. 支持通过 USB 连接 Jupiter 钱包插件端管理 SOL
+
+
## 2.3.2(2025-12-24)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2f4fce..dd0b9bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 2.3.4(2026-1-6)
+
+**Web3:**
+
+### What's new
+1. Supported LTC Native SegWit addresses
+2. Supported managing LTC via Keystone Nexus
+3. Supported managing SOL assets via USB connection with Jupiter Wallet extension
+
+
+
## 2.3.2(2025-12-24)
diff --git a/src/config/version.h b/src/config/version.h
index 1610f8a..32d026c 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 2
+#define SOFTWARE_VERSION_BUILD 4
#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.