diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index b5bd94f6..a6c18c7a 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbits/lnbits:0.12.10@sha256:7baf6f5bc78707f9923968b8f5ec9142cb589841e2b58736dbf96585531941e0 + image: lnbits/lnbits:v0.12.11@sha256:1728dd2d16857365f134fe07f9f9a0274f8d54a722b1374bbf7a399551b5e38b init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 70e3d7a1..fd9a2dc2 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: bitcoin name: LNbits -version: "0.12.10" +version: "0.12.11" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -28,14 +28,9 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - 🚨 Reminder that legacy LNbits users (users who first installed a version of LNbits lower than v0.12.2) can access their existing superuser account by logging in to LNbits using the user ID from their legacy admin account. - As of LNbits v0.12.2 on umbrelOS (previous update), a fresh install of LNbits walks the user through creating a superuser account. - - - This release updates the LNbits app on umbrelOS from version 0.12.2 to 0.12.10. - It includes numerous bug fixes and improvements, along with a new user manager for easily monitoring users and wallets on the server. - - + This release includes UI improvements such as a lovely new gradient option, as well as several bug fixes. + + Full release notes are available at https://github.com/lnbits/lnbits/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/372