Skip to content

Releases: lnbotdev/cli

v0.4.0

27 Feb 15:56

Choose a tag to compare

Install

curl -fsSL https://ln.bot/install.sh | bash

Or via Homebrew:

brew install lnbotdev/tap/lnbot

Changelog

  • 859b353 Upgrade go-sdk to v0.4.0 (event stream, preimage, serviceFee)

v0.3.0

27 Feb 15:01

Choose a tag to compare

Install

curl -fsSL https://ln.bot/install.sh | bash

Or via Homebrew:

brew install lnbotdev/tap/lnbot

Changelog

  • 37e0c7b Update README: simplify config and completions
  • 75f1482 Wait for payment settlement, LNURL support, --no-wait flag

v0.2.0

27 Feb 01:07

Choose a tag to compare

Install

curl -fsSL https://ln.bot/install.sh | bash

Or via Homebrew:

brew install lnbotdev/tap/lnbot

Changelog

  • 6fed9ac Add --after pagination and fix CLI tweaks
  • a221962 Add update command and auto-update check
  • d1353a4 Bump version to 0.2.0
  • d0e7497 Fix semver comparison in update checker
  • b918e6d Remove QR code generation from invoice command

v0.1.0

26 Feb 22:24

Choose a tag to compare

Install

curl -fsSL https://ln.bot/install.sh | bash

Or via Homebrew:

brew install lnbotdev/tap/lnbot

Changelog

  • 88fb5a3 Add MIT license
  • e705617 Add lnbot CLI, commands, and CI
  • bd95862 Remove local go-sdk replace; update go.sum
  • 7364bb7 fix: make homebrew tap optional in goreleaser
  • b3e518e fix: remove LICENSE from archive files