From 069526d6935df4db9ccd6921c0af5e2937007f72 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 25 Apr 2022 10:14:42 -0400 Subject: [PATCH] Prepare for 4.1.4 --- releases/ChangeLog.md | 4 +++- stm32/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md index 2d96087b..2b7e7961 100644 --- a/releases/ChangeLog.md +++ b/releases/ChangeLog.md @@ -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 diff --git a/stm32/Makefile b/stm32/Makefile index df07f727..2af51b32 100644 --- a/stm32/Makefile +++ b/stm32/Makefile @@ -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