Update lnbits to v1.5.3 (#5234)

This commit is contained in:
Alexander L. 2026-03-30 10:22:54 +02:00 committed by GitHub
parent 2b412d50ff
commit 5bd058f1d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: lnbits/lnbits:v1.5.2@sha256:123492e905ca8a4e93c0ece94a3fcf8e791e9aeb4c999bf29607f4c031c74f71
image: lnbits/lnbits:v1.5.3@sha256:2d4ab0739db02f1659cb50c1901faf7ad37e066d5528075804945305d6009060
init: true
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnbits
category: bitcoin
name: LNbits
version: "1.5.2"
version: "1.5.3"
tagline: Multi-user wallet management system
description: >-
LNbits is a simple multi-user and account system for Lightning
@ -28,14 +28,11 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release includes minor patches and improvements.
This release includes a minor improvement to the first install experience.
Key highlights include:
- Improved routing fee reserve settings UX
- Fixed sanitisation of lightning addresses in lnurlscan
- Increased LND REST timeout for better reliability
- Various dependency updates and bug fixes
- Added ability to reset the first install token
⚠️ You may need to clear your browser cache (local storage) after upgrading to see any UI changes.