diff --git a/ride-the-lightning/docker-compose.yml b/ride-the-lightning/docker-compose.yml index 809ca45005..574a0eb6c9 100644 --- a/ride-the-lightning/docker-compose.yml +++ b/ride-the-lightning/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3001 web: - image: shahanafarooqui/rtl:v0.15.2@sha256:e2c40d04821a1a6e9bcb55b4276c428c6c416ab1c33b4efd256366430234ea6a + image: shahanafarooqui/rtl:v0.15.4@sha256:f984095949b5b6c2c0c7d983e979cd34bd32a2952d106092bad0b46e6248168e user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -36,7 +36,7 @@ services: BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons" boltz: - image: boltz/boltz-client:2.0.2-compat@sha256:dc7643381306d29a035a5422b5c217eccf0e08678c4b863c0c62e2dcb6bf6ed6 + image: boltz/boltz-client:2.3.3@sha256:96281c67503ebf036d80f66354a973eaf00b83f45bbb12ab880b3b5f8ea4c60d 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 930ce92311..4fc9d3e661 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: bitcoin name: Ride The Lightning -version: "0.15.2-beta" +version: "0.15.4-beta" tagline: A powerful dashboard for the Lightning Network description: >- RTL is a full function, device agnostic, web user interface to help @@ -40,18 +40,16 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - - Integration with mempool.space api to display prevailing fee rates on various channel open/close modals + - Added support to send payments for AMP invoices on LND - - Links enabled for viewing transactions on mempool.space from modals of on-chain transactions and channel info + - Improved authentication logic for clearer error handling and validation during login and password reset processes - - Added a new config param blockExplorerUrl (-e BLOCK_EXPLORER_URL) to customize for a local/testnet instances of mempool.space + - Refined application settings handling to ensure stricter validation of access keys - - CPFP enabled on pending on-chain receive transactions (including funds expected from coop close) + - Bug fixes - - Simplification of pending channel open fee bumping modal - - Full release notes for boltz-client can be found at https://github.com/BoltzExchange/boltz-client/releases + Full release notes can be found at https://github.com/Ride-The-Lightning/RTL/releases path: "" defaultUsername: "" deterministicPassword: true