From fc18912ecdd8538f0c5f51f146fbe038db41e3c9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 19 Dec 2018 21:24:38 +0100 Subject: [PATCH] release notes: mention 2fa, shorten qt --- RELEASE-NOTES | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 932711f9b..3e470f4f9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -# Release 3.3.0 - Hodler's Edition (unreleased) +# Release 3.3.0 - Hodler's Edition (December 19, 2018) * The network layer has been rewritten using asyncio and aiorpcx. In addition to easier maintenance, this makes the client @@ -7,6 +7,8 @@ * The blockchain headers and fork handling logic has been generalized. Clients by default now follow chain based on most work, not length. * New wallet creation defaults to native segwit (bech32). + * Segwit 2FA: TrustedCoin now supports native segwit p2wsh + two-factor wallets. * RBF batching (opt-in): If the wallet has an unconfirmed RBF transaction, new payments will be added to that transaction, instead of creating new transactions. @@ -23,17 +25,9 @@ - Trezor: refactoring and compat with python-trezor 0.11 - Digital BitBox: support firmware v5.0.0 * fix bitcoin URI handling when app already running (#4796) - * Qt listing fixes: - - Selection by arrow keys disabled while editing e.g. label - - Enter key on unedited value does not pop up context menu - - Contacts: - - Prevent editing of OpenAlias names - - Receive: - - Icon for status of payment requests - - Disable editing of 'Description' in list, interaction - between labels and memo of invoice confusing - - Addresses: - - Fiat prices would show "No Data" incorrectly upon start + * Qt listings rewritten: + the History tab now uses QAbstractItemModel, the other tabs use + QStandardItemModel. Performance should be better for large wallets. * Several other minor bugfixes and usability improvements.