Skip to content

Releases: getAlby/cli

v0.9.0

Choose a tag to compare

@rolznz rolznz released this 02 Jul 16:07
03d89db

What's Changed

  • feat: return and support reusing 402 payment credential by @rolznz in #52
  • fix: avoid duplicate Content-Type header in fetch402 by @rolznz in #50
  • chore(deps): bump rollup from 4.60.1 to 4.61.0 by @dependabot[bot] in #44
  • chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #43

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@rolznz rolznz released this 03 Jun 06:07
acee7b0

What's Changed

  • feat: require currency and network for all commands + fiat conversion support on all commands by @rolznz in #46

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@rolznz rolznz released this 29 May 09:16

What's Changed

New features

  • feat: add simple pay and receive commands by @rolznz in #40
  • feat: support multiple relays in auth command by @rolznz in #36
  • feat: pay to a crypto address using atomic swap by @rolznz in #39
  • feat: add list-wallets command by @rolznz in #35
  • feat: Improve no-wallet error message (#25) by @rolznz in #32
  • feat: suggest --wallet-name when already connected by @rolznz in #38

Fixes

  • fix: take invoice as positional arg in pay-invoice by @rolznz in #31

Misc

  • chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #21
  • chore: bump Alby JS SDK version by @rolznz in #27
  • chore: update pay-invoice usages to positional bolt11 arg by @rolznz in #33
  • chore: simplify text by @bumi in #41

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@reneaaron reneaaron released this 09 Apr 21:40
51d0156

Fix

  • -X flag for fetch — Uses -X instead of -m for HTTP method, matching curl convention. Agents and developers no longer need to learn a non-standard flag.
npx -y @getalby/cli fetch -X POST -b '{"query":"bitcoin"}' "https://example.com/api"

v0.6.0

Choose a tag to compare

@reneaaron reneaaron released this 09 Apr 21:24

What's new

  • discover command — Search 402index.io for paid API services that accept bitcoin/lightning payments. No wallet needed.
npx -y @getalby/cli discover -q "image generation"
npx -y @getalby/cli discover -q "podcast" --limit 5

Defaults to healthy services sorted by reliability. Includes a 5s request timeout. See PR #13 for details.

v0.5.0

Choose a tag to compare

@rolznz rolznz released this 09 Apr 06:14
44ab9fa

What's Changed

  • fix: check pending connections before existing connection file by @reneaaron in #18
  • refactor: make URL a positional argument in fetch command by @reneaaron in #19

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@rolznz rolznz released this 07 Apr 15:16

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@rolznz rolznz released this 07 Apr 14:56

What's Changed

  • Add unified command to fetch L402, X402 & MPP resource by @bumi and @reneaaron in #7

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@rolznz rolznz released this 06 Apr 09:22

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

Choose a tag to compare

@rolznz rolznz released this 03 Mar 14:00
b559705

What's Changed

  • chore: use default connection secret file location if none specified by @rolznz in #6

Full Changelog: v0.2.3...v0.2.4