This commit is contained in:
nicolas.dorier 2025-03-08 21:50:43 +09:00
parent 9dcf8d3251
commit 37438b6d99
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 26 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>2.0.6</Version> <Version>2.0.7</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -1,5 +1,30 @@
# Changelog # Changelog
## 2.0.7
### New features
* Display fiat amount previews in Transaction Details page (#6610) @rockstardev
* Greenfield: Adding endpoint to set server email settings (#6601) @rockstardev
### Bug fixes
* JS-Modal is missing contact us link at end of invoice (#6614 #6615) @dennisreimann
* Forms: Properly support checkbox type (#6596 #6592) @dennisreimann
* Forms: Remove unsupported input types @dennisreimann
* Lightning Address: Display validation messages on failed creation (#6597 #6590) @dennisreimann
* Fix: Display unconfirmed transactions with lower opacity (#6600) @dennisreimann
* Greenfield: Wallet's transaction had null blockhash on greenfield @NicolasDorier
* Invalid currency pair (FARTCOIN_USDC) may show in the logs when using kraken rate provider (#6577) @NicolasDorier
### Improvements
* Fix: Archived invoices shouldn't be browsable by non authenticated users (#6588) @ThiagoOyo
* UI: Fix spacing of Lightning Address info on invoice details page @dennisreimann
* Dashboard: Remove store name headline (#6598) @dennisreimann
* If an On-Chain payment get replaced, log it in invoice logs rather than console (#6595) @NicolasDorier
* Remove LNURL description hash check (#6580) @reneaaron
## 2.0.6 ## 2.0.6
This release contains a security fix for merchants using refunds/pull payments On-Chain with automated payout processors. Please update as soon as possible. This release contains a security fix for merchants using refunds/pull payments On-Chain with automated payout processors. Please update as soon as possible.