BTCPay Server v2.0.4 Released
BTCPay Server is a free and open-source Bitcoin payment processor. It allows you to accept bitcoin without extra fees or intermediaries.
- "BTCPay Server new minor release 2.0.4 is out," announced the project.
- This version packages several new features, improvements, and bug fixes.
What's new
- Add QR Code with link to invitation email.
- Add rate providers for Norwegian exchanges (Bitmynt and Bare Bitcoin).
- Greenfield: Improve store users API:
- 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.
Improvements
- UI: Move App's invoices link to the top (#6429).
- Account: Sign in users after accepting an invitation or resetting a password (#6442).
- Improve display for the PoS editor (#6441 #6436).
- Fix: Truncate center CSS for icons (#6465).
- Do not throttle authenticated users on a PoS application (#6415).
- Plugin: Add
IGlobalCheckoutModelExtension
to allow a plugin to customize checkout experience regardless of the payment method (#6470). - Plugin: Add
IExtendedLightningClient
to allow a plugin to better validate a lightning connection string, and customize display stringss. (#6467).
Bug fixes
- Fix: correct
<
plugin dependency implementation (#6420). - Fix: Point of Sale as PWA on iOS no longer working in Lockdown mode (#6422 #6424).
- Greenfield: Users API fixes (#6425):
- 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).
- Fix: Combination of status filters on invoices page causes 500 fatal server error (#6437).
- Fix: Payment Requests should show payments of invalid invoices (#6412).
- Bugfix: Providing updated PSBT with QR Code was not possible (#6459 #6460).