version bump
This commit is contained in:
parent
52a090e31b
commit
f88b8da729
@ -4,23 +4,25 @@ This lists the new changes that have not yet been published in a normal release.
|
||||
|
||||
# Shared Improvements - Both Mk4 and Q
|
||||
|
||||
- Enhancement: Address format guessing changed from PSBT_XPUBs derivation paths & now is based on witness/redeem script of first own PSBT input.
|
||||
- Enhancement: Show master XFP of backup secret & ask user for confirmation before loading backup.
|
||||
- Enhancement: Show firmware version added to hobbled Advanced/Tools menu
|
||||
- Bugfix: Exiting text input of Custom Backup Password causes yikes
|
||||
- Bugfix: Temporary seeds in SSSP mode were not able to update block height
|
||||
- Enhancement: Address format guessing changed away from using PSBT XPUB's derivation paths.
|
||||
Now based on witness/redeem script of first PSBT input instead.
|
||||
- Enhancement: Show master XFP of backup secret and ask user for confirmation before loading backup.
|
||||
- Enhancement: Show firmware version added to hobbled Advanced/Tools menu.
|
||||
- Bugfix: Exiting text input of Custom Backup Password caused yikes.
|
||||
- Bugfix: Temporary seeds in SSSP mode were not able to update block height.
|
||||
|
||||
|
||||
# Mk4 Specific Changes
|
||||
|
||||
## 5.4.5 - 2025-10-xx
|
||||
## 5.4.5 - 2025-11-xx
|
||||
|
||||
- None.
|
||||
|
||||
-
|
||||
|
||||
# Q Specific Changes
|
||||
|
||||
## 1.3.5Q - 2025-10-xx
|
||||
## 1.3.5Q - 2025-11-xx
|
||||
|
||||
- Enhancement: Show backup filename at the top of the screen during backup password entry
|
||||
- Enhancement: Show backup filename at the top of the screen during backup password entry.
|
||||
|
||||
|
||||
|
||||
@ -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.4
|
||||
VERSION_STRING = 5.4.5
|
||||
|
||||
# keep near top, because defined default target (all)
|
||||
include shared.mk
|
||||
|
||||
@ -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.4Q
|
||||
VERSION_STRING = 1.3.5Q
|
||||
|
||||
# Remove this closer to shipping.
|
||||
#$(warning "Forcing debug build")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user