Prepare for 4.1.4

This commit is contained in:
Peter D. Gray 2022-04-25 10:14:42 -04:00
parent e09c058bca
commit 069526d693
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 4.1.4 - Nov ??, 2021
## 4.1.4 - Apr 27, 2022
- Enhancement: if an XFP of zero is seen in a PSBT file, assume that should be replaced by
our current XFP value and try to sign the input (same for change outputs and change-fraud
@ -8,6 +8,8 @@
BIP-84 / BIP-44 / BIP-49 standard derivations, as a QR. Also can show XFP and master XPUB.
- Bugfix: Updated domain name from `coldcardwallet.com` to `coldcard.com` in docs and few
on-screen messages.
- Bugfix: allow sending to scripts that we cannot parse, with a warning, to support
`OP_RETURN` and other outputs we don't understand well (yet).
## 4.1.3 - Sep 2, 2021

View File

@ -34,7 +34,7 @@ BOOTLOADER_BASE = 0x08000000
FILESYSTEM_BASE = 0x080e0000
# Our version for this release.
VERSION_STRING = 4.1.3
VERSION_STRING = 4.1.4
#
# Sign and merge various parts