Browse Source

Update RTL (LND) to v0.14.1-beta (#836)

main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
995ccc387e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ride-the-lightning/docker-compose.yml
  2. 17
      ride-the-lightning/umbrel-app.yml

2
ride-the-lightning/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3001
web:
image: shahanafarooqui/rtl:0.14.0@sha256:b515990316440518197fd40ff69ce126300e5ed9367916dc13870521d02ff8f4
image: shahanafarooqui/rtl:0.14.1@sha256:88bbf2dac4a5eedd0b692e97bc6c50a5266f44aff8215770ea2fc4eb7495e41e
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

17
ride-the-lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ride-the-lightning
category: bitcoin
name: Ride The Lightning
version: "0.14.0-beta-hotfix-1"
version: "0.14.1-beta"
tagline: A powerful dashboard for the Lightning Network
description: >-
RTL is a full function, device agnostic, web user interface to help
@ -40,21 +40,14 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This is a simple hotfix release to allow users to view their LND configuration file directly in the UI by accessing the Ride The Lightning app, selecting "Node Config" from the menu, and then selecting "LND Config".
- Support for opening Taproot Channels
- Default onchain address type is now P2TR
The previous v0.14.0-beta release included bug fixes and performance improvements:
- and more!
- Navigation bug fixes from the dashboard
- Connect with a peer from the node lookup page
- Navigation to node and channel lookup from the info page
- LND bug fix for the breaking changes on the send payment API
Full release notes can be found here: https://github.com/Ride-The-Lightning/RTL/releases
Full release notes are available at https://github.com/Ride-The-Lightning/RTL/releases.
path: ""
defaultUsername: ""
deterministicPassword: true

Loading…
Cancel
Save