mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update LndBoss to v2.9.2 (#226)
This commit is contained in:
parent
1378d7daef
commit
6f21a1af1f
@ -6,7 +6,7 @@ services:
|
||||
APP_HOST: $APP_LNDBOSS_IP
|
||||
APP_PORT: $APP_LNDBOSS_PORT
|
||||
web:
|
||||
image: niteshbalusu/lndboss:v2.8.1@sha256:2d666140498118990763713f1222839a9bd018e0eae1c6f86aa273f9e36f94be
|
||||
image: niteshbalusu/lndboss:v2.9.2@sha256:ab797d7998e1a2f6b81044f34c1df77396e0020488387915411a1801a3ee11cd
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: lndboss
|
||||
category: Lightning Node Management
|
||||
name: LndBoss
|
||||
version: "2.8.1"
|
||||
version: "2.9.2"
|
||||
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,11 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- 2.9.2 (2022-10-26)
|
||||
(Important Bug Fix): Fix batch open command where opens are failing with amount parsing
|
||||
and wrong rows getting dropped.
|
||||
Update bos dependency to fix create and open group channel commands for taproot inputs.
|
||||
|
||||
- 2.8.1 (2022-10-25)
|
||||
Added support for auto fee policy based on channel inactivity periods.
|
||||
Fixed positioning of inactivity period of fees scheduler page.
|
||||
|
Loading…
Reference in New Issue
Block a user