Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:53
v0.3.0
4bea222

Features

  • Best-effort Windows port probing via netstat and process tree by @iberflow in e64b6a4.
  • Drop ephemeral ports from runtime probe results by @iberflow in 37387f2.

Fixes

  • Keep hand-edited ports from being overwritten by stale probe results by @iberflow in 211e1fb.

Full Changelog: v0.2.1...v0.3.0

Install

# go
go install github.com/toaweme/blink/cmd/blink@v0.3.0

# homebrew (macos/linux)
brew install toaweme/tap/blink

# scoop (windows)
scoop bucket add toaweme https://github.com/toaweme/scoop-bucket
scoop install toaweme/blink

# binary (linux x64; swap os/arch as needed)
wget -qO- https://github.com/toaweme/blink/releases/download/v0.3.0/blink_0.3.0_linux_x64.tar.gz | tar xz