Skip to content

scrcpy v1.12

Compare
Choose a tag to compare
@rom1v rom1v released this 09 Dec 22:50
· 1826 commits to master since this release
v1.12

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


scrcpy v1.12

Changes since v1.11:

  • Add shortcut (Ctrl+r) to rotate device screen (#11)
  • Respect scrolling configuration on macOS (#966)
  • Initialize Application object (fix crashes on some devices) (#940)
  • Restore the .jar extension on the device (fix crashes on some
    devices) (#944)
  • Inject mouse events with a virtual device id (fix crashes on some
    devices) (#962)
  • Refuse to push server if it points to a directory (#956)

Highlights

This is a small release: one feature and some fixes.

Shortcut to rotate device screen

It is now possible to rotate the device screen (switch between portrait and landscape modes): Ctrl+r.

Note that it rotates only if the application in foreground supports the requested orientation.

Fix natural scrolling

On macOS, the scroll direction can be configured, but was not respected by scrcpy. (#966)

Device crashes fixes

Some changes introduced in v1.10 caused crashes on some devices (#940 and #944, impacting many users). Another bug crashing an Android TV box have been fixed (#962).