version bump

This commit is contained in:
Peter D. Gray 2025-05-13 09:51:08 -04:00
parent ea9d183a48
commit 227196da42
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
3 changed files with 10 additions and 8 deletions

View File

@ -4,20 +4,22 @@ This lists the new changes that have not yet been published in a normal release.
# Shared Improvements - Both Mk4 and Q
- Bugfix: `Add current tmp` option in `Seed Vault` corrupts master settings
- Bugfix: `Add current tmp` option, which could be shown in `Seed Vault` menu under
specific circumstances, would corrupt master settings if selected.
# Mk4 Specific Changes
## 5.4.? - 2025-05-
## 5.4.3 - 2025-05-14
- Bugfix: Mk4 with both NFC & Virtual Disk OFF cannot exit `Export Wallet` menu. Stuck in export loop - needs reboot.
- Bugfix: PUSHDATA2 in script caused yikes
- Bugfix: Warning for unknown script was not shown at the top of the signing story
- Bugfix: With both NFC & Virtual Disk OFF, user cannot exit `Export Wallet` menu. Gets stuck
in export loop and needs reboot to escape.
- Bugfix: PUSHDATA2 in bitcoin script caused yikes.
- Bugfix: Warning for unknown scripts was not shown at the top of the signing story.
# Q Specific Changes
## 1.3.?Q - 2025-05-
## 1.3.3Q - 2025-05-14
- Bugfix: Do not allow to teleport PSBTs from SD card when CC has no secrets

View File

@ -19,7 +19,7 @@ LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1)
# Our version for this release.
# - caution, the bootrom will not accept version < 3.0.0
VERSION_STRING = 5.4.2
VERSION_STRING = 5.4.3
# keep near top, because defined default target (all)
include shared.mk

View File

@ -16,7 +16,7 @@ BOOTLOADER_DIR = q1-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)
# Our version for this release.
VERSION_STRING = 1.3.2Q
VERSION_STRING = 1.3.3Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")