mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 05:12:51 +01:00
Add changelog for 2.0.4 (#6472)
This commit is contained in:
parent
b797cc9af8
commit
d2c3c37f4d
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>2.0.3</Version>
|
||||
<Version>2.0.4</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
35
Changelog.md
35
Changelog.md
@ -1,5 +1,40 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.4
|
||||
|
||||
### New features
|
||||
|
||||
* Add QR Code with link to invitation email (#6438) @dennisreimann
|
||||
* Add rate providers for Norwegian exchanges (Bitmynt and Bare Bitcoin) (#6452) @schjonhaug
|
||||
* Greenfield: Improve store users API (#6427) @dennisreimann
|
||||
* Adds an endpoint to update store users (before they had to be removed and re-added)
|
||||
* Checks for the existence of a user and responds with 404 in that case (fixes #6423)
|
||||
* Allows retrieval of user by user id or email for add and update (consistent with the other endpoints)
|
||||
* Improves the API docs for the store users endpoint
|
||||
* Adds details to store user data
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix: correct ` <` plugin dependency implementation (#6420) @jackstar12
|
||||
* Fix: Point of Sale as PWA on iOS no longer working in Lockdown mode (#6422 #6424) @leesalminen
|
||||
* Greenfield: Users API fixes (#6425) @dennisreimann
|
||||
* Do not crash when creating users without a password
|
||||
* More precise error message for user approval toggling
|
||||
* App: Sales stats should only include paid invoices (#6444) @dennisreimann
|
||||
* Fix: Combination of status filters on invoices page causes 500 fatal server error (#6437) @NicolasDorier
|
||||
* Fix: Payment Requests should show payments of invalid invoices (#6412) @NicolasDorier
|
||||
* Bugfix: Providing updated PSBT with QR Code was not possible (#6459 #6460) @Orcinus21
|
||||
|
||||
### Improvements
|
||||
|
||||
* UI: Move App's invoices link to the top (#6429) @dennisreimann
|
||||
* Account: Sign in users after accepting an invitation or resetting a password (#6442) @dennisreimann
|
||||
* Improve display for the PoS editor (#6441 #6436) @dennisreimann
|
||||
* Fix: Truncate center CSS for icons (#6465) @jackstar12
|
||||
* Do not throttle authenticated users on a PoS application (#6415) @Kukks
|
||||
* Plugin: Add `IGlobalCheckoutModelExtension` to allow a plugin to customize checkout experience regardless of the payment method (#6470) @NicolasDorier
|
||||
* Plugin: Add `IExtendedLightningClient` to allow a plugin to better validate a lightning connection string, and customize display stringss. (#6467) @NicolasDorier
|
||||
|
||||
## 2.0.3
|
||||
|
||||
If you are using Boltcards, we advise you to update to this release.
|
||||
|
Loading…
Reference in New Issue
Block a user