mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
bump lndboss to 2.17.3 (#431)
Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
This commit is contained in:
parent
ceb9720381
commit
1416e947ab
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8055
|
||||
|
||||
web:
|
||||
image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f
|
||||
image: niteshbalusu/lndboss:v2.17.3@sha256:9ebf2b82ca0bbe2bf3ade790b4b4ff81e1b1e1afcdf2caa32330ab2798eb9c4a
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: lndboss
|
||||
category: Lightning Node Management
|
||||
name: LndBoss
|
||||
version: "2.17.1"
|
||||
version: "2.17.3"
|
||||
tagline: A GUI for BalanceOfSatoshis
|
||||
description: LndBoss is a GUI for BalanceOfSatoshis.
|
||||
It is a tool that makes it easy to run your favorite
|
||||
@ -25,6 +25,9 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- 2.17.3 (2023-02-23)
|
||||
Fixed a bug where old config is being used for auto fees updates.
|
||||
|
||||
- 2.17.1 (2023-02-14)
|
||||
Fixed condition for auto-fees when outbound/capacity ratio is zero.
|
||||
|
||||
@ -34,19 +37,5 @@ releaseNotes: >
|
||||
Added avoid high-fee-routes to send command.
|
||||
Added support for calling acceptsChannelOpen, connectPeer, findKey and getNetwork to call command.
|
||||
|
||||
- 2.16.0 (2023-01-13)
|
||||
Added bos encrypt command.
|
||||
Added bos decrypt command.
|
||||
Added bos invoice command.
|
||||
Improved display output for rebalance, lnurl, pay, send and probe commands.
|
||||
Bumped dependencies.
|
||||
|
||||
- 2.15.0 (2022-12-30)
|
||||
Added quick tools page to create invoice, pay invoice, create onchain address and send onchain.
|
||||
Fixed a bug where detailed balance is broken for balance command.
|
||||
|
||||
- 2.14.0 (2022-12-19)
|
||||
Added bos clean-failed-payments command.
|
||||
|
||||
submitter: Nitesh Balusu
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|
||||
|
Loading…
Reference in New Issue
Block a user