From 93b7bcbf2beabc7a0dbf79a396f397f55a2d6536 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 12 Aug 2024 10:13:12 -0400 Subject: [PATCH] text edits --- releases/Next-ChangeLog.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index b823c227..908ae218 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -6,13 +6,14 @@ This lists the new changes that have not yet been published in a normal release. - Enhancement: Allow JSON files in `NFC File Share` - Enhancement: latest [0.5.0](https://github.com/bitcoin-core/secp256k1/releases/tag/v0.5.0) libsecp256k1 -- Enhancement: Signature grinding optimizations -- Enhancement: Improve side-channel protection. libsecp256k1 context randomization before each signing session. -- Bugfix: UI ordered list alignment in Seed Vault menu -- Bugfix: Do not alow to import multisig wallet duplicate with only keys shuffled -- Bugfix: Do not read whole PSBT into memory when writing finalized transaction -- Bugfix: Properly handle null data OP_RETURN -- Bugfix: Prevent user to apply XOR restore when len parts is smaller than 2 +- Enhancement: Signature grinding optimizations. +- Enhancement: Improve side-channel protection: libsecp256k1 context randomization now happens + before each signing session. +- Bugfix: Do not alow to import multisig wallet duplicate with only keys shuffled. +- Bugfix: Do not read whole PSBT into memory when writing finalized transaction. +- Bugfix: Properly handle null data in `OP_RETURN`. +- Bugfix: Prevent user from restoring Seed XOR when len parts is smaller than 2. +- Bugfix: Fix display alignment of Seed Vault menu. # Mk4 Specific Changes @@ -25,11 +26,11 @@ This lists the new changes that have not yet been published in a normal release. ## 1.2.4Q - 2024-08-xx -- New Feature: Seed XOR with SeedQR -- New Feature: Scan backup password as QR -- New Feature: (BB)QR file share -- Bugfix: Properly clear LCD screen after BBQR is shown -- Bugfix: Writing to empty slot B caused broken card reader -- Bugfix: Seed XOR UI, display correct letter B if own seed already added to the mix. +- New Feature: Seed XOR can be imported from SeedQR scanned. +- New Feature: Input backup password from QR scan. +- New Feature: (BB)QR file share of arbitrary files. +- Bugfix: Properly clear LCD screen after BBQR is shown. +- Bugfix: Writing to empty slot B caused broken card reader. +- Bugfix: During Seed XOR import, display correct letter B if own seed already added to the mix.