Update changelog

This commit is contained in:
nicolas.dorier 2022-08-03 21:41:39 +09:00
parent 55c39a12bc
commit 2ea6eb09e6
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.6.3</Version>
<Version>1.6.4</Version>
</PropertyGroup>
</Project>

View File

@ -1,4 +1,23 @@
# Changelog
## 1.6.4
### Improvement:
* If a webhook is the loopback address, skip SSL verification @Kukks
### Bug fixes:
* Minor checkout UI fix (#4015) @dennisreimann
* Greenfield: Update webhook would reset the secret (#4010) @Kukks
* Fix crash when BTC network isn't available (#4007) @Kukks
* Make InvoicePaymentSettled return correct afterExpiration value (#3966) @Kukks
* Greenfield: Allow tagging a transaction even if it hasn't been yet broadcasted @Kukks
### Improvements:
* The invoice filter dropdown list labels should be "Settled invoice" rather than "Paid invoice" (#4000 #3573) @BitcoinABee
## 1.6.3
### New feature: