From d2c3c37f4d96beda40586f89329862c1dd7019f1 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Tue, 10 Dec 2024 23:56:13 +0900 Subject: [PATCH] Add changelog for 2.0.4 (#6472) --- Build/Version.csproj | 2 +- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 6d5086075..f421b1a11 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 2.0.3 + 2.0.4 diff --git a/Changelog.md b/Changelog.md index 3d2dd961b..1d95563d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,40 @@ # Changelog +## 2.0.4 + +### New features + +* Add QR Code with link to invitation email (#6438) @dennisreimann +* Add rate providers for Norwegian exchanges (Bitmynt and Bare Bitcoin) (#6452) @schjonhaug +* Greenfield: Improve store users API (#6427) @dennisreimann + * Adds an endpoint to update store users (before they had to be removed and re-added) + * Checks for the existence of a user and responds with 404 in that case (fixes #6423) + * Allows retrieval of user by user id or email for add and update (consistent with the other endpoints) + * Improves the API docs for the store users endpoint + * Adds details to store user data + +### Bug fixes + +* Fix: correct ` <` plugin dependency implementation (#6420) @jackstar12 +* Fix: Point of Sale as PWA on iOS no longer working in Lockdown mode (#6422 #6424) @leesalminen +* Greenfield: Users API fixes (#6425) @dennisreimann + * Do not crash when creating users without a password + * More precise error message for user approval toggling +* App: Sales stats should only include paid invoices (#6444) @dennisreimann +* Fix: Combination of status filters on invoices page causes 500 fatal server error (#6437) @NicolasDorier +* Fix: Payment Requests should show payments of invalid invoices (#6412) @NicolasDorier +* Bugfix: Providing updated PSBT with QR Code was not possible (#6459 #6460) @Orcinus21 + +### Improvements + +* UI: Move App's invoices link to the top (#6429) @dennisreimann +* Account: Sign in users after accepting an invitation or resetting a password (#6442) @dennisreimann +* Improve display for the PoS editor (#6441 #6436) @dennisreimann +* Fix: Truncate center CSS for icons (#6465) @jackstar12 +* Do not throttle authenticated users on a PoS application (#6415) @Kukks +* Plugin: Add `IGlobalCheckoutModelExtension` to allow a plugin to customize checkout experience regardless of the payment method (#6470) @NicolasDorier +* Plugin: Add `IExtendedLightningClient` to allow a plugin to better validate a lightning connection string, and customize display stringss. (#6467) @NicolasDorier + ## 2.0.3 If you are using Boltcards, we advise you to update to this release.