New Features
Mobile QR Code Preview - Instantly preview your site on mobile devices! Use "Show Mobile QR Code" to generate a scannable code that opens the current file directly on your phone or tablet.
Bug Fixes
- Fixed browser selection on macOS - Chrome, Firefox, and other browsers now open correctly when specified in settings
- Fixed dynamic menu labels - "Enable/Disable Live Reload" now shows the correct state in menus
- Fixed connection manager configuration - Proper thread limit handling from settings
- Fixed race condition in file watcher - Prevents duplicate reload events
- Fixed socket cleanup - Proper resource cleanup on binding failures
Improvements
- QR code now opens the current file instead of server root
- Better error handling for missing QR libraries
- Improved socket error handling and cleanup
- Thread-safe file watching with proper debouncing
Notes
- For Windows users: If mobile devices can't connect, you may need to allow the port through Windows Firewall
- The QR code feature requires pyqrcode and pypng libraries (included in vendor folder)