mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Changelog for 1.3.2
This commit is contained in:
parent
f58fc9b531
commit
7f13f6f915
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.3.1</Version>
|
||||
<Version>1.3.2</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
28
Changelog.md
28
Changelog.md
@ -1,5 +1,33 @@
|
||||
# Changelog
|
||||
|
||||
## 1.3.2
|
||||
|
||||
This feature include a critical security patch. The vulnerability impacts owner of shared instances which share their internal lightning nodes. Credits to @yk to have noticed us.
|
||||
|
||||
### New Features:
|
||||
|
||||
* Greenfield: Adds the Archive status to Invoice model @TheHazeEffect
|
||||
* Greenfield: Add pagination to the get invoices operation @TheHazeEffect
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* Crowdfunding topup invoice doesn't work when there isn't a perk added (#3048 #3064) @satwo
|
||||
* Crowdfund: Fix perk value display (#3060) @dennisreimann
|
||||
* LNAddress wasn't working if the store supported an altcoin @NicolasDorier
|
||||
* Lightning address payment would fail if millisatoshi is not 0 mod 1000 on LND (#3056) @NicolasDorier
|
||||
* The Test Connection feature during lightning setup was hidding cause of failure @NicolasDorier
|
||||
* Creating a new invoice in payment request with LNURL activated would crash @NicolasDorier
|
||||
* Improve error reporting in (#3065) @NicolasDorier
|
||||
* After loading the Update PoS Settings page and selecting an item to edit, it will always show the price type selected as Fixed regardless of what the actual price type is. (#3049) @fabu21
|
||||
* Fixes label on Point of Sale page (#3037) @dstrukt
|
||||
|
||||
### Improvements:
|
||||
|
||||
* If no default payment method, the fallback should be in order of preference: BTC, then Lightning (via BOLT11)
|
||||
* UI Improvement of the maintenance page @dstrukt
|
||||
* In the invoice's details page, show the url of webhook's deliveries (#3034) @satwo
|
||||
* Improves upload button for files (#3044) @dstrukt
|
||||
|
||||
## 1.3.1
|
||||
|
||||
### Bug fixes:
|
||||
|
Loading…
Reference in New Issue
Block a user