show fw version in hobbled mode

This commit is contained in:
scgbckbone 2025-09-29 16:43:12 +02:00 committed by doc-hex
parent ef0ba6a556
commit 48709f3329
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ 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 firmware version added to hobbled Advanced/Tools menu
- Bugfix: Exiting text input of Custom Backup Password causes yikes
# Mk4 Specific Changes

View File

@ -539,6 +539,7 @@ HobbledAdvancedMenu = [
MenuItem("Temporary Seed", menu=make_ephemeral_seed_menu, predicate=sssp_related_keys),
MenuItem('Paper Wallets', f=make_paper_wallet),
MenuItem('NFC Tools', predicate=nfc_enabled, menu=HobbledNFCToolsMenu, shortcut=KEY_NFC),
MenuItem('Show %s Version' % ("Firmware" if version.has_qwerty else "FW"), f=show_version),
MenuItem("Destroy Seed", f=clear_seed, predicate=has_real_secret),
]