diff --git a/thunderhub/docker-compose.yml b/thunderhub/docker-compose.yml index 0e413dba..cc180962 100644 --- a/thunderhub/docker-compose.yml +++ b/thunderhub/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: apotdevin/thunderhub:v0.14.6@sha256:1bb0a8e9089326953a7721d3db40a07e509a61d4699d89257c9dc5b24d02447f + image: apotdevin/thunderhub:0.15.4@sha256:62c71058ee811c7027f3e78dcf261db483d34e188e0414b1f284cb2ec811f974 # We now have to run as root to avoid schema.gql permission errors # user: "1000:1000" restart: on-failure diff --git a/thunderhub/umbrel-app.yml b/thunderhub/umbrel-app.yml index cbff08c0..f89ec1c0 100644 --- a/thunderhub/umbrel-app.yml +++ b/thunderhub/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: thunderhub category: bitcoin name: ThunderHub -version: "0.14.6" +version: "0.15.4" tagline: Take full control of your Lightning node description: >- ThunderHub allows you to take full control of your Lightning node @@ -28,9 +28,9 @@ path: "" defaultUsername: "" deterministicPassword: true releaseNotes: >- - This release fixes some bugs with the open channel and buy liquidity functionality. + ThunderHub 0.15.4 brings a refreshed UI with improved styling across the app and an enhanced swap experience with new deposit and withdraw flows. - Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.14.6 + Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.15.4 submitter: Anthony Potdevin submission: https://github.com/getumbrel/umbrel/pull/343