From adcbb4de4ef8cdb552328091d4fd781161e22df3 Mon Sep 17 00:00:00 2001 From: cryptosharks131 <38626122+cryptosharks131@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:30:03 -0400 Subject: [PATCH] Update LNDg to v1.7.0 (#660) --- lndg/docker-compose.yml | 2 +- lndg/umbrel-app.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lndg/docker-compose.yml b/lndg/docker-compose.yml index c8192d0..4c1d848 100644 --- a/lndg/docker-compose.yml +++ b/lndg/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_LNDG_PORT web: - image: ghcr.io/cryptosharks131/lndg:v1.6.4@sha256:953b17802d2ddcfa8839d9ee719b623e35d149c1c934b371aa02eb4328dafdc3 + image: ghcr.io/cryptosharks131/lndg:v1.7.0@sha256:30bb34fd735d6046fcaf7375ac32ad10b998b34798cb7d4d762c038284b5fc98 restart: on-failure stop_grace_period: 1m init: true diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index 562f018..9807540 100644 --- a/lndg/umbrel-app.yml +++ b/lndg/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndg category: bitcoin name: LNDg -version: "1.6.4" +version: "1.7.0" tagline: Analyze and automate your Lightning node management description: LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, @@ -22,18 +22,18 @@ path: "" defaultUsername: lndg-admin deterministicPassword: true releaseNotes: >- - - Updated and improved UI theme + - Updated dashboard to reduce load times - - Bump unconfirmed transactions from /balances + - Updated AutoFee logic and added two new variables - - Downstream HTLC recording and aggregration + - Legacy address generation and view previous addresses - - Greatly improved loading time of the /rebalancing page + - New chart added to P&L page - - Removes all failed HTLCs greater than 30 days old + - Operator notes for any channel - - Additional fixes included in v1.6.4 + - Estimate a fee bump or broadcast a raw tx - - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.6.0 + - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.7.0 submitter: cryptosharks131 submission: https://github.com/getumbrel/umbrel/pull/1189