Update LNBits to 0.12.1 (#973)

This commit is contained in:
smolgrrr 2024-02-16 21:56:58 +11:00 committed by GitHub
parent c9f5a0e1f2
commit 1d98b97eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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