Skip to content

Releases: michael1011/lightningtip

LightningTip v1.1.0

12 Feb 16:48
v1.1.0
0e9eb4e
Compare
Choose a tag to compare

This is a minor maintenance release:

New features

  • use hash of the preimage instead of SHA256 hash of the invoice for identifying tips
  • automatically detects macaroons for LND version 0.5.0 and higher

Fixed bugs

  • alternative to EventSource didn't work properly in some cases

LightningTip v1.0.0

23 Apr 19:09
v1.0.0
6cc1219
Compare
Choose a tag to compare

This is the first version of LightningTip I would consider as polished and stable.

If you are upgrading from the beta or some version you built yourself you have to check if your config and command line flags are up to date and you must update your HTML, CSS and JavaScript files.

New features

  • reworked frontend which shows the QR code by default now
  • reconnecting to LND if the connection gets interrupted (optional)
  • keep alive requests which are useful if a firewall is running between LightningTip and LND (optional)
  • CLI (tipreport) to show received tips
  • light theme for frontend (optional)
  • email notifications for received tips (optional)

Fixed bugs

  • faster QR code generation
  • stated clearly that the REST interface of the backend should not be opened in a browser
  • other little things

Thanks to @bretton many helpful wiki articles about setting up LightningTip were added.

LightningTip v1.0.0-beta

29 Mar 17:10
v1.0.0-beta
6213ced
Compare
Choose a tag to compare
Pre-release

First beta release of LightningTip