From 1d98b97eb985ef9336bbb5d91b8ad05b549bde91 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Feb 2024 21:56:58 +1100 Subject: [PATCH] Update LNBits to 0.12.1 (#973) --- lnbits/docker-compose.yml | 2 +- lnbits/umbrel-app.yml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index 19d118d..255ed0e 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbitsdocker/lnbits-legend:0.11.3@sha256:7c6ac2b3506c894c5a3f816a333fdfb2fcdd6ee0837285eb1d16297a88bbc70b + image: lnbits/lnbits:0.12.1@sha256:5e0cd330f8ce4c8d1145e90b073f321e6068d2b79b70a3029f72030ab626125a init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 9d7237e..695a153 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.11.3" +version: "0.12.1" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -41,14 +41,17 @@ path: "" defaultUsername: "" deterministicPassword: true releaseNotes: >- - This release updates LNbits to 0.11.3, and includes various bug fixes, improvements, and new features. + ⚠️ This update includes a new login flow for LNBits- make a note of previously used wallet URLs and user IDs. - - New service fee settings that lets you earn a transaction fee for all internal or external transaction on an LNbits instance. + This release update takes LNBits to 0.12.1, and includes many major changes: - - New funding source: Alby wallet - - Fiat balance in wallet + - New powerful login system (Auth, Login, OAuth, create account with username and password) + + - Better tools for querying transactions + + - Mobile UI improvements - LND REST bug fixes