LNbits v0.10.4 Released
LNbits is a free and open-source Lightning wallet and accounts system with various plugins and integrations.
What's Changed:
- fix: assume no pre-installed extensions by @motorina0 in #1558
- Remove venv from lnbits! @dni in #1569
- simplify exclude syntax for mypy in pyproject.toml by @prusnak in #1583
- docs: add nginx ssl proxy info to installation by @prusnak in #1582
- refactor extension_manager to use
pathlib.Path
instead ofos.path.join
by @prusnak in #1580 - return fee in status by @callebtc in #1598
- add version to fastapi app and startup log by @dni in #1568
- FIX: admin topup to use payment_hash by @dni in #1588
- FEAT: #1552 add copy payment_hash to payment details by @dni in #1591
- FEAT: use versioning for frontend (npm) and copy it to lnbits/static/vendor for easier updating by @dni in #1590
- BUG: proper exception for already paid internal invoices by @dni in #1593
- FEAT: Filters for GET requests, add it to GET /payments by @dni in #1557
- fix internal payment check by @callebtc in #1604
- increase readability by using f-strings by @prusnak in #1597
- bugfix: 500 error if same wallet tries to pay an external invoice twice by @dni in #1594
- small followup to #1597 by @prusnak in #1607
- introduce pyright + fix issues (supersedes #1444) by @dni in #1468
- FEAT: lock name inside package-lock, by adding name to package.json by @dni in #1616
- Link install guide by @arcbtc in #1614
- FEAT: ignore extensions for checks, linting, prettier by @dni in #1617
- hotfix fakewallet by @dni in #1623
- improve errorhandling for lndrest #252 by @dni in #1631
- FEAT: remove python 3.7 and update dependencies by @dni in #1629
- FEAT: add localisation to lnbits frontend by @dni in #1608
- Allow for scanning BIP21 QR codes by @talvasconcelos in #1634
- BUG: SSL certificate for lndrest is required even though it could be a publicly issued one by @dni in #1636
- formatting did only run on branch main? by @dni in #1627
- Fix admin ext access by @motorina0 in #1612
- FEAT: improve on flake8 linting by @dni in #1630
- fix inputs on Lnd funding sources by @talvasconcelos in #1621