v1.4.0— current
May 4, 2026 · 142 commits since v1.3.0
Multi-source ping fanout, faster BGP rendering, and the long-awaited per-port LLDP cross-reference.
Added
- Debug · ping fanout — parallel ping from every VRF and source interface in one view.7a3f9c1
- Per-port LLDP cross-reference joining LLDP, MAC table, and ARP into a single device list.4d80b22
- HTTP API:
GET /api/v1/interfaces/:id/lldp-graph.9c1ee14
- Brew tap (
brew install starkrista/tap/starkrista) and Windows winget package.b18a07f
Changed
- BGP neighbor page renders 131k routes ~3× faster (virtualised table; first paint < 800ms).6e0c2aa
- Default backup retention raised from 14 to 30 snapshots.e29b1d3
--insecure-skip-verify now prints a one-line warning at startup.22a9e88
Fixed
- VxLAN VTEP flood list edits no longer require a full save.f441ba6
- Port grid forgot to refresh after a CLI-side
no shutdown on EOS 4.31.c10b0f3
- "Apply & save" button could fire twice on slow eAPI; idempotency token added.2e98077
v1.3.0
March 18, 2026
Config backups + diff, and the per-interface "Show active" editor.
Added
- Config backups — scheduled snapshots of running-config, with a unified diff viewer.a712e02
- "Show active" editor — per-interface CLI editable in a textarea, with Apply + Save.88aafe1
- Tunnels page (GRE / IPsec).4408a1d
Fixed
- Bcrypt cost raised from 10 → 12. Existing hashes are migrated on next login.71d44c0
- Session cookie now
SameSite=strict.02b67e4
v1.2.0
February 2, 2026
Firmware upload from the browser and the role split.
Added
- Firmware management: upload SWI, set boot, reboot.e90b7c5
- Two roles: admin & viewer, enforced at middleware.11ee03a
- "Last admin cannot be demoted" safety rail.d8a01ff
v1.1.0
December 9, 2025
BGP at scale and ACL editor.
Added
- BGP neighbor detail with virtualised, paginated route table.5d9c11b
- ACL editor with per-rule add/edit/delete + interface bindings.9088ec2
- Logging configuration (console / buffer / monitor + remote syslog).3322a1a
v1.0.0— first stable
October 28, 2025
The dashboard, port grid, and the basic right-click menu. The thing we'd been using internally for six months.
Added
- Live dashboard, port grid with hover details, VxLAN VTEP page.100ce11
- Single self-contained binary, SQLite state, bcrypt passwords.0aa00aa
- Public docs & OpenAPI 3.1 reference.deadbe1