mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
update release notes
This commit is contained in:
parent
362cbd06a7
commit
e878d79373
1 changed files with 12 additions and 5 deletions
|
@ -1,9 +1,16 @@
|
||||||
# Release 2.1
|
# Release 2.1
|
||||||
* Faster startup: Transaction inputs and outputs are parsed once and
|
* Faster startup, thanks to the following optimizations:
|
||||||
cached in the wallet file.
|
1. Transaction input/outputs are cached in the wallet file
|
||||||
* Transaction window shows own addresses in green color.
|
2. Fast X509 certificate parser, not using pyasn1 anymore.
|
||||||
* OpenAlias plugin was improved
|
3. The Label Sync plugin only requests modified labels.
|
||||||
* Various fixes.
|
* The 'Invoices' and 'Send' tabs have been merged.
|
||||||
|
* Payment requests have an expiration date and can be exported in
|
||||||
|
BIP70 format.
|
||||||
|
* Local files are supported in BIP72 URIs: "bitcoin:?r=file:///..."
|
||||||
|
* The Transaction dialog shows own addresses in green color.
|
||||||
|
* New Address History dialog.
|
||||||
|
* The OpenAlias plugin was improved.
|
||||||
|
* Various bug fixes and GUI improvements.
|
||||||
|
|
||||||
# Release 2.0.4 - Minor GUI improvements
|
# Release 2.0.4 - Minor GUI improvements
|
||||||
* The password dialog will ask for password again if the user enters
|
* The password dialog will ask for password again if the user enters
|
||||||
|
|
Loading…
Add table
Reference in a new issue