Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:01

Undo/redo for your port registry, a keybind rename, and a fix for go install builds reporting the wrong version.

Heads up: u changed meaning

u used to unfavorite. It's undo now. Unfavoriting moved to F (shift-f), renamed forget. If u is muscle memory for you, that's the one thing to relearn here.

Highlights

  • Undo / redo. u steps back through registry edits — favorite, forget, label, lock, add — and ctrl+r steps forward. Session-only, 50 deep.

    Undo deliberately covers only the registry. It never changes what's actually exposed: serve and funnel have their own keys and confirms, and undo won't flip them behind your back. For the same reason it won't unlock :22 — that needs a deliberate typed confirm, and undo isn't a way around it.

  • F forgets a port: clears its ★ and drops it from the default view. Shift-keyed, so a stray press can't wipe your shortlist.

  • go install builds report their real version (#1gw5). go install applies no linker flags, so those builds reported tailport dev even though the binary knew perfectly well which module version it was built from. It now reads that embedded version — while still saying dev for genuinely untagged local builds, which is the honest answer there.

Also

  • AUR PKGBUILDs bumped to real, verified digests (they'd been sitting on placeholder checksums and could not have built).

Install

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

Existing installs upgrade automatically — a patch bump is non-breaking. Installing with go install github.com/gruen/tailport/cmd/tailport@latest now reports the version correctly.

Full Changelog: v0.1.4...v0.1.5