What changed, and why it matters
This commit only adds a new changelog entry for firmware version 2.3.8 and bumps the build number in a version header file. There are no code changes, no bug fixes, and no security-related content.
No security action needed; this is a documentation/version-bump commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates CHANGELOG.md, CHANGELOG-ZH.md, and src/config/version.h to reflect release 2.3.8. The changelog lists only new feature additions (support for managing certain coins via Nabox and BULL, plus additional languages). The version.h file changes SOFTWARE_VERSION_BUILD from 6 to 8. No source logic is modified.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdsrc/config/version.hInspect captured patch +51 / −1
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 3ea27fb..d93d7a8 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,27 @@
+## 2.3.8(2026-2-9)
+
+**Web3:**
+
+
+### 新增
+1. 支持通过 Nabox 管理 BTC、LTC、BCH、DOGE 和 TRON
+2. 支持通过 BULL 管理 BTC
+
+**BTC Only:**
+
+
+### 新增
+1. 支持通过 BULL 管理 BTC
+2. 新增西班牙语、日语和德语支持
+
+**Cypherpunk:**
+
+
+### 新增
+1. 支持通过 BULL 管理 BTC
+
+
+
## 2.3.6(2026-1-22)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b123306..b3aebc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+
+## 2.3.8(2026-2-9)
+
+**Web3:**
+
+
+### What's new
+1. Supported managing BTC, LTC, BCH, DOGE, and TRON via Nabox
+2. Supported managing BTC via BULL
+
+**BTC Only:**
+
+
+### What's new
+1. Supported managing BTC via BULL
+2. Added support for Spanish, Japanese, and German languages
+
+**Cypherpunk:**
+
+
+### What's new
+1. Supported managing BTC via BULL
+
+
+
+
## 2.3.6(2026-1-22)
**Web3:**
diff --git a/src/config/version.h b/src/config/version.h
index 6342d61..f289ef7 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 6
+#define SOFTWARE_VERSION_BUILD 8
#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.