From e1a235b4e8d477833546a8504d7f93bd5735848d Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Sat, 8 Oct 2022 12:42:46 +0900 Subject: [PATCH] Changelog and bump (#4201) --- 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 c0b60fbc5..06ca73a30 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.6.11 + 1.6.12 diff --git a/Changelog.md b/Changelog.md index 44ad8ac0d..1444b0b61 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,26 @@ # Changelog +## 1.6.12 + +### New features + +* Greenfield: Extend LN GetInfo data (#4167) @dennisreimann + +### Bug fixes + +* Always show overpaid amount if invoice is overpaid (#4192) @bolatovumar +* Fix custodian Swagger docs missing some path parameters (#4196) @AryanJ-NYC +* Fix receipts for Lightning Address invoices (#4169) @dennisreimann +* POS: Fix keypad view without custom amount (#4183) @dennisreimann @bolatovumar +* Fix truncated dates in wallet transaction list (#4191) @dennisreimann +* Update default value for "showCustomAmount" in Swagger docs (#4200) @bolatovumar + +### Improvement + +* The wallet transaction list use infinity scroll rather than pagination @HamroRamro @dennisreimann +* Remove direct and temp link functionality from the File Storage (#4177) @daviogg +* Fix warning error when rebooting the server caused by some shitcoin currency pair format @NicolasDorier + ## 1.6.11 ### New feature