v1.4.0
Additive on top of v1.3.1 — clean minor bump, nothing existing changed.
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.4.0Features
netwp update: wrapsgo install github.com/gsjonio/netwp/cmd/netwp@latestso updating doesn't mean remembering or retyping the module path. Requires the Go toolchain; ifgoisn'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.