text edits

This commit is contained in:
Peter D. Gray 2024-08-12 10:13:12 -04:00
parent 5059f5bdee
commit 93b7bcbf2b
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -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.