More PWA and mobile polish. See v1.12.0 release notes for what's new in v1.12.0+
PWA / Mobile
- Pull-to-refresh on mobile - Pull down on any page to refresh data without a full page reload. Uses smart page-specific refresh callbacks so only the data reloads, not the whole app. Adaptive resistance so short pages are easy to pull and long scrollable pages don't trigger accidentally.
- PWA (mobile app) install banner - Dashboard shows a dismissible prompt encouraging mobile users to install the app to their home screen. Links to a dedicated install page with browser-aware instructions for iOS and Android, including guidance for unsupported browsers like Brave on iOS.
Wi-Fi Optimizer
- Channel recommendation disclaimer - Added a note clarifying that UniFi neighbor scan data may not reflect all nearby networks, so channel recommendations should be taken as guidance rather than gospel.
Fixes
- Audit PDF no longer traps PWA users - Downloading a PDF audit report in PWA standalone mode used to navigate away with no back button. Now uses a direct blob download that keeps you in the app.
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.