Release notes v0.14.1
Support for LND v0.14.x-beta
This is a compatibility release to support the RPC of the latest LND release LND.
Main features:
rebalance: the command had a complete overhaul, see #109
Installation with signature verification
Add the public gpg key https://github.com/bitromortac.gpg
$ gpg --import bitromortac.gpg
Download the whl or tar.gz file with its associated asc file, then
$ gpg --verify lndmanage-0.14.1-py3-none-any.whl.asc or
$ gpg --verify lndmanage-0.14.1.tar.gz.asc.
Install in own python environment with
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install lndmanage-0.14.1-py3-none-any.whl
Update command:
$ pip install --upgrade lndmanage
Bugfixes
For a change log, visit Changelog.