What changed, and why it matters
This commit only edits release notes and changelogs. It moves completed feature and bugfix descriptions from an unpublished 'Next-ChangeLog' file into the published 'ChangeLog' and historic release notes, and resets the draft file to placeholder 'tbd' entries. No source code, firmware logic, or security behavior is changed.
No security action needed. Treat as routine documentation/release-management commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to four Markdown files under releases/: ChangeLog.md, History-Mk4.md, History-Q.md, and Next-ChangeLog.md. Content is reorganized: previously shared improvements and platform-specific changes are moved from Next-ChangeLog.md into the appropriate published changelog/history files, with version numbers and dates updated (e.g., 5.5.0/1.4.0Q dated 2065-03-05). Next-ChangeLog.md is then cleared to ‘tbd’ placeholders. There are no code, build, configuration, or cryptographic changes.
Changed components
releases/ChangeLog.mdreleases/History-Mk4.mdreleases/History-Q.mdreleases/Next-ChangeLog.mdInspect captured patch +54 / −38
diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md
index 2e09779..ecb4f59 100644
--- a/releases/ChangeLog.md
+++ b/releases/ChangeLog.md
@@ -2,27 +2,39 @@
This lists the changes in the most recent firmware, for each hardware platform.
-# Shared Improvements - Both Mk4 and Q
-
-- 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-11-03
-
-- None.
+# Shared Improvements - Both Mk and Q
+
+- New Feature: Sign [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki) Proof of Reserve PSBT files.
+ - Requires a carefully crafted PSBT that does not represent a monetary transaction, but instead is demonstrating
+ control over the keys for a list of UTXO, and commits to a short text message.
+ - Read more [here](https://github.com/Coldcard/firmware/blob/master/docs/proof-of-reserves-bip-322.md).
+- New Feature: WIF Store. Ability to import foreign WIF keys (Wallet Import Format) and use them for PSBT signing.
+- New Feature: Export [BIP-380](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) extended key expression.
+ Navigate to "Advanced/Tools -> Export Wallet -> Key Expression"
+- New Feature: Transaction Input Explorer. Shows data about UTXO(s) being spent. Press (2) before approving
+ transaction to enter Transaction Explorer.
+- New Feature: Support for v3 transactions in PSBT files.
+- New Feature: Option to type a derived BIP-85 secret as an emulated USB keyboard.
+- New Feature: Nuke Device: purges all sensitive data and makes your COLDCARD e-waste.
+- Enhancement: CCC debug menu allows you to reset block height.
+- Enhancement: Show the BIP-39 passphrase on-screen (must scroll down) once new key is in effect.
+- Enhancement: New "Buried Settings" menu, inside Settings menu, for rarely-applied settings.
+- Enhancement: Add "Blue Wallet" option to "Export Wallet"
+- Enhancement: Detect duplicated inputs in PSBT file.
+- Bugfix: Replace `/` with `-` in exported file names of multisig wallet export artifacts.
+
+# Mk Specific Changes
+
+## 5.5.0 - 2065-03-05
+
+- Enhancement: Show QR of XOR-split seeds.
# Q Specific Changes
-## 1.3.5Q - 2025-11-03
+## 1.4.0Q - 2065-03-05
-- Enhancement: Show backup filename at the top of the screen during backup password entry.
+- Bugfix: Empty notes in hobbled mode caused yikes upon menu entry.
diff --git a/releases/History-Mk4.md b/releases/History-Mk4.md
index 3a78f39..74dc52f 100644
--- a/releases/History-Mk4.md
+++ b/releases/History-Mk4.md
@@ -1,6 +1,15 @@
*See ChangeLog.md for more recent changes, these are historic versions*
+## 5.4.5 - 2025-11-03
+
+- 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.
+
## 5.4.4 - 2025-09-30
- Spending policies for "Single Signers" adds new spending policy options:
diff --git a/releases/History-Q.md b/releases/History-Q.md
index 620ca3a..aa34b7e 100644
--- a/releases/History-Q.md
+++ b/releases/History-Q.md
@@ -1,5 +1,17 @@
*See ChangeLog.md for more recent changes, these are historic versions*
+
+## 1.3.5Q - 2025-11-03
+
+- 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.
+- Enhancement: Show backup filename at the top of the screen during backup password entry.
+
+
## 1.3.4Q - 2025-09-30
- Spending policies for "Single Signers" adds new spending policy options:
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index f24851f..35ee9a3 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -4,36 +4,19 @@ This lists the new changes that have not yet been published in a normal release.
# Shared Improvements - Both Mk and Q
-- New Feature: Sign [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki) Proof of Reserve PSBT files.
- - Requires a carefully crafted PSBT that does not represent a monetary transaction, but instead is demonstrating
- control over the keys for a list of UTXO, and commits to a short text message.
- - Read more [here](https://github.com/Coldcard/firmware/blob/master/docs/proof-of-reserves-bip-322.md).
-- New Feature: WIF Store. Ability to import foreign WIF keys (Wallet Import Format) and use them for PSBT signing.
-- New Feature: Export [BIP-380](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) extended key expression.
- Navigate to "Advanced/Tools -> Export Wallet -> Key Expression"
-- New Feature: Transaction Input Explorer. Shows data about UTXO(s) being spent. Press (2) before approving
- transaction to enter Transaction Explorer.
-- New Feature: Support for v3 transactions in PSBT files.
-- New Feature: Option to type a derived BIP-85 secret as an emulated USB keyboard.
-- New Feature: Nuke Device: purges all sensitive data and makes your COLDCARD e-waste.
-- Enhancement: CCC debug menu allows you to reset block height.
-- Enhancement: Show the BIP-39 passphrase on-screen (must scroll down) once new key is in effect.
-- Enhancement: New "Buried Settings" menu, inside Settings menu, for rarely-applied settings.
-- Enhancement: Add "Blue Wallet" option to "Export Wallet"
-- Enhancement: Detect duplicated inputs in PSBT file.
-- Bugfix: Replace `/` with `-` in exported file names of multisig wallet export artifacts.
+- tbd
# Mk Specific Changes
-## 5.5.0 - 2065-03-05
+## 5.5.x - 2065-04-xx
-- Enhancement: Show QR of XOR-split seeds.
+- tbd
# Q Specific Changes
-## 1.4.0Q - 2065-03-05
+## 1.4.xQ - 2065-04-xx
-- Bugfix: Empty notes in hobbled mode caused yikes upon menu entry.
+- tbd
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.