What changed, and why it matters
This commit only edits the project's CHANGELOG.md file, adding release notes about new features, changes, and fixes. There are no code changes and no security-related content.
No action required. This is a routine documentation update with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to CHANGELOG.md. It adds bullet points describing upcoming device support, dependency updates (idf 5.4.3, clang-format 19, libwally 1.5.2, Python libs), and build process changes (idf-provided Docker images). No source code, configuration, or cryptographic logic was modified.
Changed components
CHANGELOG.mdInspect captured patch +3 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed82142..98483aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,13 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for exporting the wallet descriptor to USB.
- Experimental increased stack protection, initially for development devices only.
- Support for building and testing the firmware as a native library ("libjade").
+- Support for upcoming Jade Core devices.
- Optional WiFi logging support for development/DIY debugging.
### Changed
- Further changes to make QR scanning approximately 40% faster.
- Tweak the QR guide display to be more accurate to the live scanning area.
- Improve the error message when TOTP does not have current time available.
-- Update libwally to release 1.5.2.
+- Update idf to 5.4.3, clang-format to 19, libwally to release 1.5.2, update Python libs.
+- Use the idf-provided docker images for building.
- Many build and release tweaks/fixes.
### Fixed
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.