From c88eaf542533a81fcebb87509cf6f349a1117f0a Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Sat, 24 Feb 2024 06:21:33 +1100 Subject: [PATCH] Update BTCPay to 1.12.5 (#978) --- btcpay-server/docker-compose.yml | 4 ++-- btcpay-server/umbrel-app.yml | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/btcpay-server/docker-compose.yml b/btcpay-server/docker-compose.yml index 46b52a6d..a30f927e 100644 --- a/btcpay-server/docker-compose.yml +++ b/btcpay-server/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" nbxplorer: - image: nicolasdorier/nbxplorer:2.4.3@sha256:9abbebd57166b8202123334e87cff538b3f537a1b644b6ff97a381597a642d9c + image: nicolasdorier/nbxplorer:2.5.0@sha256:bbff2b6703ed240da263e6ba01deacf2c6520d371d6a0202e87a9e8c7f97b158 user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -31,7 +31,7 @@ services: NBXPLORER_BTCHASTXINDEX: 1 web: - image: btcpayserver/btcpayserver:1.12.3@sha256:c214c65957b1125b69e0b10ff2ef841a541e32e6dd58012068bb6851700c076d + image: btcpayserver/btcpayserver:1.12.5@sha256:d854957dc8cca0ac1fff609f06979884bc0fac3e0bdb587e2dbae265349da861 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/btcpay-server/umbrel-app.yml b/btcpay-server/umbrel-app.yml index 7ce741b0..1b2b1756 100644 --- a/btcpay-server/umbrel-app.yml +++ b/btcpay-server/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: btcpay-server category: bitcoin name: BTCPay Server -version: "1.12.3" +version: "1.12.5" tagline: Accept Bitcoin payments with 0 fees & no 3rd party description: >- BTCPay Server is a payment processor that allows you to receive @@ -34,10 +34,16 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - 🚨 If you are using plugins, you will most likely find them disabled after this update, because new versions compatible with BTCPay Server v1.12 are required. Please see the "Manage Plugins" section once updated. + This update brings BTCPay Server to version 1.12.5, and includes various bug fixes, and improvements. - This update brings BTCPay Server to version 1.12.3, and includes various bug fixes, improvements, and new features. - Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7. + - Improved checkout page load time by fetching the recommended fee in the background periodically + + - Improved fee rate approximation by linear interpolation between known block targets + + - Hide LN Balance when using an internal node and not a server admin + + + Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases. submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/353