Browse Source

release notes: mention 2fa, shorten qt

3.3.3.1
SomberNight 6 years ago
parent
commit
fc18912ecd
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 18
      RELEASE-NOTES

18
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. * The network layer has been rewritten using asyncio and aiorpcx.
In addition to easier maintenance, this makes the client In addition to easier maintenance, this makes the client
@ -7,6 +7,8 @@
* The blockchain headers and fork handling logic has been generalized. * The blockchain headers and fork handling logic has been generalized.
Clients by default now follow chain based on most work, not length. Clients by default now follow chain based on most work, not length.
* New wallet creation defaults to native segwit (bech32). * 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 * RBF batching (opt-in): If the wallet has an unconfirmed RBF
transaction, new payments will be added to that transaction, transaction, new payments will be added to that transaction,
instead of creating new transactions. instead of creating new transactions.
@ -23,17 +25,9 @@
- Trezor: refactoring and compat with python-trezor 0.11 - Trezor: refactoring and compat with python-trezor 0.11
- Digital BitBox: support firmware v5.0.0 - Digital BitBox: support firmware v5.0.0
* fix bitcoin URI handling when app already running (#4796) * fix bitcoin URI handling when app already running (#4796)
* Qt listing fixes: * Qt listings rewritten:
- Selection by arrow keys disabled while editing e.g. label the History tab now uses QAbstractItemModel, the other tabs use
- Enter key on unedited value does not pop up context menu QStandardItemModel. Performance should be better for large wallets.
- 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
* Several other minor bugfixes and usability improvements. * Several other minor bugfixes and usability improvements.

Loading…
Cancel
Save