Skip to content
scrcpy v1.21

Changes since v1.20:
 - Add --tcpip option to automate TCP/IP (wireless) connections (#2827)
 - Add --raw-key-events to always inject key events and ignore text
   events (#2816, #2831)
 - Add --no-clipboard-autosync to disable automatic clipboard
   synchronization (#2228, #2817, #2834)
 - Add --tunnel-host and --tunnel-port options (#2801, #2807)
 - Ensure clipboard synchronization is performed before injecting Ctrl+v
   via HID keyboard (#2814)
 - Adapt read/write settings for Android 12 (#2671, #2788, #2802)
 - Fix hanging with multiple scrcpy instances on Windows (#2779, #2783)
 - Fix quick interruption on Ctrl+c during server starting
 - Print help to stdout (instead of stderr)
 - Various technical refactors and fixes