Skip to content

Releases: btcpayserver/btcpayserver

1.7.12

16 Feb 08:52
9344113
Compare
Choose a tag to compare

Update recommended for shared instances.

Bug fixes

Improvement

  • Preferred paging count is saved into user preferences cookie (#4637) @dennisreimann
  • Fix typo in error message when vault is opening a wallet from the wrong chain (#4640) @eltociear

1.7.11

13 Feb 14:58
a62b674
Compare
Choose a tag to compare

Improvement

Bug fix

1.7.10

11 Feb 12:07
8c6fe91
Compare
Choose a tag to compare

Bug fix

  • After successful migration from SQLite or MySql, there is an error after a restart @NicolasDorier

1.7.9

10 Feb 08:52
57f5c15
Compare
Choose a tag to compare

Bug fixes

  • Fix: Top-Up Invoices display fiat amounts to 9 decimal places in emails (#4570) @Kukks
  • LNURL NFC support did not work for lower amount invoices (#4618) @Kukks

1.7.8

10 Feb 07:16
dea5991
Compare
Choose a tag to compare

With this release, we are providing a migration path for legacy MySql and SQLite installations.

If you are a BTCPay Server integrators such as developer of Raspiblitz, Umbrel, Embassy OS or anybody running BTCPay Server on SQLite or MySql, please refer to the documentation.

While SQLite and MySQL should still be working for one year or two, we will not fix bugs related to those backend. (unless it impacts migration)

New feature

Bug fixes

1.7.7

09 Feb 00:52
a20408b
Compare
Choose a tag to compare

Some users experienced Error 500 after login on to BTCPay Server from the 1.7.6.
If it is your case, to update on docker deployments via the UI, you need to:

  1. Start a browser session in incognito/private mode.
  2. Browse to https://{yourserver}/server/maintenance
  3. Hit update button

Bug fixes

1.7.6

08 Feb 13:02
ed0ccd6
Compare
Choose a tag to compare

There are two vulnerabilities fixed in this release.
Those are not severe, as it requires the victim to actively click on a malicious link and public registration, but we recommend to update.

We also introduce a breaking change in the Greenfield API route /api/v1/stores/{storeId}/rates/configuration/preview. (#4607)
This breaking change shouldn't impact the majority of people.

New features

Bug fixes

Improvements

1.7.5

25 Jan 03:48
372df93
Compare
Choose a tag to compare

New features

Bug fixes

Improvement

1.7.4

19 Jan 13:29
5f24b41
Compare
Choose a tag to compare

Note for integrators

Integrators such as Raspiblitz or Umbrel: As part of our effort to make BTCPay Server more welcoming to plugins, we have made a change that may impact you.

Previously, when a user uninstalled or installed a new plugin, BTCPay Server would prompt them to restart the server by clicking on a button. Prior to version 1.7.4, this restart button was not functional due to being coupled to our own Docker deployment stack.

As of now, the restart button will instead terminate the BTCPay Server process. The process manager, such as systemd or docker should then automatically restart BTCPay Server. Please ensure that automatic restart capability exists.

Note for plugin users

We recommend you to update your plugins after this update.

Bug fixes

Improvement

1.7.3

23 Dec 09:12
09d5f5a
Compare
Choose a tag to compare

Bug fixes

  • Checkout v2: Fix modal iframe clipboard permissions (#4453) @dennisreimann
  • Checkout: Fix cutoff language dropdown (#4465) @cdmoss
  • Fix a crash on coin selection if we weren't able to guess the color of a label (053426) @Kukks
  • If using LNBank, LN invoices are not generated after upgrade to v1.7.2.0. You still need to also update the plugin. (#4458) @dennisreimann
  • Fix BTCPay invoice not settling after successful Lightning payment (CLN + Lightning Charge) (#4383) @dennisreimann

Improvement