From 6ae36825d5c9e19d0ab4b4a32832fbbefed67b27 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Mon, 23 Dec 2024 23:07:53 +0900 Subject: [PATCH] Changelog 2.0.5 (#6520) --- Build/Version.csproj | 2 +- Changelog.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index f421b1a11..2eed9d9b2 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 2.0.4 + 2.0.5 diff --git a/Changelog.md b/Changelog.md index 1d95563d6..5b37b9bb1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,26 @@ # Changelog +## 2.0.5 + +### Bug fixes + +* Invoices: Allow admin to see users' invoices (#6517) @dennisreimann +* UI: Fix inconsistent responsiveness of labels (#6508, #6501) @dennisreimann +* Greenfield: Receipt options from the GetInvoice route were not reflecting the store's settings (#6483) @dennisreimann +* Checkout: Fix regression affecting the UI of the SideShift, FixedFloat, and Trocador plugins (#6481) @dennisreimann +* Fix several incorrectly generated links when `BTCPAY_ROOTPATH` is used (#6506) + +### Improvements + +* Checkout: Add support link to footer (#6511, #6495) @dennisreimann +* Pull Payment: Add "Copy Link" button to the action column (#6516, #6515) @dennisreimann +* Greenfield: Remove authorization requirement for PoS data (#6499) @dennisreimann +* Greenfield: Resolve store user's image URL @dennisreimann + +### Feature removed + +* Remove the Lightning Balance histogram from the dashboard (too slow on large instances). + ## 2.0.4 ### New features