What changed, and why it matters
This commit only updates the project's CHANGELOG.md to document two prior dependency changes (an Embit library update and replacing a custom QR-code decoding library with k_quirc). It contains no code changes, no bug fixes, and no security claims.
No action needed for this commit. If security relevance is suspected, review the actual commits that updated Embit and replaced quirc with k_quirc.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a two-line addition to CHANGELOG.md under the ‘Other Bug Fixes and Improvements’ section. It records that Embit was updated to commit 3ae0ef2 and that the custom quirc QR decoder was replaced by k_quirc. There are no functional modifications in this commit.
Changed components
CHANGELOG.mdInspect captured patch +2 / −0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c06c5e3..67224a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ Switch from the pure-Python urtypes and foundation-ur-py packages to the new uUR
### Other Bug Fixes and Improvements
- Improve scan TinySeed and other binary visibility by drawing punches only
- Added `flash_success` method to standardize green success flashes across confirmation screens
+- Update Embit to latest - 3ae0ef2
+- Replace custom quirc (library to decode QR codes from images) with k_quirc
# Changelog 26.04.0 - April 2025
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.