update to v0.12.2

This commit is contained in:
nmfretz 2024-03-05 20:03:05 -08:00
parent 16aa801d7f
commit c2f9a28854
2 changed files with 5 additions and 16 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: lnbits/lnbits:0.12.1@sha256:5e0cd330f8ce4c8d1145e90b073f321e6068d2b79b70a3029f72030ab626125a
image: lnbits/lnbits:0.12.2@sha256:ce11b1127ab9a6314ed5a57792dcd938ee189c2f549888f6cdda21a181a12fc9
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.12.1"
version: "0.12.2"
tagline: Multi-user wallet management system
description: >-
LNbits is a simple multi-user and account system for Lightning
@ -41,23 +41,12 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
⚠️ This update includes a new login flow for LNBits- make a note of previously used wallet URLs and user IDs.
⚠️ Reminder that the previous update included a new login flow for LNBits - make a note of previously used wallet URLs and user IDs.
This release update takes LNBits to 0.12.1, and includes many major changes:
This is a minor release that includes bug fixes and improvements.
- 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
- and more!
📄 Full Release Notes and detailed information is available at: https://github.com/lnbits/lnbits/releases
📄 Full Release Notes and detailed information is available at https://github.com/lnbits/lnbits/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/372