Skip to content

v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:46

A thin patch — one wording fix in the UI — but the first tailport release you can install without a download script.

Highlights

  • tailport is on the AUR. Two packages: tailport builds from source, and tailport-bin drops in the prebuilt release binary with no Go toolchain needed. They conflict with each other by design — install whichever suits. (jtpx)
  • tailport is on Homebrew, via a tap: brew install gruen/tap/tailport. It builds from source, so it works on Apple Silicon and Intel Macs alike, and on Linuxbrew. (s3wn)

Fixes

  • The bottom bar's hint for n now reads new favorite rather than "add favorite". The binding has always been NewPort — "add" was the drift, not "new". (2pz4)

Also

  • Packaging now publishes from CI when a tag lands, rather than by hand: both AUR packages and the Homebrew formula bump themselves, taking their checksums from the release artifacts they describe. (18cr, nqmn)

Install

curl -fsSL https://raw.githubusercontent.com/gruen/tailport/main/install.sh | sh

Or, as of this release:

paru -S tailport                   # Arch, from the AUR (or: paru -S tailport-bin)
brew install gruen/tap/tailport    # macOS / Linux, via Homebrew

Existing installs upgrade automatically — this is a patch bump, so install.sh treats it as non-breaking.

Full Changelog: v0.1.5...v0.1.6