Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lnbits/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

services:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

web:
image: lnbits/lnbits:v1.4.2@sha256:b1cd8dc2e30672a39d460dd640d6a4d1adfcfd7f24f5cbdce694a1ed5ab72779
image: lnbits/lnbits:v1.5.0@sha256:47567b98e19e38639824b40de0a6029d31ccdf5d323ffb4995f0a8b4b560b59f
init: true
restart: on-failure
stop_grace_period: 1m
Expand Down
8 changes: 2 additions & 6 deletions lnbits/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: lnbits
category: bitcoin
name: LNbits
version: "1.4.2"
version: "1.5.0"
tagline: Multi-user wallet management system
description: >-
LNbits is a simple multi-user and account system for Lightning
Expand All @@ -28,11 +28,7 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release includes a critical hotfix for websocket balance updates. All users are encouraged to update.


Key highlights include:
- Fixed websocket sending old balance information
This release includes various bug fixes and improvements.


⚠️ You may need to clear your browser cache (local storage) after upgrading to see any UI changes.
Expand Down