From cf24c1307a967767539e991451c4abc4e3c8e43a Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Mon, 11 Jan 2021 19:12:00 +0900 Subject: [PATCH] Changelog 1.0.6.5 (#2192) * Changelog 1.0.6.5 * Update Changelog.md Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com> Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com> --- Changelog.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Changelog.md b/Changelog.md index 724e265ac..3f94c8ac1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,30 @@ # Changelog +## 1.0.6.5: + +### Improvements: + +* Support a subset of output descriptor in the wallet setup @Kukks +* Improved styling of the notification dropdown (see #2167) @ubolator @dennisreimann +* API keys and server's url can be shown as QR Code to facilitate pairing @Kukks +* Greenfield API: Add `DefaultPaymentMethod` to the store's settings @Kukks +* Greenfield API: Can configure on-chain payment methods @Kukks @NicolasDorier +* UI Improvements (see this [commit list](https://github.com/btcpayserver/btcpayserver/pull/2151/commits)) @dennisreimann + +### Bug fixes: + +* Always normalize the invoice's currency in uppercase @NicolasDorier +* If a label on a wallet's transaction does not have color, it should still show it @NicolasDorier +* Do not include Tor Location header when querying the modal checkout (see #2180) @Kukks +* Webhooks should not be randomly deleted anymore. @NicolasDorier +* Fix header not showing properly after login to BTCPay Server (see #2155) @dennisreimann + + +### Miscellaneous: + +* Removing the old text search engine (DBreeze) @rockstardev @Kukks +* Add doc for asking permissions to BTCPayServer see [link](docs/greenfield-authorization.md). @Kukks + ## 1.0.6.4: ### Bug fixes: