What changed, and why it matters
This commit only updates the project's CHANGELOG.md file, adding release notes for version 1.0.37. It does not change any source code, configuration, or executable files. There is no security-relevant change in the diff itself.
No action required. This is a documentation-only commit. If reviewing for security, focus on the actual code changes referenced in the changelog (QR guide drawing and firmware rollback prevention), which are not present in this diff.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a documentation-only change to CHANGELOG.md. It adds a new section describing a release that includes a QR scanning speed improvement and enabling firmware rollback prevention for production releases. No code, build scripts, or security controls are modified in this commit.
Changed components
CHANGELOG.mdInspect captured patch +6 / −0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53d54ea..8056012 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ 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.38] - 2025-11-26
+
+### Changed
+- Increase QR guide drawing speed for faster scanning.
+- Enable firmware rollback prevention for production releases.
+
## [1.0.37] - 2025-11-12
### Added
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.