Fixes and polish for the new Signal Map floor plan editor. See v1.5.0 release notes to learn more about the new feature.
Signal Map
- Realtime AP facing preview - The directional arrow on AP markers now rotates live as you drag the Facing slider, instead of only updating on release.
- Distance warning for wall drawing - If you place a wall point more than 50ft from existing walls (without snapping), a toast suggests finishing the current building first. Helps avoid accidentally drawing walls in the wrong place.
- Map status chips - Stacking chips in the bottom-left corner show active modes ("Editing [Building Name]", "Editing APs", "Showing Signal Data") with dismiss buttons.
- Better button styling - Done Editing, + Building, and Draw Layout buttons are now full-size with proper color hierarchy.
- Building hint banner - When a building is selected, a hint prompts you to click Draw Layout.
- Double-click to finish shape fix - Fixed an async timing issue where double-clicking to finish a wall shape could leave a duplicate point.
Fixes
- Coverage gap rule math - The percentage and client count now use the same denominator (clients with signal data), fixing mismatches like "50% (1 of 3)". Also lowered the threshold from 50% to 40% to catch real coverage issues earlier.
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (native, recommended for accurate speed tests vs Docker Desktop):
git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.shProxmox:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.