Skip to content

Releases: strange-v/RemoteWebViewServer

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

v.1.0.0-beta.2

05 Sep 14:30

Choose a tag to compare

v.1.0.0-beta.2 Pre-release
Pre-release

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

05 Sep 07:04

Choose a tag to compare

v.1.0.0-beta.1 Pre-release
Pre-release

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