bump 1.13.7

This commit is contained in:
nicolas.dorier 2024-11-14 22:44:33 +09:00
parent 203bf02d97
commit 83c948d12f
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.13.6</Version>
<Version>1.13.7</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,16 @@
# Changelog
## 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)