From 6a8b9c6976b9337749271c771ea79da11ff29d9e Mon Sep 17 00:00:00 2001 From: cryptosharks131 <38626122+cryptosharks131@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:12:03 -0400 Subject: [PATCH] Update LNDg to v1.6.0 (#478) --- lndg/docker-compose.yml | 2 +- lndg/umbrel-app.yml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/lndg/docker-compose.yml b/lndg/docker-compose.yml index 487b010..730623e 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.5.1@sha256:29e8358e9e8942fb7c953b0ce3e358cbcbcfc42d16a2237e7d260ceb5807521f + image: ghcr.io/cryptosharks131/lndg:v1.6.0@sha256:e4682241febefcaea0746681200d8e716d6d78f813010fb8d465957b8df130ba restart: on-failure stop_grace_period: 1m init: true diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index d455e4e..be23619 100644 --- a/lndg/umbrel-app.yml +++ b/lndg/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndg category: Lightning Node Management name: LNDg -version: "1.5.1" +version: "1.6.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,16 @@ path: "" defaultUsername: lndg-admin deterministicPassword: true releaseNotes: >- - - Async rebalancing - add additional AR workers from the advanced settings page + - Updated and improved UI theme - - Simple front-end table sorting and basic dark mode toggle + - Bump unconfirmed transactions from /balances - - Short channel ids are displayed for the nodes channel objects + - Downstream HTLC recording and aggregration - - Peer events are now tracked including connection times and fee policy changes + - Greatly improved loading time of the /rebalancing page - - The channel policy update form has been removed from the bottom of the home dashboard + - Removes all failed HTLCs greater than 30 days old - - Additional fixes included in v1.5.1 - - - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.5.1 + - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.6.0 submitter: cryptosharks131 submission: https://github.com/getumbrel/umbrel/pull/1189