This commit is contained in:
Peter D. Gray 2024-06-25 13:09:05 -04:00
parent 3e4f68e52c
commit f746755110
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -9,23 +9,27 @@ This lists the new changes that have not yet been published in a normal release.
the blockchain. See `Tools > NFC Push Tx` to enable and select service provider, or your
own webpage. More at <https://pushtx.org>. You can also use this to broadcast on any
transaction on the MicroSD card (See `Tools > NFC Tools > Push Transaction`)
- New Feature: Transaction output explorer: allows view all output details of larger txn (10+ output)
transactions before signing.
- New Feature: Transaction Output Explorer: allows viewing all output details for
larger txn (10+ output, 20+ change) before signing. Offered for large transactions only
because we are already showing all the details for typical transactions.
- New Feature: New setting to enable always showing XFP as first item in home menu.
- Enhancement: When signing, show sum of outgoing value at top. Always show number
of inputs/outputs and total of change value.
- Enhancement: Add `Sign PSBT` shortcut to `NFC Tools` menu
- Enhancement: Stricter p2sh-p2wpkh validation checks.
- Enhancement: Mention the need to remove old duress wallets before locking down temporary seed.
- Enhancement: Show master XFP of BIP-85 derived wallet in story before activation. Only
words and extended private keys.
- Enhancement: Add `Theya` option to `Export Wallet`
- Enhancement: Signing UX - show sum of outgoing value on top. Always show number of inputs/outputs.
- Enhancement: Show master XFP of BIP-85 derived wallet in story before activation. Only words and extended private keys.
- Bugfix: Display max 20 change outputs in main signing story. Use Transaction output explorer.
- Enhancement: Mention the need to remove old duress wallets before locking down temporary seed.
- Bugfix: Display max 20 change outputs in when signing. Offer Transaction Output Explorer if more.
- Bugfix: Fix PSBTv2 `PSBT_GLOBAL_TX_MODIFIABLE` parsing.
- Bugfix: Decrypting Tapsigner backup failed even for correct key.
- Bugfix: Clear any pending keystrokes before PSBT approval screen.
- Bugfix: UX shows only 10 outputs with the biggest value on screen, other values available
after a keypress.
- Bugfix: Calculate progress bar correctly in Address Explorer after first page.
- Bugfix: Search also Wrapped Segwit single sig addresses if P2SH address provided, not just multisig (multisig has precedence for P2SH addresses)
- Bugfix: Search also Wrapped Segwit single sig addresses if P2SH address provided, not just
multisig (multisig has precedence for P2SH addresses)
- Bugfix: Address search would not find addresses for non-zero account numbers that had
been exported but not yet seen in a PSBT.
@ -41,8 +45,8 @@ This lists the new changes that have not yet been published in a normal release.
## 1.2.2Q - 2024-06-XX
- Enhancement: Coldcard multisg export/import format detected in `Scan Any QR Code`.
- Enhancement: Support newer-version QR scanner modules.
- Bugfix: Exporting BIP-85 derived entropy via NFC was offered even when NFC disabled,
leading to a Yikes error.
- Bugfix: Support newer-version QR scanner modules.