Releases: lightning-power-users/node-launcher
Releases · lightning-power-users/node-launcher
6.0.9 Fix clipboard
Copying your REST URL caused the app to crash, that's fixed now.
6.0.8 Switch from PySide2 to PyQt5 for more reliablity
PyQt5 seems more compatible with PyInstaller
6.0.7 Fix shiboken2 dll load bug
Some Windows users reported the previous release having an error with shiboken2 dll loading.
The create seed method was giving an unknown grpc error, more debugging output has been added.
Bump LND and Bitcoind versions
6.0.6 Bump LND and bitcoind versions
6.0.5 Bump to lnd v0.6-beta
Windows users: please make sure Windows is fully updated and install https://www.microsoft.com/en-us/download/details.aspx?id=48145
6.0.4 More bug fixes!
- Last release did not bump to 6.0.3, so that was a bug :( 452ae19
- There was also a bug in the actual update message e5d401e
- @willcl-ark bumped the LND 0.6 RC version to 4 043f7d7
- @willcl-ark fixed a bug for when
datadir
is not set 049b353
6.0.3 Bug fixes!
- Remove testnet, it was adding a lot of complexity and few seem to be using it
- Fix a divide by zero bug for LND / bitcoind sync progress
- Remove calls to a non existent error_message class member, just crash instead
- Switch
datadir
to default if the one in the config is not found
6.0.2 Bump LND to v0.6-beta-rc3
Users of older Node Launcher versions automatically downloaded the latest RC release of LND, which caused an irreversible database migration. This allows them to continue to use the Node Launcher!