# Changelog ## v0.2.0 - Detect missing Syncthing installation (checks PATH and config file) - Tray: show "Install Syncthing..." menu item with link to download page when not found - Setup: print download note and open browser when Syncthing is not installed - Rewrite README with architecture diagram, dependency breakdown, and badges ## v0.1.0 Initial release. - System tray icon with 5 sync states (idle, syncing, paused, error, disconnected) - Syncthing REST API integration with auto-discovered API key - Long-polling event listener for real-time status updates - Transfer rate monitoring (download/upload speed) - Dynamic tooltip with status, device count, transfer rates, and last sync time - Full context menu: status info, folders, recent files, conflicts - Pause/Resume, Rescan All, Restart Syncthing actions - Settings submenu with toggle checkboxes - Embedded admin panel via webview (separate binary) - OS notifications for sync events (configurable per-event) - Syncthing process management with auto-restart - Cross-platform installer with autostart configuration - Supports Windows (Edge WebView2), Linux (WebKit2GTK), macOS (WebKit)