Skip to content

v1.4.0

Choose a tag to compare

@gsjonio gsjonio released this 10 Jul 14:01

Additive on top of v1.3.1 — clean minor bump, nothing existing changed.

Install

go install github.com/gsjonio/netwp/cmd/netwp@v1.4.0

Features

  • netwp update: wraps go install github.com/gsjonio/netwp/cmd/netwp@latest so updating doesn't mean remembering or retyping the module path. Requires the Go toolchain; if go isn't on PATH (e.g. you're running a binary downloaded from Releases), it fails with a clear pointer back to the Releases page instead of a raw exec error.

Verified live: started a real netwp monitor in the background (holding the executable open) and confirmed go install can still overwrite a running binary on Windows — it builds to a temp file and does an atomic rename, which Windows allows even over an executing image. Then ran netwp update end-to-end against an isolated GOPATH and confirmed the resulting binary reports the correct version.

Full details in the bilingual README.md / README.pt-BR.md.