Skip to content

Releases: strange-v/RemoteWebViewServer

Fix Home Assistant AddOn version

16 May 10:10

Choose a tag to compare

This release has no code changes. It just sets the correct version for the HA AddOn.

Current URL reporting and script injection (on-screen keyboard)

25 Apr 09:42
14eed14

Choose a tag to compare

This release introduces

  • Report current URL back to the client
  • Custom script injection to show on-screen keyboard

New Contributors

Full Changelog: v1.1.3...1.2.0

v1.1.3 Introduce browser's locale configuration

26 Nov 19:01

Choose a tag to compare

Add BROWSER_LOCALE configuration support to address #12

Full Changelog: v1.1.2...v1.1.3

v1.1.2 HA OS addon improvements

15 Nov 13:38

Choose a tag to compare

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

02 Nov 09:46

Choose a tag to compare

Bug-fix for software rotation when no rotation is needed — rotate: 0.

v1.1.0 Intorduce software rotation

02 Nov 09:21

Choose a tag to compare

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

01 Nov 13:45

Choose a tag to compare

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

07 Oct 15:10

Choose a tag to compare

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

22 Sep 18:47
c33755b

Choose a tag to compare

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

08 Sep 18:36

Choose a tag to compare

v.1.0.0-beta.3 Pre-release
Pre-release

Implement FPS testing functionality and enhance frame processing (tile merging)

Full Changelog: v1.0.0-beta.2...v.1.0.0-beta.3