changelogs

This commit is contained in:
scgbckbone 2025-06-17 15:54:17 +02:00
parent 9cd60433e7
commit 1ff76f30c7
2 changed files with 22 additions and 6 deletions

View File

@ -13,21 +13,24 @@ This lists the changes in the most recent EDGE firmware, for each hardware platf
# Shared Improvements - Both Mk4 and Q
Change: Allow origin-less extended keys in multisig & miniscript descriptors
Change: Static internal keys disallowed - all keys need to be ranged extended keys
- Bugfix: If all change outputs have `nValue=0` they're not shown in UX
- Bugfix: Disallow negative input/output amounts in PSBT
- Enhancement: Add warning for zero value outputs if not OP_RETURNs
- Enhancement: Show QR codes of output addresses in Txn output explorer. Output explorer is offered for txns of all sizes.
# Mk4 Specific Changes
## 6.3.5X - 2024-07-04
## 6.3.6X - 2025-XX-XX
- all updates from `5.4.1`
- Bugfix: Part of extended keys in stories were not always visible.
- all updates from `5.4.3`
# Q Specific Changes
## 6.3.5QX - 2024-07-04
## 6.3.6QX - 2025-XX-XX
- all updates from version `1.3.1Q`
- all updates from version `1.3.3Q`
# Release History

View File

@ -7,6 +7,19 @@
- for experimental use. DO NOT use for large Bitcoin amounts.
```
# 6.3.5X & 6.3.5QX Shared Improvements - Both Mk4 and Q
Change: Allow origin-less extended keys in multisig & miniscript descriptors
Change: Static internal keys disallowed - all keys need to be ranged extended keys
# Mk4 Specific Changes
- all updates from `5.4.1`
# Q Specific Changes
- all updates from version `1.3.1Q`
# 6.3.4X & 6.3.4QX Shared Improvements - Both Mk4 and Q