Releases: kzahel/web-server-chrome
Releases · kzahel/web-server-chrome
android-v0.1.2
Fixed
- Fix 403 Forbidden when opening files from directory listing (root path check failed for "/" root)
Extension v0.1.3
Fixed
- Remove unused storage permission flagged by Chrome Web Store review
android-v0.1.1
Added
- Power management system: DozeMonitor, WakeLockManager for reliable background operation
- Boot receiver to auto-start server on device boot
- ServiceLifecycleManager for robust foreground service handling
- Custom folder picker with root filesystem browsing
- All-files-access (MANAGE_EXTERNAL_STORAGE) permission support
- SettingsStore for persistent server configuration
- Store assets (screenshots, feature graphic, icon)
Changed
- Updated launcher icons to full-bleed square for adaptive icon support
- Enhanced Debug RPC with additional methods (startServer, stopServer, setPort, setRootPath)
- Improved ServerScreen UI with more controls and status display
Extension v0.1.2
Changed
- Renamed extension to "Web Server for Chrome"
- Updated description to "Serve any folder on your local machine over HTTP."
Added
- Legacy Chrome App migration via cross-extension messaging
- Respond to ping from legacy app and ok200.app for seamless upgrade detection
Extension v0.1.1
Added
- Initial Chrome extension with native messaging to desktop app
- Popup UI for server configuration
- Directory picker via native messaging bridge
200 OK v0.1.3
Added
- Native host telemetry: pings update server every 24 hours with X-CFU-Id for unique install tracking
Fixed
- Wire in real Chrome Web Store extension ID for native messaging host registration
- Fix clippy warnings in host launcher and filesystem commands
200 OK v0.1.2
Fixed
- Wire in real Chrome Web Store extension ID for native messaging host registration
- Fix clippy warnings in host launcher and filesystem commands
200 OK v0.1.1
Added
- Initial Tauri desktop app with native messaging host
- System tray with server status
- Auto-updater support
- Headless update mode for background updates
- Native messaging host registration for Chrome, Chromium, Brave, Edge, Vivaldi, Arc
- Windows NSIS installer with native messaging registry setup
- macOS .pkg installer
- E2E test suite
android-v0.1.0
Added
- Initial Android app with QuickJS-powered HTTP server engine
- Material 3 UI with server controls (start/stop, port, root directory)
- SAF directory picker for serving files
- Foreground service for background server operation
- Debug RPC system via ContentProvider for automated testing