(cherry picked from commit 73b84862fb)
This commit is contained in:
Peter D. Gray 2023-11-06 10:19:20 -05:00 committed by doc-hex
parent ea92a049af
commit 545b23f1b4

View File

@ -1,13 +1,13 @@
## 5.2.1 - 2023-11-XX
- New Feature: Temporary Seed from COLDCARD encrypted backup
- New Feature: Temporary Seed from COLDCARD encrypted backup.
- Enhancement: Add current temporary seed to Seed Vault from within Seed Vault menu.
If current active temporary seed is not saved yet, `Add current tmp` menu item is
present in Seed Vault menu.
- Enhancement: `Restore Saved` passphrases: MicroSD card data reading postponed after
user chooses the menu option, not on access to `Passphrase` menu as before.
This speeds up opening `Passphrase` menu when MicroSD card is available.
- Reorg: `12 Words` menu option preferred on the top of the menu in all the seed menus
If current seed is temporary and not saved yet, `Add current tmp` menu item is
shown in Seed Vault menu.
- Enhancement: Speed up opening `Passphrase` menu, when MicroSD card is available, by
deferring card read (and decryption) until after `Restore Saved` menu item is selected.
- Enhancement: `12 Words` menu option preferred on the top of the menu in all the seed menus
(rather than 24 words).
## 5.2.0 - 2023-10-10