What changed, and why it matters
This commit only updates the project's CHANGELOG.md file, adding release notes for version 1.0.39. It does not change any source code, configuration, or executable behavior. The changelog mentions routine items such as faster QR scanning, a library update, and minor fixes, but nothing is disclosed as a security vulnerability, and no code is patched.
No action required for this commit. Treat it as a routine documentation update. Review the actual source-code commits that correspond to the listed 1.0.39 changes if security assessment of that release is needed.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only addition to CHANGELOG.md describing the 1.0.39 release. It lists added features, changed behavior, and fixed issues, but contains no actual code modifications. There is no security patch, no vulnerability description, and no references to CVEs or security researchers.
Changed components
Inspect captured patch +21 / −0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 240392e..dfe2c81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,27 @@ 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).
+## [1.0.39] - 2026-02-09
+
+### Added
+- Support for signing Green 2of3 recovery transactions as the recovery signer.
+- 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").
+- 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.
+- Many build and release tweaks/fixes.
+
+### Fixed
+- Make OTA error codes display cleanly on 1.x devices.
+- Misc third-party DIY fixes.
+- Misc attestation fixes.
+
## [1.0.38] - 2025-11-26
Note: This release contains important security updates; All users should
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.