LNbits v0.11.1: Bugfix Release
LNbits is free and open-source Lightning wallet and accounts system that comes with a variety of handy plugins and integrations.
- "This bugfix release fixes several issues with
0.11.0."
- Warning: Due to a mistake on the last merge into main, we had to revert some commits on it. If you run into issues pulling from
main
, reset your local main branch like thisgit reset origin/main --hard."
What's changed
- drop version from readme by @prusnak in #2001
- update: to 0.11.1 by @dni in #1988
- hotfix: add environs backwards compatibility by @dni in #2007
- fix: use correct field from response in node management by @jackstar12 in #1999
- use current version of logo for manifest icon by @prusnak in #2010
- dependency cleanup by @prusnak in #2011
- [CHORE] cleanup nodemanagement vue components by @dni in #1986
- remove comma after version by @daywalker90 in #2016
- [CHORE] cleanup ip block middleware workaround for older fastapi by @dni in #1981
- feat: wallet name in payments export by @jackstar12 in #1991
- fix: make bolt11 optional in
NodePayment
by @jackstar12 in #2005 - bug: check prettier workflows by @dni in #2021
- Add a customizable logo to QR by @talvasconcelos in #1955
- feat: improve on admin ui funding tab by @dni in #1989
- Refactor: Calculate invoice expiry outside of the crud by @callebtc in #1849
- add possibility to turn off new registrations by @prusnak in #2017
- Hotfix small UI bugs by @talvasconcelos in #2024
- [feat] add
lnbits-dynamic-fields
component by @motorina0 in #2018 - feat: add file logging by @dni in #2023
- use PNG logo for QR code instead of SVG logo by @prusnak in #2028
- downgrade rpds-py to 0.10.3 which is not broken on nix by @prusnak in #2027
- feat: improve im workflows runs by @dni in #2036
- feat: add useful query helpers for insert and update by @dni in #2020
- run optipng on logos + remove old logo from docs by @prusnak in #2025
- add python-crontab for scheduler extension by @bitkarrot in #2032
- add "nix build" to GitHub CI by @prusnak in #2026
- fix: explicitly specify the DB name when migrating by @motorina0 in #2039
- fix: closed channels affecting the stats (#1998) by @dni in #2040
- Update installation.md (#1997) by @dni in #2041