What changed, and why it matters
This commit only adds a new section to two changelog files describing version 2.2.8. It lists two bug fixes in plain language: one about custom path signing and one about WebUSB upgrade failures. No source code, configuration, or executable files were changed. The changelog entry itself does not describe any security issue, and there is no diff evidence of a vulnerability being introduced or fixed.
No security action is required for this changelog-only commit. If investigating the named bug fixes, review the actual code commits that implemented the custom-path signing fix and the WebUSB upgrade fix separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies CHANGELOG.md and CHANGELOG-ZH.md, prepending a 2.2.8 release note dated 2025-08-14. The English changelog lists ‘Fixed an issue with custom path signing’ and ‘Fixed an issue with WebUSB upgrade failures.’ The Chinese changelog appears to duplicate the 2.2.6 header by mistake. No code, build scripts, tests, or documentation beyond the changelog were altered. The commit is purely metadata/release-note housekeeping.
Changed components
Inspect captured patch +19 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index c4c696e..9a3ab4a 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,13 @@
+## 2.2.6(2025-08-06)
+
+**Web3:**
+
+### Bug 修复
+1. 修复自定义 Path 签名异常问题
+2. 修复 WebUSB 升级异常问题
+
+
+
## 2.2.6(2025-08-06)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9a9bea..b92de90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 2.2.8(2025-08-14)
+
+**Web3:**
+
+### Bug Fixes
+1. Fixed an issue with custom path signing
+2. Fixed an issue with WebUSB upgrade failures
+
+
## 2.2.6(2025-08-06)
**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.