Releases: strange-v/RemoteWebViewServer
v1.1.3 Introduce browser's locale configuration
Add BROWSER_LOCALE configuration support to address #12
Full Changelog: v1.1.2...v1.1.3
v1.1.2 HA OS addon improvements
This release only corrects the HA OS addon's parameters:
- Screen height and width are removed
- Prefers reduced motion added.
v1.1.1 Fix `rotate: 0` behavior
Bug-fix for software rotation when no rotation is needed — rotate: 0.
v1.1.0 Intorduce software rotation
This release introduces software rotation for both the display and touchscreen. The server does the heavy lifting to minimize performance degradation on the client. Check the client documentation to see how to enable rotation.
v1.0.2 Introduce option PREFERS_REDUCED_MOTION
This release introduces a PREFERS_REDUCED_MOTION option, which may reduce animations on the page. It only works if the target page supports it.
See the Disable animations issue.
v.1.0.1 Bugfix
Stale sessions were not torn down after cleanup, causing mixed frames from multiple tabs. Cleanup is now idempotent and reliably stops screencast/targets.
v.1.0.0
Final release of Remote WebView Server with lots of improvements, including but not limited to:
- Per-client settings
- Hot reconfigure
- No viewers = no work
- Client-driven navigation
Full Changelog: v.1.0.0-beta.3...v.1.0.0
v.1.0.0-beta.3
Implement FPS testing functionality and enhance frame processing (tile merging)
Full Changelog: v1.0.0-beta.2...v.1.0.0-beta.3
v.1.0.0-beta.2
Switched to playwright-core to, hopefully, reduce Docker image size a bit.
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v.1.0.0-beta.1
First public beta release of Remote WebView Server.
Headless Chromium → tiled JPEG → WebSocket → ESP32 display.
Highlights
- Live page capture (Playwright/CDP)
- Per-tile diff; auto full frame >50%
- JPEG quality control
- Frame chunking + flags (LAST_OF_FRAME, IS_FULL_FRAME)
- Health endpoint & optional DevTools port