v0.1.5
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.
usteps back through registry edits — favorite, forget, label, lock, add — andctrl+rsteps 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. -
Fforgets a port: clears its ★ and drops it from the default view. Shift-keyed, so a stray press can't wipe your shortlist. -
go installbuilds report their real version (#1gw5).go installapplies no linker flags, so those builds reportedtailport deveven though the binary knew perfectly well which module version it was built from. It now reads that embedded version — while still sayingdevfor 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 | shExisting 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