From 41af71c5741b09d70d0dcddc2200654299c93e20 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Fri, 10 Nov 2023 22:47:48 -0800 Subject: [PATCH] Update RTL (Core Lightning) to v0.14.1-beta (#835) --- core-lightning-rtl/docker-compose.yml | 2 +- core-lightning-rtl/umbrel-app.yml | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/core-lightning-rtl/docker-compose.yml b/core-lightning-rtl/docker-compose.yml index 55645bf..7377432 100644 --- a/core-lightning-rtl/docker-compose.yml +++ b/core-lightning-rtl/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: shahanafarooqui/rtl:0.14.0@sha256:b515990316440518197fd40ff69ce126300e5ed9367916dc13870521d02ff8f4 + image: shahanafarooqui/rtl:0.14.1@sha256:88bbf2dac4a5eedd0b692e97bc6c50a5266f44aff8215770ea2fc4eb7495e41e restart: on-failure environment: PORT: 3000 diff --git a/core-lightning-rtl/umbrel-app.yml b/core-lightning-rtl/umbrel-app.yml index 500d1f3..f07a649 100644 --- a/core-lightning-rtl/umbrel-app.yml +++ b/core-lightning-rtl/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: core-lightning-rtl category: bitcoin name: Ride The Lightning (Core Lightning) -version: "0.14.0-beta" +version: "0.14.1-beta" tagline: Manage your Core Lightning node with RTL description: >- This version of RTL is specifically configured to use your Core Lightning node. @@ -44,20 +44,11 @@ gallery: path: "" deterministicPassword: true releaseNotes: >- - ⚠️ Please update your Core Lightning app to the latest version in the Umbrel App store. This is critical for ensuring compatibility with this version of Ride The Lightning. - - - This release covers breaking changes from CLN 23.05, as well as a few minor UX enhancements and bug fixes: - - - Handle the breaking changes of the msat purge for CLN version v23.05 - - - Track active HTLCs on the channels page - - - Navigation bug fixes from the dashboard - - - Navigation to node and channel lookup from the info page + - Bug fix to support forked core lightning versions on BTCPayserver + + - Default onchain address type is now P2TR (dependent on c-lightning-rest v0.10.7) - - Connect with a peer from the node lookup page + - and more! Full release notes can be found here: https://github.com/Ride-The-Lightning/RTL/releases