Browse Source

update release notes for version 4.4.0

master
ThomasV 3 years ago
parent
commit
36db6673a5
  1. 17
      RELEASE-NOTES

17
RELEASE-NOTES

@ -1,4 +1,5 @@
# Release 4.4 (not released yet) # Release 4.4.0 (April 18, 2023)
* New Android app, using QML instead of Kivy * New Android app, using QML instead of Kivy
- Using Qt 5.15.7, PyQt 5.15.9 - Using Qt 5.15.7, PyQt 5.15.9
- This release still on python3.8 - This release still on python3.8
@ -8,15 +9,17 @@
network orb for application menu network orb for application menu
- Note: long-press Receive/Send for list of payment requests/invoices - Note: long-press Receive/Send for list of payment requests/invoices
* Qt GUI improvements * Qt GUI improvements
- New onchain tx creation flow - New onchain transaction creation flow, with configurable preview
- Advanced options have been moved to toolbars, where their effect - Various options have been moved to toolbars, where their effect
can be more directly observed. can be more directly observed.
* Privacy features: * Privacy features:
- lightning: support for option scid_alias. - lightning: support for option scid_alias.
- UTXO privacy analysis that displays the parents of a coin (Qt - Qt GUI: UTXO privacy analysis: this dialog displays all the
GUI). wallet transactions that are either parent of a UTXO, or can be
- Option to fully spend a selection of UTXOs into a new channel or related to it through address reuse (Note that in the case of
submarine swap (Qt GUI). address reuse, it does not display children transactions.)
- Coins tab: New menu that lets users easily spend a selection
of UTXOs into a new channel, or into a submarine swap (Qt GUI).
* Internal: * Internal:
- Lightning invoices are regenerated everytime routing hints are - Lightning invoices are regenerated everytime routing hints are
deprecated due to liquidity changes. deprecated due to liquidity changes.

Loading…
Cancel
Save