v1.7.0
Layout pass across the device tables and dashboard, over v1.6.1. No new commands or flags — clean minor bump.
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.7.0Already have netwp? netwp update.
Features
- RTT colored by quality tier: green under 20ms, neutral under 100ms, red beyond that (LAN thresholds — "red" here still means fast by internet standards). Verified live: a phone at 150ms rendered red, a camera at 29ms rendered neutral.
- VENDOR column truncated to 22 runes. Some IEEE OUI entries are full legal entity names (43+ characters); one such row used to stretch the whole table.
- Sparklines now show a min-max range, not just normalized shape — a flat-looking trend could otherwise be 1-10ms or 100-900ms with no way to tell.
- Online devices sort before offline in the monitor/dashboard tables, so a departed low-IP device no longer interleaves with active ones.
Fixes
netwp monitornow has a height budget. The dashboard already trimmed its device table to fit a short terminal;monitorhad no such logic at all, so on a large network its footer andr/qkey hints could scroll off screen entirely.- Dashboard panels stack vertically below 90 columns instead of wrapping mid-word. The old width<60 fallback masked this by silently forcing a 112-column layout onto anything narrower; genuinely narrow terminals (60-89 cols) fell through unmodified and rendered three ~22-column panels side by side.
Full details in the bilingual README.md / README.pt-BR.md.