What changed, and why it matters
This commit only updates the project's CHANGELOG.md file. It documents what was added, changed, and fixed in firmware versions 1.0.36 and 1.0.37, but does not modify any source code, build scripts, or configuration. There is no direct security-relevant code change to review in this commit itself.
No action is required for this commit. If reviewing for security, examine the actual source-code commits that implemented the changes listed under 'Fixed' (especially Liquid commitment consistency checks) and 'Changed' (QR/PSBT handling) in the 1.0.37 release.
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 release notes for version 1.0.37 (dated 2025-11-12) and corrects the date format for version 1.0.36. The listed changes include Liquid PSBT signing support, QR brightness/display improvements, memory/speed improvements to v0 PSBT signing, consistency checks for Liquid commitments, and a regulatory update to the Jade Plus Japanese legal page. No executable code, firmware binaries, cryptographic material, or build/CI configuration is altered.
Changed components
CHANGELOG.mdInspect captured patch +14 / −2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e3b74c..53d54ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,14 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.0.37] - 2025-11-12
+
### Added
+- Add support for Liquid PSET signing via sign_psbt
+- Add support for passing additional_info for non-standard PSBT signing
+- Add support for changing displayed QR brightness
### Changed
+- Improve reliability of QR detection on Jade Plus devices
+- Default to brighter QR display on Jade Plus devices
+- Speed up QR recognition for all devices
+- Small memory and speed improvements to v0 PSBT signing
+- Improve usability and error reporting from jade_ota.py
+- Internal code quality, testing and release process improvements
### Fixed
+- Improve consistency checks and requirements for Liquid commitments
+- Update Jade Plus Japanese legal page to conform to regulatory requirements
-## [1.0.36] - 2025-08-6
+## [1.0.36] - 2025-08-06
### Added
- Add support for signing Liquid p2tr taproot transactions
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.