mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Changelog 1.10.3 (#5125)
* Changelog 1.10.3 * Apply suggestions from code review Co-authored-by: d11n <mail@dennisreimann.de> * Apply suggestions from code review * Update changelog --------- Co-authored-by: Andrew Camilleri <evilkukka@gmail.com> Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
parent
3ed81c3a78
commit
d666d8ea1a
2 changed files with 35 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.10.2</Version>
|
||||
<Version>1.10.3</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
34
Changelog.md
34
Changelog.md
|
@ -1,5 +1,38 @@
|
|||
# Changelog
|
||||
|
||||
## 1.10.3
|
||||
|
||||
### New Features
|
||||
|
||||
* Pull Payment: Support LNURL Withdraw with SATS denomination (#5041) @dennnisreimann
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Crowdfund: Fix JS errors in empty state (#5121) @dennisreimann
|
||||
* The current preimage of a invoice's lightning payment method should be available via API (#5111) @NicolasDorier
|
||||
* Dashboard: Limit "Top Items" to five (#5110) @dennisreimann
|
||||
* ToolTip causes glitching when scrolling down on mobile (#4956) @dennisreimann
|
||||
* LN payments failed to be detected on litd (#5104) @NicolasDorier
|
||||
* Fix for LNDHub via LNbits integration (#5083 #4482) @dennisreimann
|
||||
* Applying a discount in PoS with cart wasn't working (#5079) @NicolasDorier
|
||||
* Refund: Fix overpaid option (#5076 #5066) @dennisreimann
|
||||
* Do not crash when an invoice have an amount that is too big (#5070) @NicolasDorier
|
||||
* NFC: Do not start scanning if unsupported (#5067) @dennisreimann
|
||||
* Fix: Incorrect rounding in the receipt of PoS invoice (#5071 #5072) @NicolasDorier
|
||||
* Crowdfund: Fix null pointer exception for topup type (missing price) (#5068) @dennisreimann
|
||||
* Greenfield: Default currency missing from stores API (#5126) @dennisreimann
|
||||
* Fix: Exposing ln address on Nostr should not result in lots of invoice being created (#5117) @NicolasDorier
|
||||
|
||||
### Improvements
|
||||
|
||||
* Load wallet transaction list asynchronously to avoid timeout on large wallets (#5100 #4987) @NicolasDorier
|
||||
* Receipt improvements (#5077) @dennisreimann
|
||||
* Dashboard: Make invoice badges consistent with those on invoices list (#5108 #4969) @dennisreimann
|
||||
* Make file management UI more useful (#5081) @Kukks
|
||||
* After changing PoS items values, the JSON template should be indented @NicolasDorier
|
||||
* Add extension point to template editor (#5080) @Kukks
|
||||
* Querying a lightning address no longer generates an invoice each time (#5117) @NicolasDorier
|
||||
|
||||
## 1.10.2
|
||||
|
||||
### Bug fixes
|
||||
|
@ -8,6 +41,7 @@
|
|||
* Fix: Crash on migation of old instances (#5051) @NicolasDorier
|
||||
* Fix: Hide sensitive info feature not working with custom theme (#5044) @dennisreimann
|
||||
* Fix: Pay button not rendering on the invoice page (#5043) @dennisreimann
|
||||
* Doc update: Remove id from create webhook endpoint; fix consistency. (#5045) @ndeet
|
||||
|
||||
## 1.10.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue