From 4279ee1962c00e7d15ea8a6e187d10aa792c3fac Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 14 Nov 2024 22:47:15 +0900 Subject: [PATCH] Add 1.13.7 changelog --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 29a5d8a95..3d2dd961b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -155,6 +155,17 @@ Please refer to our blog post before upgrading — here are the most noteworthy * Remove the Altcoins build (#6177) @NicolasDorier * Dashboard: Remove View All link for Top Items (#6072) @dennisreimann +## 1.13.7 + +If you are using Boltcards, we advise you to update to this release. + +### Bug fixes + +* Boltcard would get bricked during reset from the balance view with wrong card (#6400) @NicolasDorier +* Fix: Newline during import of multisig xpub results in different addresses for wallet (#6328 #6386) @NicolasDorier +* Fix: Pay button shouldn't throw exception if currency isn't specific (#6324 #6395) @NicolasDorier +* UI: Allow text break in labels to avoid horizontal scrolling (#6366) @dennisreimann + ## 1.13.6 * Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x) (#6354, #6344)