v1.10.0
Persistent event log, over v1.9.0. Additive minor bump — no existing command or flag changes behavior. This closes out the roadmap from the exploratory Features/Layout/README review (16 items across v1.6.1-v1.10.0).
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.10.0Already have netwp? netwp update.
Features
netwp monitorandnetwp dashboardnow persist every join/leave event to<user-config-dir>/netwp/events.jsonl, one JSON line per event.netwp events [n]prints the last n recorded events (default 20). Append-only, no rotation, no query engine: a running log for later review, not a database.
Full details in the bilingual README.md / README.pt-BR.md.