Skip to content

Releases: strange-v/RemoteWebViewServer

Fix Home Assistant AddOn version

Choose a tag to compare

@strange-v strange-v released this 16 May 10:10

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)

Choose a tag to compare

@strange-v strange-v released this 25 Apr 09:42
14eed14

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

Choose a tag to compare

@strange-v strange-v released this 26 Nov 19:01

Add BROWSER_LOCALE configuration support to address #12

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

v1.1.2 HA OS addon improvements

Choose a tag to compare

@strange-v strange-v released this 15 Nov 13:38

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

Choose a tag to compare

@strange-v strange-v released this 02 Nov 09:46

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

v1.1.0 Intorduce software rotation

Choose a tag to compare

@strange-v strange-v released this 02 Nov 09:21

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

Choose a tag to compare

@strange-v strange-v released this 01 Nov 13:45

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

Choose a tag to compare

@strange-v strange-v released this 07 Oct 15:10

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

Choose a tag to compare

@strange-v strange-v released this 22 Sep 18:47
c33755b

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

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

Choose a tag to compare

@strange-v strange-v released this 08 Sep 18:36

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

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