Skip to content

Releases: NetrisTV/ws-scrcpy

v0.8.1

13 Mar 18:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Aug 11:51
Compare
Choose a tag to compare

Changes since v0.7.0 (full list)

v0.7.1

15 Dec 17:31
Compare
Choose a tag to compare

Security update

  • Forbid access to files outside the public directory
  • Update websockets/ws

If you use v0.7.0 it is strongly recommended to update to latest version.
Vulnerability does not affect the dev version in the master branch.

v0.7.0

08 Mar 10:56
Compare
Choose a tag to compare
  • Update to scrcpy to v1.17
  • Add devtools client (allow to debug web pages in chrome/webkit based browsers and web views in apps)
  • Update old server on devices after ws-scrcpy update
  • Support codec options, encoder name and display id options
  • Fix remote clipboard access
  • Add scrcpy --turn-screen-off or scrcpy -S analogue (#65)
  • fix #66
  • fix #48

v0.6.1

14 Oct 14:06
Compare
Choose a tag to compare

v0.6.0

14 Oct 11:52
Compare
Choose a tag to compare
  • Show network interfaces list
  • Add proxy over adb option into interfaces list
  • Add kill/start button
  • Fix build on Windows

v0.5.0

05 Oct 15:48
532cf19
Compare
Choose a tag to compare

v0.4.1

17 Sep 13:10
Compare
Choose a tag to compare
  • Fix TextControlEvent ("Send as keys" button)
  • Fix real multi-touch events
  • Fix file push

NOT COMPATIBLE with previous (reboot device or manually kill app_process on device)

v0.4.0

26 Aug 10:56
Compare
Choose a tag to compare
  • Update scrcpy to v1.16
  • Update h264-converter to v0.1.2
  • Update tinyh264 to v0.0.6
  • Add video quality statistics
  • Native decoder" renamed to "MSE decoder"
  • Video view is limited with rectangle instead of square (video view will use more screen space)
  • Use maxFps instead of frameRate (fix MseDecoder with fps values different from 60)
  • Fix QuotaExceededError for MseDecoder

NOT COMPATIBLE with previous (reboot device or manually kill running server)

v0.3.0

07 Aug 17:16
Compare
Choose a tag to compare
  • Update scrcpy to v1.15.1
  • Update "h264-converter" to v0.1.1 (fix #23)
  • Handle multi-touch events (fix #21)
  • Implement keyboard capture (fix #6)
  • Add udevbe/tinyh264 decoder
  • Add Take screenshot button
  • Remove logs viewer (use logcat from the shell)
  • Update style