Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.6
    446c6823 · Bump version to 1.6 ·
    scrcpy v1.6
    
    Changes since v1.5:
     - Mirror secure content (#36)
     - Fix warning "Invalid return value 0 for stream protocol" (#333)
     - Correctly handle mouse events outside device screen (#353, #357)
     - Avoid empty arguments not correctly handled on some devices (#337)
     - Keep screensaver enabled while scrcpy is running (#380)
     - Update FFmpeg to 4.1 included in Windows releases
    
  • v1.5-fixversion
    a17f1116 · Bump version to 1.5 ·
    scrcpy v1.5-fixversion
    
    Changes since v1.5:
     - Bump version to 1.5 (as shown by scrcpy --version) (#332)
    
    Changes since v1.4:
     - Add screen recording (#21, #292)
     - Fix "push file" with spaces on Windows (#288)
     - Workaround for Os.write() bug on Android 5.0.x (#291)
     - Replace volume shortcuts on MacOS (#300)
     - Update SDL to 2.0.9 included in Windows releases
    
  • v1.5
    scrcpy v1.5
    
    Changes since v1.4:
     - Add screen recording (#21, #292)
     - Fix "push file" with spaces on Windows (#288)
     - Workaround for Os.write() bug on Android 5.0.x (#291)
     - Replace volume shortcuts on MacOS (#300)
     - Update SDL to 2.0.9 included in Windows releases
    
  • v1.4
    scrcpy v1.4
    
    Changes since v1.3:
     - Send raw key events for letters to use keyboard in games (#87)
     - Add feature to push file to /sdcard/ via drag & drop (#226)
     - Add command-line option to start in fullscreen (#252)
     - Improve error message on missing adb (#236, #254)
     - Keep the console open on error on Windows (#261)
     - Fix possible session crash on close (#52, #182)
     - Return non-zero value on connection loss (#204)
     - Avoid additional buffer copy in userspace on the server
     - Update platform-tools to 28.0.1 (adb) included in Windows releases
       (#224)
     - Update FFmpeg to 4.0.2 included in Windows releases
    
  • v1.3
    7e42358a · Bump version to 1.3 ·
    scrcpy v1.3
    
    Changes since v1.2:
     - Fix missing initialization that leaded to kill the whole process
       group on quit (#182, #183)
     - Support holding Ctrl+Key shortcuts (#166)
     - Forward repeated volume events
     - Increase "adb forward" connections attempts to 10 seconds (#213)
     - Add crop feature
    
  • v1.2
    8106bb82 · Bump version to 1.2 ·
    scrcpy v1.2
    
    Changes since v1.1:
     - Increase connection attempts (fix issues over TCP/IP)
     - Fix process hanging on Ctrl+C during initialization
     - Add shortcut (Ctrl+m) for MENU key (#85)
     - Add option (-t/--show-touches) to enable "show touches" (#96)
     - Fix double-click events (#97)
     - Change volume shortcuts (Ctrl+UP and Ctrl+DOWN) (#103)
     - Map numpad ENTER key (#117)
     - Add feature to install APK files via drag & drop (#133)
     - Change the Windows build (cross-compile from Linux)
     - Generate both console and noconsole versions (fix "no output" issue)
    
  • v1.1
    d744837f · Bump version to 1.1 ·
    scrcpy v1.1
    
    Changes since v1.0:
     - Fix (huge) memory leak (#26)
     - Fix segfault on copy/paste (#10)
     - Support screens with dimensions not divisible by 8 (#39)
     - Fix mouse clicks on LG devices (#18)
     - Reverse horizontal scrolling behavior (#49)
     - Make it work over tcpip (#5)
     - Bind middle- and right-clicks to HOME and BACK
     - Remove black borders on double-click
     - Improve continuous resizing on Windows and MacOS
    
  • v1.0
    The first official release ;-)