Update BTCPay Server to 1.7.5 (#391)

Co-authored-by: JimSB <jimsuleyman@live.com>
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Andrew Camilleri 2023-02-03 22:08:41 +01:00 committed by GitHub
parent 9648663d23
commit 1f7182d660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 20 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
nbxplorer:
image: nicolasdorier/nbxplorer:2.3.42@sha256:c6b255498b1bad64cdf874459edd163c6a84f9b39118ecc4ad0816900f7647d4
image: nicolasdorier/nbxplorer:2.3.58@sha256:e67e7b8953c8567860fe4972046af84c62c5878bb7b299c330db8a816f2d91af
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -30,7 +30,7 @@ services:
NBXPLORER_NOMIGRATEEVTS: 1
web:
image: btcpayserver/btcpayserver:1.6.12@sha256:41768be32374ebc4f64050ad5e56ffef8834ccacbff0440c0938a493abcec252
image: btcpayserver/btcpayserver:1.7.5@sha256:dd7732a0e24c85c1317b67ba4eeb9f0f0af97ed953679b29ee06178b2e797892
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server
category: Finance
name: BTCPay Server
version: "1.6.12-hotfix-1"
version: "1.7.5"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >-
BTCPay Server is a payment processor that allows you to receive
@ -34,26 +34,20 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
- Use optimization to directly connect to the nbx db for faster querying and better dashboard functionality
New features for 1.7.5!
- Greenfield: Lightning addresses API (#4546) @Kukks
1.6.12 is out!
Bug fixes
- Fix several HTML injections (#4545) @NicolasDorier
- BIP21: Uppercase addresses only in QR, not in payment URL (#4553) @dennisreimann
- Checkout v2: UI fixes (#4552) @dennisreimann
- Improve LNDHub support
Improvement
- Edit Pull Payment UI
- Custodian Account Deposit UI
- Add Yadio rate provider
- Add support for updating POS app through Greenfield API
- Allow specifing fee block target for onchain payout processor
- Greenfield: Extend LN GetInfo data
- Bug fixes and improvements, too.
- Checkout v2: Re-add LNURL for top-up invoices (#4556) @dennisreimann
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353