From 5f3848ed7e4e0c65e7f808ac7e9e49a3dae01e79 Mon Sep 17 00:00:00 2001 From: Ankit Nayan <36991769+ankit5902@users.noreply.github.com> Date: Fri, 15 Sep 2023 03:52:25 +0530 Subject: [PATCH] Update Core Lightning RTL to v0.14.0 (#748) Co-authored-by: nmfretz --- core-lightning-rtl/docker-compose.yml | 4 ++-- core-lightning-rtl/umbrel-app.yml | 22 ++++++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/core-lightning-rtl/docker-compose.yml b/core-lightning-rtl/docker-compose.yml index 7702eead..55645bf0 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.13.2@sha256:07d4c1f263c05c32270dcaab3625fc68ef985efce652e7850fbf57f65d36366f + image: shahanafarooqui/rtl:0.14.0@sha256:b515990316440518197fd40ff69ce126300e5ed9367916dc13870521d02ff8f4 restart: on-failure environment: PORT: 3000 @@ -19,4 +19,4 @@ services: RTL_COOKIE_PATH: /data/.cookie volumes: - "${APP_DATA_DIR}/data/rtl:/data" - - "${APP_CORE_LIGHTNING_REST_CERT_DIR}:/c-lightning-rest/certs" \ No newline at end of file + - "${APP_CORE_LIGHTNING_REST_CERT_DIR}:/c-lightning-rest/certs" diff --git a/core-lightning-rtl/umbrel-app.yml b/core-lightning-rtl/umbrel-app.yml index cc907b64..500d1f3f 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.13.2-beta" +version: "0.14.0-beta" tagline: Manage your Core Lightning node with RTL description: >- This version of RTL is specifically configured to use your Core Lightning node. @@ -44,12 +44,22 @@ gallery: path: "" deterministicPassword: true releaseNotes: >- - - Multiple channels with the same peer now visible on the channels page + ⚠️ 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. - - User customizable grids enabling you to control: number of rows on the page, columns you want to view and default sorting order - - Setting to control opening of unannounced channels by default - - - Other bug fixes and usability fixes + 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 + + - Connect with a peer from the node lookup page + + + Full release notes can be found here: https://github.com/Ride-The-Lightning/RTL/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/7