Skip to content

scrcpy v1.11

Compare
Choose a tag to compare
@rom1v rom1v released this 19 Nov 22:53
· 1872 commits to master since this release
v1.11

To receive a notification on new releases, click on Watch > Releases only on the top.


scrcpy v1.11

Changes since v1.10:

  • Add support for touchscreens/multitouch (#22, #865)
  • Add --max-fps to limit the frame rate (Android 10 only) (#488)
  • Add options to set an initial window size and position (#762)
  • Add option to disable window decorations (#762)
  • Add --prefer-text option (#650)
  • Add manpage
  • Fix copy-paste on Android 10 devices (#796)
  • Fix "turn screen off" on Android 10 devices (#835)
  • Fix clicks not working in some games (#635)
  • Fix device rotation while the window is maximized (#750)
  • Fix scrcpy-noconsole.exe (#691)
  • Fix HiDPI support (#829)
  • Fix segfault on empty file recorded (#918)
  • Fix recorded video to avoid crashes in Adobe Premiere (#702)
  • Fix segfault on recording with old FFmpeg versions (#707)
  • Fix several crashes on some devices (like Meizu) (#240, #365, #921)
  • Upgrade FFmpeg to 4.2.1 in Windows releases
  • Upgrade platform-tools to 29.0.5 (adb) in Windows releases

Highlights

Touchscreen / multitouch

On a computer with a touchscreen, scrcpy now allows to control the device using several fingers, for example to zoom an image or a map.

Android 10

Several features (copy-paste, turn screen off) had been adapted to work on Android 10.

In addition, a new option --max-fps have been added to limit the mirroring frame rate (only works on Android 10). This may help with wireless or remote control (for example over an SSH tunnel).

More devices supported

Some devices (typically Meizu phones) did not work due to crashes in their ROM when running scrcpy. Workarounds have been implemented to make them work.