Skip to content

Releases: btcpayserver/btcpayserver

1.11.5

22 Sep 14:49
66a064e
Compare
Choose a tag to compare

New feature

Bug fixes

Improvements

1.11.4

02 Sep 14:28
79b2f16
Compare
Choose a tag to compare

Minor update recommended for deployment stacks which were using MySQL/SQLite backend in the past such as Raspiblitz, Umbrel, Embassy OS.

We fix a migration to postgres error that has been introduced a few versions ago.

New feature

  • Display wallet balance in default currency in the on-chain wallet navigation (#5281) @vbouzon

Bug fixes

1.11.3

26 Aug 12:16
08b6942
Compare
Choose a tag to compare

Bug fixes

  • Fix LNDHub connection strings parsing @Kukks
  • Paying through LNDHub with an explicit amount wouldn't send the right amount @Kukks
  • The Open with wallet deep link in the checkout page wasn't working properly on some browsers. @dennisreimann
  • POS: Fix alignment of items in static view (#5271) @dennisreimann
  • Only show LNAddress section if the user has the permission @Kukks
  • Fix crash on /wallets/transactions with non zero skip parameter (#5183) @NicolasDorier
  • Do not block payments on LN while syncing if it is not internal node (#5269) @Kukks
  • Fix LN payout manual payments UI crashing when payouts are not tied to pull payment @Kukks

Improvements

1.11.2

11 Aug 17:50
1c5fcfe
Compare
Choose a tag to compare

Bug fixes

Improvements

1.11.1

29 Jul 08:02
83536be
Compare
Choose a tag to compare

Bug fixes

1.11.0

27 Jul 13:21
093206c
Compare
Choose a tag to compare

New Features

Bug fixes

Improvements

1.10.3

27 Jun 13:25
983b8c1
Compare
Choose a tag to compare

New Features

Bug fixes

Improvements

1.10.2

07 Jun 16:22
6d0f912
Compare
Choose a tag to compare

Bug fixes

1.10.1

02 Jun 11:37
c0bc19e
Compare
Choose a tag to compare

Bug fixes

  • Point of Sale bug after filling out form Shop + cart (#5031) @Kukks

Improvements

  • Language translation update for el-GR

1.10.0

01 Jun 12:25
358e122
Compare
Choose a tag to compare

Notice: Due to the substantial disk space consumption, we are removing all data pertaining to past webhook deliveries (#5005).

This data, generally used for debugging integrations, will be regularly purged. Hereafter, any Webhook delivery data older than two months will be automatically deleted.

You can also read our blog post for a tour of the new features!

New features

  • In addition to the Owner and Guest role available for users of a store, it is now possible to create new custom roles and to adjust the permissions granted by Owner and Guest. (#4940) @Kukks
  • Forms: It was only possible to configure a forms via some JSON configuration, we now have a nice UI editor for it (#4968) @dennisreimann @dstrukt
  • Setting to hide sensitive info, such as balances and amounts (#4966) @dennisreimann
  • Forms: Add multiline input (#4942) @dennisreimann
  • In the refund workflow, make it easier to only reimburse overpaid amounts (#4934 #4812) @dennisreimann

Bug fixes

  • Fix: When using LNbank, payments would sometimes not be detected by BTCPay Server (dennisreimann/btcpayserver-plugin-lnbank#33) @NicolasDorier
  • Fix: If a altcoins is disabled from BTCPay and payout processor is used, it would crash at restart (#4997) @NicolasDorier
  • Fix: When the default currency of the store is SATS, the display on the dashboard was broken (#4994) @dennisreimann
  • Fix: When using a LND node, multi path payments with custom records would not be detected as valid payment @dennisreimann

Improvements