From cf289d4cb7fe68cbfdfd2f0502e5553e255e917a Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 9 May 2024 11:26:10 -0400 Subject: [PATCH] edits --- releases/ChangeLog.md | 9 +++++++-- releases/Next-ChangeLog.md | 9 +++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md index 682ca5b1..fe14d233 100644 --- a/releases/ChangeLog.md +++ b/releases/ChangeLog.md @@ -4,6 +4,10 @@ This lists the changes in the most recent firmware, for each hardware platform. # Shared Improvements - Both Mk4 and Q +**5.3.1 (Mk4) and 1.2.1Q is a hotfix to address multisig signing issue. No functional changes.** + +- _Important Bugfix_: Already imported multisig wallets would show errors when signing. This + was caused by our internal change in key path notation from `84'` (prime) to `84h` (hardened). - Enhancement: Add `Nunchuk` and `Zeus` options to `Export Wallet` - Enhancement: `View Identity` shows temporary seed active at the top - Enhancement: Can specify start index for address explorer export and browsing @@ -23,11 +27,12 @@ This lists the changes in the most recent firmware, for each hardware platform. - Bugfix: Create ownership file when generating addresses export CSV - Recovery SD Card image building moved into its own repo: [github.com/Coldcard/recovery-images](https://github.com/Coldcard/recovery-images) +- Bugfix: Reload trick pins before checking for active duress wallet. # Mk4 Specific Changes -## 5.3.0 - 2024-05-06 +## 5.3.1 - 2024-05-09 - Enhancement: When providing 12 or 18 word seed phrase, valid final word choices are presented in a new menu. @@ -51,7 +56,7 @@ This lists the changes in the most recent firmware, for each hardware platform. # Q Specific Changes -## 1.2.0Q - 2024-05-06 +## 1.2.1Q - 2024-05-09 - Enhancement: Allow export of multisig XPUBs via BBQr - Enhancement: Import multisig via QR/BBQr - both legacy COLDCARD export and descriptors supported diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index 7b36cfe4..ce32c8c6 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -1,24 +1,21 @@ # Change Log -This lists the changes in the most recent firmware, for each hardware platform. +This lists the new changes that have not yet been published in a normal release. # Shared Improvements - Both Mk4 and Q -- Bugfix: Migrate already saved multisig wallet derivation paths from "'" to "h". -- Bugfix: Reload trick pins before checking for active duress wallet. - # Mk4 Specific Changes ## 5.3.1 - 2024-05-09 -- none +- none, just above fixes # Q Specific Changes ## 1.2.1Q - 2024-05-09 -- none +- none, just above fixes