|
| 1 | +# Release 4.6.1 (Aug 5, 2025) |
| 2 | + * QML GUI (Android): |
| 3 | + - fix: QR scanner crashes due to null/orphaned View in hierarchy (#10071) |
| 4 | + - fix: creating a tx with a pre-segwit watchonly wallet (#10042) |
| 5 | + * CLI/RPC: |
| 6 | + - fix several bugs related to new hold_invoice APIs. This required |
| 7 | + minor breaking changes in the new APIs. (#10059, #10082) |
| 8 | + - add max_cltv, max_fee_msat parameters to lnpay command (#10067) |
| 9 | + * Hardware wallets: |
| 10 | + - bitbox02: bump required and bundled library to 7.0.0 (#10040) |
| 11 | + This should add support for the new BitBox02 "Nova" devices. |
| 12 | + * General: |
| 13 | + - rework crash reporter (#10052) |
| 14 | + - show additional confirmation popup on clicking "Send" |
| 15 | + - remove the "Never" button and the corresponding config option. |
| 16 | + The crash reporter is now always shown on uncaught exceptions. |
| 17 | + This unifies some code paths: the crash-reporter-disabled case |
| 18 | + was untested and buggy. |
| 19 | + - don't show reporter multiple times for the "same" exception |
| 20 | + - new: network: parallelize block-header-chunks downloads (#10033) |
| 21 | + * Lightning: |
| 22 | + - wallet: don't spend reserve utxo to create new reserve utxo (#10091) |
| 23 | + * various UI fixes (#10060, #10062, #10081, ...) |
| 24 | + |
| 25 | + |
1 | 26 | # Release 4.6.0 (July 16, 2025) |
2 | 27 | * A 'Terms of Use' screen was added to the install wizard. While the |
3 | 28 | licence remains unchanged, we ask users to agree with the fact that |
|
0 commit comments