Dash Electrum 4.1.5.0 released
Available at
https://github.com/akhavr/electrum-dash/releases/tag/4.1.5.0 or via your usual update method. Android users: please install directly from github.
# Release 4.1.5.0
* Kivy/Android: fix paying bip70 invoices (regression) (90579ccf)
* fix: payment requests not saved if process is killed (6a049d99)
* Qt: allow restoring from SLIP39 seeds (#6917)
* Qt: rework QR code scanning on Windows and macOS (#7365)
* Qt: support smaller window sizes, decrease minimums (#7385)
* GUIs: add "funded or unused" filter option to Addresses tab (#5823)
* CLI/RPC: fix "close_wallet" command (#7348)
* Android: the binaries (APKs) prepared to be reproducible
* AppImage: fix some startup issues by including libxcb deps (#7198)
* imported wallets: when enabling the "Use change addresses" option,
change will now be sent to a random unused imported address. (#7330)
As before, by default, change is sent back to the "from address".
* seed generation: make sure newly created electrum seeds don't have
correct bip39 checksum by chance (#6001)
* other minor fixes