From 4872ec75ffe90287fac4cb1fe5c84898aa589fe3 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 15 Mar 2023 16:31:13 +0100 Subject: [PATCH] add initial release notes for 4.4.0 --- RELEASE-NOTES | 18 ++++++++++++++++++ electrum/version.py | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 43cd0f729..6da49eedc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,21 @@ +# Release 4.4 (not released yet) + * New Android app, using QML instead of Kivy + * Qt GUI improvements + - New onchain tx creation flow + - Advanced options have been moved to toolbars, where their effect + can be more directly observed. + * Privacy features: + - lightning: support for option scid_alias. + - UTXO privacy analysis that displays the parents of a coin (Qt + GUI). + - Option to fully spend a selection of UTXOs into a new channel or + submarine swap (Qt GUI). + * Internal: + - Lightning invoices are regenerated everytime routing hints are + deprecated due to liquidity changes. + - Script descriptors are used internally to sign transactions. + + # Release 4.3.4 - Copyright is Dubious (January 26, 2023) * Lightning: - make sending trampoline payments more reliable (5251e7f8) diff --git a/electrum/version.py b/electrum/version.py index 4f2b93b60..349e96364 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.3.4' # version of the client package -APK_VERSION = '4.3.4.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.4.0' # version of the client package +APK_VERSION = '4.4.0.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested