Releases: btcpayserver/btcpayserver
2.1.0
Breaking change: If you are using Monero or ZCash, you will need to install their respective plugins after this update.
Note that if you aren't using the docker deployment, you will need to remove --chains xmr or --chains zec (or corresponding BTCPAY_CHAINS) from BTCPay Server configuration.
Please read our blog post for more details.
New features
- Add better MultiSig flow when all users are using BTCPay Server @rockstardev
- Remove ZCash and Monero from core code (#6535) @NicolasDorier
- Disable cold wallet creation by default (#6626) @NicolasDorier
- Adding support for RBF and improve UX for CPFP (#6581) @NicolasDorier
- Greenfield: added
refundBOLT11Expirationto Get/Update store endpoint (#6644) @NicolasDorier - Greenfield: Added
invitationLinkanddisabledproperties to user APIs (#6649) @dennisreimann
Bug fixes
- Translatable text with accents were improperly rendered (#6622 #6623) @dennisreimann
- Fix: Refunds through API were ignoring BOLT11 expiration at store level (#6644) @NicolasDorier
- Fix: PaymentRequests created via API never expires (#6657) @NicolasDorier
Improvements
- Improve UX for store email rules triggers (#6629) @rockstardev
- Store users: Ensure the last owner cannot be downgraded (#6654) @dennisreimann
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
This release contains a security fix for merchants using refunds/pull payments On-Chain with automated payout processors. Please update as soon as possible.
We could not reproduce the reported issue on our own instances, but the reporting merchant confirmed the issue was resolved.
New features
- SEO: Add ability to customize HTML meta tags and HTML lang attribute for crowdfund and PoS (#6229) @Nisaba
- Add the ability for merchants to manually transition a payout from the
InProgressstate toAwaitingPayment. (#6564) @NicolasDorier
Bug fixes
- Security fix: Critical fix to prevent duplicate payouts in certain On-Chain configurations. (#6540 #6564) @NicolasDorier
- Store: Allow resetting custom email server (#6547 #6546) @dennisreimann
- UI: Fix store's custom CSS URL (#6555 #6554) @dennisreimann
- Fix: Sidemenu unscrollable on Firefox for Android (#6548 #6552) @dennisreimann
- Fix: Migration bug from V1 to V2 which can happen on very old instances (#6551) @NicolasDorier
- Fix: Migration bug from V1 to V2 for users which used the old ETH integration (#6539) @NicolasDorier
- Fix: The route
GET v1/stores/{storeId}/payment-methods/{paymentMethod}was returning a wrongenabledproperty ifonlyEnabledquery parameter was passed. (#6570) @NicolasDorier - Fix: The route
PUT v1/stores/{storeId}/payment-methods/{paymentMethod}for on-chain payment method was not supporting the documented config payload. (#6570) @NicolasDorier - Dashboard: Fix Lightning balance display for tiny amounts (#6573) @dennisreimann
Improvements
- Add a warning about our Shopify integration being deprecated by Shopify. Add link to our new plugin for it. (#6559) @TChukwuleta
- Relaxing some payjoin related rules in accordance with changes to the BIP78 spec (#6561) @NicolasDorier
- Add kraken as default rate provider for CAD @NicolasDorier
- Add tooltip and link to pull-payment tags in wallet's transaction list (#6562) @NicolasDorier
- Make Checkout Cheat Mode extensible by plugins (#6543) @NicolasDorier
- Allow receipt to be shown in iframe (#6574) @dennisreimann
- if the checkout page is shown within an iframe and hides the back to store link (#6574) @dennisreimann
2.0.5
Bug fixes
- Invoices: Allow admin to see users' invoices (#6517) @dennisreimann
- UI: Fix inconsistent responsiveness of labels (#6508, #6501) @dennisreimann
- Greenfield: Receipt options from the GetInvoice route were not reflecting the store's settings (#6483) @dennisreimann
- Checkout: Fix regression affecting the UI of the SideShift, FixedFloat, and Trocador plugins (#6481) @dennisreimann
- Fix several incorrectly generated links when
BTCPAY_ROOTPATHis used (#6506) @dennisreimann
Improvements
- Checkout: Add support link to footer (#6511, #6495) @dennisreimann
- Pull Payment: Add "Copy Link" button to the action column (#6516, #6515) @dennisreimann
- Greenfield: Remove authorization requirement for PoS data (#6499) @dennisreimann
- Greenfield: Resolve store user's image URL @dennisreimann
Feature removed
- Remove the Lightning Balance histogram from the dashboard (too slow on large instances).
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
IGlobalCheckoutModelExtensionto allow a plugin to customize checkout experience regardless of the payment method (#6470) @NicolasDorier - Plugin: Add
IExtendedLightningClientto allow a plugin to better validate a lightning connection string, and customize display strings. (#6467) @NicolasDorier
2.0.3
If you are using Boltcards, we advise you to update to this release.
New features
- Greenfield: Histograms: Add Lightning data and API endpoints (#6217) @dennisreimann
- Greenfield: Add image upload for app items (#6226 #6075) @dennisreimann
Bug fixes
- Fix: Getting notifications via API would crash @NicolasDorier
- Boltcard would get bricked during reset from the balance view with wrong card (#6400) @NicolasDorier
- UI: Fix escaped HTML tags in UTXO rescan message (#6399 #6398) @dennisreimann
- UI: Allow text break in labels to avoid horizontal scrolling (#6366) @dennisreimann
- UI: Fix missing navigation links for store managers (#6368) @dennisreimann
- Fix: Incorrect calculation for crowdfund and payment request status (#6381 #6371) @NicolasDorier
- Fix: Pay button shouldn't throw exception if currency isn't specific (#6324 #6395) @NicolasDorier
- UI: Do not escape apostrophe in custom server name (#6391 #6352) @dennisreimann
- UI: Fix close icon in create store wizard @dennisreimann
- Fix: Pull payment could get stuck in Pending mode (#6259 #6394) @NicolasDorier
- Fix: Activating the automated payout processor in the UI would crash @NicolasDorier
- Fix: Newline during import of multisig xpub results in different addresses for wallet (#6328 #6386) @NicolasDorier
- Fix: WalletCamera for Address scanning doesn't work (#6373 #6370) @dennisreimann
- Fix: InvoiceCurrencyAmount and Rate columns in reports displays 0.00 (#6385 #6364 #6384) @NicolasDorier
- Fix: center qr code (#6362 #6361) @jackstar12
- Fix: Do not automatically retry of payouts if they are non interactive (Boltcard) (#6382 #6377) @NicolasDorier
- Fix: The lightning symbol was missing in the payment stats (#6376) @NicolasDorier
- Store: Fix missing invitation email when adding new user (#6372 #6369) @dennisreimann
Improvements
- Greenfield: Create payoutMethods is now optional for creating a pull payment (#6396 #6147) @NicolasDorier
- POS: Update button icons (#6390) @dennisreimann
- Improve error messages for on-chain related greenfield operations (#6393 #6261 #6248) @NicolasDorier
- Docs: Improve invoice paymentTolerance API docs (#6383 #6378) @dennisreimann
- Add an additional Lightning implementation-specific error message if a payout payment fails due to no route found @NicolasDorier
- UI: Improve brand color adjustment (#6351) @dennisreimann
1.13.7
If you are using Boltcards, we advise you to update to this release.
Bug fixes
- Boltcard would get bricked during reset from the balance view with wrong card (#6400) @NicolasDorier
- Fix: Newline during import of multisig xpub results in different addresses for wallet (#6328 #6386) @NicolasDorier
- Fix: Pay button shouldn't throw exception if currency isn't specific (#6324 #6395) @NicolasDorier
- UI: Allow text break in labels to avoid horizontal scrolling (#6366) @dennisreimann
2.0.2
If you are using the Nostr or Blink plugin, consider this release security-critical.
Without it, an attacker with access to a pull payment could drain the Lightning wallet without limit.
Bug fixes
- Fix: Payouts were incorrectly marked as canceled even after successful completion (#6365) @NicolasDorier
- Fix: Unable to export csv/xml from Reports (#6356 #6357) @dennisreimann
2.0.1
Bug fixes
- Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x) (#6354, #6344)
- Resolve pull payment timezone (#6348) @TChukwuleta
- Fix: Payouts with unknown state should be considered pending @jackstar12
- Fix: Crowdfund page was crashing from 2.0.0 (#6347, #6342, #6346)