diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index 742e0f85..f75e18e1 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -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. diff --git a/stm32/MK4-Makefile b/stm32/MK4-Makefile index 1916ba1f..43ccdcc5 100644 --- a/stm32/MK4-Makefile +++ b/stm32/MK4-Makefile @@ -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 diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile index 081c4cc5..04acac71 100644 --- a/stm32/Q1-Makefile +++ b/stm32/Q1-Makefile @@ -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")