Release v2.13.0 - WiFi client display in AP detail drawer

Features:
- Display connected clients for access points in detail drawer
- Real-time client updates via SSE streaming
- Client cards show MAC, vendor, RSSI, probed SSIDs, and last seen
- Count badge in Connected Clients header

Other changes:
- Updated aircraft database
- CSS and template refinements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-04 17:44:23 +00:00
parent fc5a5d3862
commit e48659c159
27 changed files with 365 additions and 132 deletions
+10 -1
View File
@@ -7,10 +7,19 @@ import os
import sys
# Application version
VERSION = "2.12.1"
VERSION = "2.13.0"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.13.0",
"date": "February 2026",
"highlights": [
"WiFi client display in AP detail drawer",
"Real-time client updates via SSE streaming",
"Probed SSID badges for connected clients",
]
},
{
"version": "2.12.1",
"date": "February 2026",