Skip to content

Tags: hospotho/scrcpy

Tags

v1.11

Toggle v1.11's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.11

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

v1.10

Toggle v1.10's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.10

Changes since v1.9:
 - Reduce latency by 1 frame (Genymobile#646)
 - Record asynchronously
 - Use Cmd instead of Ctrl for shortcuts on macOS when possible (Genymobile#642)
 - Add option to set a custom window title (Genymobile#120, Genymobile#614)
 - Add option to change the push target (Genymobile#659)
 - Make --turn-screen-off work for Android Q devices (Genymobile#586, Genymobile#587)
 - Prevent to turn screen off if no control (Genymobile#608)
 - Upgrade FFmpeg to 4.1.4 in Windows releases
 - Upgrade platform-tools to 29.0.2 (adb) in Windows releases
 - Upgrade SDL to 2.0.10 in Windows releases

v1.9

Toggle v1.9's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.9

Changes since v1.8:
 - Add feature to turn screen off while mirroring (Genymobile#175)
 - Add device-to-computer clipboard copy (Genymobile#145)
 - Add computer-to-device clipboard copy (Genymobile#413)
 - Find scrcpy-server.jar in the correct directory on Windows
 - Fix mouse focus clickthrough
 - Do not minimize the window on focus loss (Genymobile#554)
 - Disable X11 compositor bypass (Genymobile#522)
 - Continue text injection on failed character (Genymobile#509)
 - Bind Home key to MOVE_HOME instead of HOME screen (Genymobile#555)
 - Do not crash if expanding/collapsing panels is not supported (Genymobile#506)
 - Do not power on the device if --no-control is set
 - Improve framerate counting
 - Add runtime option to render expired frames (i.e. not skip frames)
 - Downgrade SDL to 2.0.8 in Windows releases (Genymobile#425)
 - Upgrade FFmpeg to 4.1.3 in Windows releases
 - Upgrade platform-tools to 29.0.1 (adb) in Windows releases

v1.8

Toggle v1.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.8

Changes since v1.7:
 - Add shortcut to expand/collapse device notification panel (Genymobile#392)
 - Add option --no-display to record without mirroring (Genymobile#418)
 - Add option --no-control to mirror in read-only

v1.7

Toggle v1.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.7

Changes since v1.6:
 - Support recording to MKV
 - Add "always on top" option (Genymobile#391, Genymobile#412)
 - Fix mp4 headers produced by recording (Genymobile#351, Genymobile#416)
 - Fix mouse events deserialization (comment in Genymobile#350)
 - Fix file push with non-ASCII chars on Windows (Genymobile#422)

v1.6

Toggle v1.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.6

Changes since v1.5:
 - Mirror secure content (Genymobile#36)
 - Fix warning "Invalid return value 0 for stream protocol" (Genymobile#333)
 - Correctly handle mouse events outside device screen (Genymobile#353, Genymobile#357)
 - Avoid empty arguments not correctly handled on some devices (Genymobile#337)
 - Keep screensaver enabled while scrcpy is running (Genymobile#380)
 - Update FFmpeg to 4.1 included in Windows releases

v1.5-fixversion

Toggle v1.5-fixversion's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.5-fixversion

Changes since v1.5:
 - Bump version to 1.5 (as shown by scrcpy --version) (Genymobile#332)

Changes since v1.4:
 - Add screen recording (Genymobile#21, Genymobile#292)
 - Fix "push file" with spaces on Windows (Genymobile#288)
 - Workaround for Os.write() bug on Android 5.0.x (Genymobile#291)
 - Replace volume shortcuts on MacOS (Genymobile#300)
 - Update SDL to 2.0.9 included in Windows releases

v1.5

Toggle v1.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.5

Changes since v1.4:
 - Add screen recording (Genymobile#21, Genymobile#292)
 - Fix "push file" with spaces on Windows (Genymobile#288)
 - Workaround for Os.write() bug on Android 5.0.x (Genymobile#291)
 - Replace volume shortcuts on MacOS (Genymobile#300)
 - Update SDL to 2.0.9 included in Windows releases

v1.4

Toggle v1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.4

Changes since v1.3:
 - Send raw key events for letters to use keyboard in games (Genymobile#87)
 - Add feature to push file to /sdcard/ via drag & drop (Genymobile#226)
 - Add command-line option to start in fullscreen (Genymobile#252)
 - Improve error message on missing adb (Genymobile#236, Genymobile#254)
 - Keep the console open on error on Windows (Genymobile#261)
 - Fix possible session crash on close (Genymobile#52, Genymobile#182)
 - Return non-zero value on connection loss (Genymobile#204)
 - Avoid additional buffer copy in userspace on the server
 - Update platform-tools to 28.0.1 (adb) included in Windows releases
   (Genymobile#224)
 - Update FFmpeg to 4.0.2 included in Windows releases

v1.3

Toggle v1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rom1v Romain Vimont
scrcpy v1.3

Changes since v1.2:
 - Fix missing initialization that leaded to kill the whole process
   group on quit (Genymobile#182, Genymobile#183)
 - Support holding Ctrl+Key shortcuts (Genymobile#166)
 - Forward repeated volume events
 - Increase "adb forward" connections attempts to 10 seconds (Genymobile#213)
 - Add crop feature