From 9c6c8d4f8f5ffbfb506d9114fafe43e6c551fc33 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 8 Oct 2020 16:53:05 +0900 Subject: [PATCH 1/2] Changelog 1.0.5.7 --- Changelog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Changelog.md b/Changelog.md index 610a785f1..f3786ae4c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,31 @@ # Changelog +## 1.0.5.7: + +### Bug fixes: + +* Mark Shopify orders paid on invoice payment confirmed @rockstardev +* Fix: notification of new BTCPay Server not showing properly @rockstardev +* Fix: When collapsed, the sync window blocks the version text in the footer #1941 @Kukks +* Fix: Not possible to delete a second admin user if U2F is enabled. @Kukks +* Fix onion location not always working #1947 @Kukks +* Fix invoice exception status not displaying in list #1963 @Kukks +* Fix: Is administrator checkbox does not work on create user page @NicolasDorier + +### Improvements: + +* Add specter desktop to the list of Bitcoin RPC compatible wallet @NicolasDorier +* If some operation using BTCPay Server Vault fails, add a retry button so the user does not have to refresh the page. #1937 @NicolasDorier +* Do not show password in clear text in email configuration (Fix #1790) @NicolasDorier +* Showing CheckForNewVersions checkbox only if BTCPAY_UPDATEURL is set @rockstardev +* Add Created date to user, add verified column in list and make user list use same model as modern lists @Kukks +* Do not overlap the footer. Also removed the underline for the toggle button in chrome. Fixes #1946 @dennisreimann +* Improve notifications dropdown #1961 @dennisreimann + +### Altcoins + +* Fix: DOGE could be trapped, due to our sanity check of absurdly high fee of "1 DOGE". @NicolasDorier + ## 1.0.5.6: ### New features: From 32ae82d4dae442a8bece336acdf6d04fc93a3f9f Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Thu, 8 Oct 2020 17:03:46 +0900 Subject: [PATCH 2/2] Update Changelog.md Co-authored-by: Andrew Camilleri --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f3786ae4c..2ac4d1cf3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,7 @@ * Mark Shopify orders paid on invoice payment confirmed @rockstardev * Fix: notification of new BTCPay Server not showing properly @rockstardev * Fix: When collapsed, the sync window blocks the version text in the footer #1941 @Kukks -* Fix: Not possible to delete a second admin user if U2F is enabled. @Kukks +* Fix: Not possible to delete a user if U2F is enabled. @Kukks * Fix onion location not always working #1947 @Kukks * Fix invoice exception status not displaying in list #1963 @Kukks * Fix: Is administrator checkbox does not work on create user page @NicolasDorier