From 247f6b86a54f656274bee63b0c9650306527c8a8 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Mon, 29 May 2023 16:24:27 +0900 Subject: [PATCH] Changelog 1.10.0 (#5004) --- Build/Version.csproj | 2 +- Changelog.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index a9f3dbd02..6c3ada544 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.9.3 + 1.10.0 diff --git a/Changelog.md b/Changelog.md index 7a9b12029..3e9f41d2e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,37 @@ # Changelog +## 1.10.0 + +Notice: Due to the substantial disk space consumption, we are removing all data pertaining to past webhook deliveries (#5005). + +This data, generally used for debugging integrations, will be regularly purged. Hereafter, any Webhook delivery data older than two months will be automatically deleted. + +### New features + +* In addition to the `Owner` and `Guest` role available for users of a store, it is now possible to create new custom roles and to adjust the permissions granted by `Owner` and `Guest`. (#4940) @Kukks +* Forms: It was only possible to configure a forms via some JSON configuration, we now have a nice UI editor for it (#4968) @dennisreimann @dstrukt +* Setting to hide sensitive info, such as balances and amounts (#4966) @dennisreimann +* Forms: Add multiline input (#4942) @dennisreimann +* In the refund workflow, make it easier to only reimburse overpaid amounts (#4934 #4812) @dennisreimann + +### Bug fixes + +* Fix: When using LNbank, payments would sometimes not be detected by BTCPay Server (dennisreimann/btcpayserver-plugin-lnbank#33) @NicolasDorier +* Fix: If a altcoins is disabled from BTCPay and payout processor is used, it would crash at restart (#4997) @NicolasDorier +* Fix: When the default currency of the store is SATS, the display on the dashboard was broken (#4994) @dennisreimann + +### Improvements + +* Crowdfund and PoS app settings were saved in YAML, we are now using JSON. (#4792) @Kukks +* Add minrelayfee to payjoin request (#4689) @Kukks +* Improve invoice filtering UI (#4914) @dennisreimann @dstrukt +* Stop generating new addresses when a new payment is detected (#4984) @NicolasDorier +* Support Core Lightning v23.05 (#4970) @NicolasDorier +* Checkout v2: Improve expired paid partial state (#4827) @dennisreimann +* Improve create first store case (#4951) @dennisreimann @dstrukt +* Improve Refund UI/UX (#4934 #3839 #4812) @dennisreimann @dstrukt +* Prune old webhook delivery data (#5005) @NicolasDorier + ## 1.9.3 ### Bug fixes