From 4049bdadcbc35786a19dbfdb49c6745abd3b28ce Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 1 Mar 2023 15:41:43 +0100 Subject: [PATCH] Changelog v1.8 (#4670) * Changelog v1.8 * Update Changelog.md Co-authored-by: Andrew Camilleri * Add fix * Update changlelog --------- Co-authored-by: Andrew Camilleri Co-authored-by: nicolas.dorier --- Changelog.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 574902856..6c52c11a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,35 @@ # Changelog +## 1.8.0 + +### New feature + +* Generic Forms (#4561 #4668 #4697) @Kukks @dennisreimann +* Add labels to addresses (#4594) @Kukks +* Greenfield: Admins can create/delete API keys of any user (#4680) @NicolasDorier + +### Bug fix + +* Fix build and run scripts (#4655) @NicolasDorier +* Fix missing style tag around embedded CSS (#4659) @dennisreimann +* Fix crash during migration on some SQLite instances (#4623) @NicolasDorier +* Fix HTML injection in payment request/posData/receiptData (#4679) @NicolasDorier +* Show available plugins even when btcpay version conditions are not met (#4717) @Kukks +* Fix: It wasn't possible to use Point of Sale in an iframe if forms was asked to buyer (#4666 #4721) @dennisreimann @NicolasDorier + +### Improvements + +* Different icons for notifications (#2510) @dstrukt @dennisreimann +* POS: Track values (subtotal, discount, tip, total) individually (#4668) @dennisreimann +* Start using JSONB column instead of app side compressed data (#4574) @NicolasDorier +* Update transaction label display (#4700) @dennisreimann +* Remove JSON in strings from JObjects (#4703) @NicolasDorier +* Do not require docker for plugin restart @Kukks +* POS: Align Keypad centered vertically (#4690) @dennisreimann +* Greenfield: Show detailed Lightning routing error (#4722) @dennisreimann +* Add currency code to payment request list (#4709) @bolatovumar +* Translate Checkout v2 (#4710) @NicolasDorier + ## 1.7.12 Update recommended for shared instances. @@ -8,7 +38,7 @@ Update recommended for shared instances. * Fix second order XSS: Harden file type input (#4635) @NicolasDorier * UI: The standalone confirmation modal design was broken @dennisreimann -* Fix: Setting the password of a new created user via API shouldn't be required (#4534, #4647) @NicolasDorier +* Fix: Setting the password of a new created user via API shouldn't be required (#4534, #4647) @NicolasDorier * Fix: If user get locked out, unlocking or deleting user fails (#4641, #4644) @NicolasDorier * Fix: Migrating from SQLite was crashing in some conditions (#4623) @NicolasDorier * Fix: Unable to Edit amount when cloning paid Payment Request (#4639) @NicolasDorier @@ -18,7 +48,7 @@ Update recommended for shared instances. ### Improvement * Preferred paging count is saved into user preferences cookie (#4637) @dennisreimann -* Fix typo in error message when vault is opening a wallet from the wrong chain (#4640) @eltociear +* Fix typo in error message when vault is opening a wallet from the wrong chain (#4640) @eltociear ## 1.7.11