What changed, and why it matters
This commit is a routine version bump and changelog cleanup. It changes two Makefile version strings from 5.4.4 to 5.4.5 and from 1.3.4Q to 1.3.5Q, and edits the release notes for grammar and formatting. No code behavior changes are present, and there is no security relevance in the diff itself.
No action needed. This is a release-preparation commit with no security content.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit only modifies release metadata: VERSION_STRING in stm32/MK4-Makefile and stm32/Q1-Makefile, plus cosmetic edits to releases/Next-ChangeLog.md (date placeholders, punctuation, line wrapping). No source code, build logic, cryptographic operations, or security controls are altered. The changelog entries describe prior changes already in the codebase, not changes introduced by this commit.
Changed components
Inspect captured patch +13 / −11
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index 742e0f8..f75e18e 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -4,23 +4,25 @@ This lists the new changes that have not yet been published in a normal release.
# Shared Improvements - Both Mk4 and Q
-- Enhancement: Address format guessing changed from PSBT_XPUBs derivation paths & now is based on witness/redeem script of first own PSBT input.
-- Enhancement: Show master XFP of backup secret & ask user for confirmation before loading backup.
-- Enhancement: Show firmware version added to hobbled Advanced/Tools menu
-- Bugfix: Exiting text input of Custom Backup Password causes yikes
-- Bugfix: Temporary seeds in SSSP mode were not able to update block height
+- Enhancement: Address format guessing changed away from using PSBT XPUB's derivation paths.
+ Now based on witness/redeem script of first PSBT input instead.
+- Enhancement: Show master XFP of backup secret and ask user for confirmation before loading backup.
+- Enhancement: Show firmware version added to hobbled Advanced/Tools menu.
+- Bugfix: Exiting text input of Custom Backup Password caused yikes.
+- Bugfix: Temporary seeds in SSSP mode were not able to update block height.
# Mk4 Specific Changes
-## 5.4.5 - 2025-10-xx
+## 5.4.5 - 2025-11-xx
+
+- None.
--
# Q Specific Changes
-## 1.3.5Q - 2025-10-xx
+## 1.3.5Q - 2025-11-xx
-- Enhancement: Show backup filename at the top of the screen during backup password entry
+- Enhancement: Show backup filename at the top of the screen during backup password entry.
diff --git a/stm32/MK4-Makefile b/stm32/MK4-Makefile
index 1916ba1..43ccdcc 100644
--- a/stm32/MK4-Makefile
+++ b/stm32/MK4-Makefile
@@ -19,7 +19,7 @@ LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1)
# Our version for this release.
# - caution, the bootrom will not accept version < 3.0.0
-VERSION_STRING = 5.4.4
+VERSION_STRING = 5.4.5
# keep near top, because defined default target (all)
include shared.mk
diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile
index 081c4cc..04acac7 100644
--- a/stm32/Q1-Makefile
+++ b/stm32/Q1-Makefile
@@ -16,7 +16,7 @@ BOOTLOADER_DIR = q1-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)
# Our version for this release.
-VERSION_STRING = 1.3.4Q
+VERSION_STRING = 1.3.5Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")
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.