Releases: strange-v/RemoteWebViewServer
Fix Home Assistant AddOn version
Current URL reporting and script injection (on-screen keyboard)
This release introduces
- Report current URL back to the client
- Custom script injection to show on-screen keyboard
New Contributors
- @SleepinDevil made their first contribution in #19
Full Changelog: v1.1.3...1.2.0
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