edits
This commit is contained in:
parent
3353f3d4a4
commit
20ce5f2bae
@ -4,37 +4,40 @@ This lists the new changes that have not yet been published in a normal release.
|
||||
|
||||
# Shared Improvements - Both Mk4 and Q
|
||||
|
||||
- Added `Bull Bitcoin` export to `Export Wallet` menu
|
||||
- Enhancement: Add warning for zero value outputs if not `OP_RETURN`
|
||||
- Enhancement: Show QR codes of output addresses in transaction output explorer. Explorer is
|
||||
now offered for transactions of all sizes, not just complex ones.
|
||||
Enhancement: Add ability to rename files on SD card via `Advanced/Tools -> File Management -> List Files`
|
||||
- Bugfix: If all change outputs have `nValue=0` they were not shown in UX.
|
||||
- Bugfix: Disallow negative input/output amounts in PSBT.
|
||||
- Bugfix: Fix filesystem initialization after Wife LFS or Destroy Seed.
|
||||
- Bugfix: Fix MicroSD selftest
|
||||
- Bugfix: NFC loop exporting secrets pre-mature wipe
|
||||
|
||||
## Spending Policy Feature
|
||||
|
||||
- new feature: Spending policies for "Single Signer" adds spending policy options:
|
||||
- limit your Coldcard so it refuses to sign transactions that are "too big"
|
||||
- require 2FA authentication before signing any transaction (NFC+web)
|
||||
- velocity limits can restrict how often new transactions can be signed
|
||||
- see `docs/spending-policy.md` for details
|
||||
- "Enable HSM" and "User Management" have moved into Advanced > Spending Policy
|
||||
- old "CCC" feature has been renamed and moved into that menu as well
|
||||
Spending policies for "Single Signers" adds new spending policy options:
|
||||
|
||||
- limit your Coldcard so it refuses to sign transactions that are "too big"
|
||||
- require 2FA authentication before signing any transaction (NFC+web)
|
||||
- velocity limits can restrict how often new transactions can be signed
|
||||
- see `docs/spending-policy.md` for more details
|
||||
- "Enable HSM" and "User Management" have moved into `Advanced > Spending Policy`.
|
||||
- Old "CCC" feature has been renamed and moved into that menu as well: "Co-Sign Multisig"
|
||||
|
||||
## Other Improvements
|
||||
|
||||
- Added `Bull Bitcoin` export to `Export Wallet` menu.
|
||||
- Enhancement: Added warning for zero value outputs if not `OP_RETURN`.
|
||||
- Enhancement: Show QR codes of output addresses in transaction output explorer. Explorer is
|
||||
now offered for transactions of all sizes, not just complex ones.
|
||||
- Enhancement: Added file rename, when listing contents of SD card.
|
||||
- Bugfix: If all change outputs have `nValue=0`, they were not shown in UX.
|
||||
- Bugfix: Disallow negative input/output amounts in PSBT.
|
||||
- Bugfix: Fix filesystem initialization after Wife LFS or Destroy Seed.
|
||||
- Bugfix: Fix MicroSD selftest code.
|
||||
- Bugfix: NFC loop exporting secrets would not work after first value exported.
|
||||
|
||||
# Mk4 Specific Changes
|
||||
|
||||
## 5.4.4 - 2025-09-1x
|
||||
## 5.4.4 - 2025-09-2x
|
||||
|
||||
- Bugfix: Part of extended keys in stories were not always visible.
|
||||
- Change: Mk4 default menu wrap-around lowered from 16 to 10
|
||||
- Bugfix: Part of extended keys (xpubs) were not always visible.
|
||||
- Change: Mk4 default menu wrap-around lowered from 16 to 10 items.
|
||||
|
||||
# Q Specific Changes
|
||||
|
||||
## 1.3.4Q - 2025-09-1x
|
||||
## 1.3.4Q - 2025-09-2x
|
||||
|
||||
- Bugfix: Correct line positioning when 24 seed words displayed.
|
||||
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
//
|
||||
// AUTO-generated.
|
||||
//
|
||||
// built: 2025-05-13
|
||||
// version: 1.3.3Q
|
||||
// built: 2025-09-17
|
||||
// version: 1.3.4Q
|
||||
//
|
||||
#include <stdint.h>
|
||||
|
||||
// this overrides ports/stm32/fatfs_port.c
|
||||
uint32_t get_fattime(void) {
|
||||
return 0x5aad0860UL;
|
||||
return 0x5b310860UL;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user