Skip to content

Releases: sealdrop/sealdrop-cli

v0.1.5

Choose a tag to compare

@voioo voioo released this 21 Jun 13:29
cf6c5aa

Interactive fuzzy file picker for sealdrop send. Running sealdrop send with no file argument now opens a directory browser: type to fuzzy-filter, arrows to navigate, Enter on a folder to open it or a file to select it, ../ to go back up, Ctrl+C to cancel.

No other CLI command changes in this release.

v0.1.4

Choose a tag to compare

@voioo voioo released this 21 Jun 11:48
0fd6c65

Standalone binaries for macOS/Linux/Windows (x64/arm64), with a signed checksum manifest. Install without Node.js via:

curl -fsSL https://sealdrop.io/install-cli.sh | bash    # macOS/Linux
irm https://sealdrop.io/install-cli.ps1 | iex            # Windows (PowerShell 7+)

No CLI command changes in this release.

v0.1.3

Choose a tag to compare

@voioo voioo released this 21 Jun 09:22
c27ee8e

What's Changed

  • feat(cli): add progress bars for upload, download, and hashing by @voioo in #6

Full Changelog: https://github.com/sealdrop/sealdrop-cli/commits/v0.1.3