From ff8f68b87c05b3b34c2feb4e4fc3c0392449767c Mon Sep 17 00:00:00 2001 From: thomasv Date: Fri, 11 Jan 2013 10:52:43 +0100 Subject: [PATCH] release notes --- RELEASE-NOTES | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc45b3fa5..01263086b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,14 +1,15 @@ -# Release 1.6.1 (10-01-2013) +# Release 1.6.1 (11-01-2013) + == Core -* (Feature) Restore from MPK (actually added in 1.6.0) -* (Chore) Rewrote seed dialog to be more clear -* (Chore) Added button to the classic GUI to switch to lite GUI, also added the same button to the Lite GUI to keep it consistent. +* It is now possible to restore a wallet from MPK (this will create a watching-only wallet) +* A switch button allows to easily switch between Lite and Classic GUI. == Classic GUI -* (Feature) Added request amount in other currencies to POS. +* Seed and MPK help dialogs were rewritten +* Point of Sale: requested amounts can be expressed in other currencies and are converted to bitcoin. == Lite GUI -* (Chore) Removed receiving button in favor of menu item to keep it consistant with the history toggle. +* The receiving button was removed in favor of a menu item to keep it consistent with the history toggle. # Release 1.6.0 (07-01-2013)