Lnbits Legend Versions Save

LNbits, free and open-source Lightning wallet and accounts system.

0.12.5

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.12.4...0.12.5

0.12.4

1 month ago

What's Changed

Full Changelog: https://github.com/lnbits/lnbits/compare/0.12.3...0.12.4

0.12.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.12.2...0.12.3

0.12.2

2 months ago

What's Changed

Full Changelog: https://github.com/lnbits/lnbits/compare/0.12.1...0.12.2

0.12.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.11.3...0.12.1

0.12.0

3 months ago

0_12

0.12.0 is a BIG update for LNbits, as well as a tonne of general fixes and updates, we now have a very powerful login system, better tools for querying transactions, mobile UI improvements and better workflows (backend, frontend and development) 🚀

Named after the great DNI, who started contributing to LNbits after building the breakthrough LNbits Boltz extension. DNI has since becomes one of LNbits most prolific maintainers.

Updates 🚀

New Contributors ❤️

Full Changelog: https://github.com/lnbits/lnbits/compare/0.11.3...0.12.0

0.11.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.11.2...0.11.3

0.11.2

5 months ago

New in this release

  • New service fee settings that lets you earn a transaction fee for all internal or external transaction on an LNbits instance. Set these environment variables in your .env file or use the Admin-UI to enable this feature:
    • LNBITS_SERVICE_FEE: the service fee (in percent)
    • LNBITS_SERVICE_FEE_WALLET: the wallet where fees go to
    • LNBITS_SERVICE_FEE_MAX: the maximum fee per transaction (in satoshis)
    • LNBITS_SERVICE_FEE_IGNORE_INTERNAL: disable fees for internal transactions
  • lnbits-cli can now manage extensions
  • New funding source: Alby wallet
  • Node Management via .env file without Admin-UI
  • Core Lightning bug fixes
  • LND REST bug fixes
  • New Czech (cs), Slovak (sk) and Korean (kr) localizations
  • FakeWallet fix for providing Lightning preimages

All changes in detail

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.11.1...0.11.2

0.11.1

7 months ago

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 this git reset origin/main --hard

What's Changed

0.11.0

7 months ago

This release's name is dedicated to Leo. Leo is easily one of the nicest people in Bitcoin and has been active in the LNbits chat since the beginning, helping people debug, and coming up with new great ideas such as his Bitcoin Laisee (red envelopes of bitcoin given to people on the Chinese New Year). Thank you Leo!

Among countless optimizations and stability improvements that make LNbits faster and more reliable, we are thrilled to announce a new exciting feature which we (with the incredible work of @jackstar12) have been working on for some time: The LNbits node manager.

LNbits node manager

This release introduces the LNbits node manager which allows you to manage your Lightning channels directly from within your LNbits. The node manager works with Core Lightning and LND and we plan to add support for more Lightning backends soon.

telegram-cloud-photo-size-4-5834447956625964640-y

Channel management

Manage your Lightning channels directly from within your LNbits.

telegram-cloud-photo-size-4-5834447956625964638-x

Transaction history

View the transaction history on your node to see a list of all incoming and outgoing payments.

telegram-cloud-photo-size-4-5834447956625964634-y

Public node page

The node manager also offers a public node page that you can share with others who want to open a channel to your node.

telegram-cloud-photo-size-4-5834447956625964635-y

Activate in admin UI

You can activate the node UI in your LNbits admin panel.

telegram-cloud-photo-size-4-5834447956625964636-y

Other notable changes

Upgrade FastAPI

We have upgraded the API framework that we use in LNbits. That means that most extensions need to be update to work with this release. Please log in as an admin user and update your extensions to the latest version after upgrading your LNbits. (Thank you @dni and @talvasconcelos grinding through and patching ALL the extensions)

What's Changed

New Contributors

Full Changelog: https://github.com/lnbits/lnbits/compare/0.10.10...0.11.0