Skip to content

Commit 0c83139

Browse files
committed
prepare release 4.6.1
1 parent 141848c commit 0c83139

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

RELEASE-NOTES

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
# Release 4.6.0 (July 16, 2025)
227
* A 'Terms of Use' screen was added to the install wizard. While the
328
licence remains unchanged, we ask users to agree with the fact that

electrum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ELECTRUM_VERSION = '4.6.0' # version of the client package
1+
ELECTRUM_VERSION = '4.6.1' # version of the client package
22

33
PROTOCOL_VERSION = '1.4' # protocol version requested
44

0 commit comments

Comments
 (0)