diff options
| author | Patrick Lodder <[email protected]> | 2021-08-20 06:11:42 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-08-20 06:11:42 +0200 |
| commit | fdb344fcdcb8e7da79e2857e4d83b3665553628d (patch) | |
| tree | 474e2dd4c3b9315fe90ab4769d365a1d4e88af8e | |
| parent | split network and security enhancements (diff) | |
| download | discoin-fdb344fcdcb8e7da79e2857e4d83b3665553628d.tar.xz discoin-fdb344fcdcb8e7da79e2857e4d83b3665553628d.zip | |
fixup GUI improvements
| -rw-r--r-- | doc/release-notes.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index cafe0b296..8c06db68a 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -96,11 +96,15 @@ Security enhancements GUI Improvements ---------------- -* Add menu option to import a private key, "Import Private Key" from the "File" menu. +* Add menu option to import a private key, "Import Private Key" from the "File" + menu. * Improve displayed result when commands in the debug console return null. -* Fix text overflow in the paper wallet generator. -* Add column to peers table showing bytes sent/received, accessible via "Debug Window" from the "Help" menu. -* Add GUI for adding peers manually, accessible from the peers table of the Debug Window. +* Fix text overflow on printed keys and address fields in the paper wallet + generator. +* Add column to peers table showing bytes sent/received, accessible via + "Debug Window" from the "Help" menu. +* Add GUI for adding peers manually, accessible from the peers table of the + Debug Window. RPC Improvements ---------------- |