Skip to content

Releases: lightning-power-users/node-launcher

6.0.9 Fix clipboard

06 Sep 20:50
Compare
Choose a tag to compare

Copying your REST URL caused the app to crash, that's fixed now.

6.0.8 Switch from PySide2 to PyQt5 for more reliablity

06 Sep 19:20
Compare
Choose a tag to compare

PyQt5 seems more compatible with PyInstaller

6.0.7 Fix shiboken2 dll load bug

23 Sep 20:35
3207170
Compare
Choose a tag to compare

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

11 Sep 01:54
Compare
Choose a tag to compare
6.0.6

Bump LND and bitcoind versions

6.0.5 Bump to lnd v0.6-beta

16 Apr 23:38
Compare
Choose a tag to compare

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!

12 Apr 15:31
Compare
Choose a tag to compare

6.0.3 Bug fixes!

11 Apr 22:27
Compare
Choose a tag to compare
  • 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

06 Apr 01:50
Compare
Choose a tag to compare

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!

6.0.1 Windows bug fix and start notification

02 Apr 18:34
Compare
Choose a tag to compare

Windows 10 was suffering from a bug about SSL on launch because I built the package with Anaconda instead of the "official" Python3. Oops!

I also added a notification on start to avoid confusion about the lack of a window

image

6.0.0 System Tray Icon

02 Apr 00:08
5daaaf9
Compare
Choose a tag to compare

This release makes big changes to the Node Launcher!

Nodes now automatically start in the background

The UI is now in a system tray icon

macos

windows