From c4f8c4c7b45b8756e43ec2fe1f3df627552478b3 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Fri, 22 Sep 2023 21:32:57 +0900 Subject: [PATCH] Update changelog and bump (#5341) * Update changelog and bump * Update Changelog.md Co-authored-by: d11n * Update Changelog.md Co-authored-by: d11n * Update Changelog.md Co-authored-by: d11n * Update Changelog.md Co-authored-by: d11n * Update Changelog.md Co-authored-by: d11n --------- Co-authored-by: d11n --- Build/Version.csproj | 2 +- Changelog.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 124262e75..3443b2c5c 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.11.4 + 1.11.5 diff --git a/Changelog.md b/Changelog.md index 2052089e8..86b0c0393 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,32 @@ # Changelog +## 1.11.5 + +### New feature + +* Reporting: Add payouts (#5320) @Kukks +* Wallet: Delete custom labels (#5324, #5237) @dennisreimann +* Dashboard: Show revenue data for keypad (#5317) @dennisreimann +* Dashboard: Show the number of paid invoices in the last 7 days (#5316, #5300) @dennisreimann +* Login: Add Remember Me button (#5307, #5302) @dennisreimann +* Archive stores and apps (#5296) @dennisreimann +* New permission: Can archive pull payment (#5274) @Kukks +* Pull Payment: Show QR code for LNURL-Withdraw (#5274) @Kukks + +### Bug fixes + +* Fix: Transient error 500 when accessing the wallet page (#5326, #5328) @NicolasDorier +* Fix: Revert to default block explorer button wasn't working (#5340) @NicolasDorier +* Payment Request: Reflect processing status for on-chain payments (#5309, #5297) @dennisreimann +* NFC: Fix error display (#5305) @dennisreimann + +### Improvements + +* Email Rules: Add default texts and document placeholders (#5314) @dennisreimann +* UI: The on-chain addresses should only be truncated on the middle (#5313, #5311) @dennisreimann +* Store settings: Allow configuring NFC permission beforehand (#5319) @Kukks +* Remove legacy export (#5293) @NicolasDorier + ## 1.11.4 Minor update recommended for deployment stacks which were using MySQL/SQLite backend in the past such as Raspiblitz, Umbrel, Embassy OS.