diff --git a/ride-the-lightning/docker-compose.yml b/ride-the-lightning/docker-compose.yml index 8151d7f..82ea597 100644 --- a/ride-the-lightning/docker-compose.yml +++ b/ride-the-lightning/docker-compose.yml @@ -35,7 +35,7 @@ services: BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons" boltz: - image: boltz/boltz-lnd:1.2.6@sha256:01a56dd357a2460bfd0ecdd726d6db3ab59d78ee691250831d09ba5de3fec7ce + image: boltz/boltz-lnd:1.2.7@sha256:39e875b059a934d4c41e829d53c6e181ed83dc2560aed9e4cc2f94cceaf4ecde user: "1000:1000" restart: "on-failure" stop_grace_period: "1m" diff --git a/ride-the-lightning/umbrel-app.yml b/ride-the-lightning/umbrel-app.yml index d0367c4..6cf6683 100644 --- a/ride-the-lightning/umbrel-app.yml +++ b/ride-the-lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: ride-the-lightning category: Lightning Node Management name: Ride The Lightning -version: "0.13.2-beta" +version: "0.13.2-beta-hotfix-1" tagline: A powerful dashboard for the Lightning Network description: >- RTL is a full function, device agnostic, web user interface to help @@ -40,17 +40,12 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - - Generate Taproot address to receive Bitcoin on-chain + This release updates the boltz-lnd dependency of the Ride The Lightning app to v1.2.7, and includes an important fix for LND fee estimation. - - Option to generate & pay AMP invoice - - 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 + Full release notes for boltz-lnd can be found here: https://github.com/BoltzExchange/boltz-lnd/releases/tag/v1.2.7 path: "" defaultUsername: "" deterministicPassword: true submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/pull/336 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/pull/336