Revisions of scrcpy
erefd (zzndb001)
committed
(revision 19)
- Update version to 1.20 – Add official high-resolution icon (#1497, #1987) – Add HID keyboard support on Linux (#2632) – Adapt --help output to terminal size – Rework server initialization to avoid unresponsive Ctrl+c sometimes – Remove deprecated short options -T and -c – Fix "Could not find v4l2 muxer" (#2718) – Fix workarounds for Meizu devices (#240, #2656) – Fix support for expand notification feature on some devices (#2551) – Various technical refactors and fixes
erefd (zzndb001)
committed
(revision 18)
- Update version to 1.19 * Implement (optional) buffering (#2464) * Make --turn-screen-off work even if --no-display (#2426) * Workaround Windows issue with non-ASCII path (#2619) * Print correct error messages on Windows socket errors (#2624) * Upgrade platform-tools to 31.0.3 (adb) in Windows releases (#2588) * Upgrade SDL to 2.0.16 in Windows releases (#2589) * Various technical fixes the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.19
erefd (zzndb001)
committed
(revision 17)
- Add pkgconfig(libavdevice) as br
erefd (zzndb001)
committed
(revision 16)
- Update version to 1.18 * Add support for Android 12 (#2129, #2402) * Add support for V4L2 (device screen capture as a webcam) (#2232, #2233, #2268) * Add an option to lock the initial video orientation * Add an option to power off the device on close (#824) * Bind 4th mouse button to APP_SWITCH (#2258) * Bind 5th mouse button to expand notification panel (#2258) * Expand settings panel on double-expand notification panel (#2260, #2264) * Push to /sdcard/Download by default (#2384) * Center the window on resize-to-fit (#2387) * Increase possible display id range (#2009) * Log input events in verbose mode (#2371) * Fix touch events parameters (#2125) * Fix left click on Samsung Browser (#2169) * Remove option --render-expired-frames (#2268) * Various technical fixes the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.18
erefd (zzndb001)
committed
(revision 15)
- update in version 1.17 * Fix errors on Android 11 (#1468) * Add --encoder option (#1810, #1827) * Add --forward-all-clicks option (#1302, #1613) * Add --legacy-paste option (#1750, #1771) * Workaround screen off/on issue on exit (#1670) * Terminate server properly without killing it on close (#1992) * List available shortcut keys on error (#1681) the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.17
xia lei (zzndb)
committed
(revision 14)
- update in version 1.16 * Add pinch-to-zoom simulation (#24) * Fix clipboard paste (#1658) * Inject POWER instead of WAKEUP on start (#1655) the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.16
xia lei (zzndb)
committed
(revision 13)
update server version to 1.15.1
xia lei (zzndb)
committed
(revision 12)
- update in version 1.15.1 * Fix uninitialized value, breaking HOME shortcut randomly (#1643)
xia lei (zzndb)
committed
(revision 11)
- update in version 1.15 * Forward Ctrl and Shift to the device (#1598, #555, #942) * Change "resize to fit" shortcut from MOD+x to MOD+w (#1598) * Make shortcut modifiers customizable (#1598) * Restore power mode to "normal" on disconnection (#1572, #1576) * Keep the screen off on powering on (best effort) (#1573, #1577) * Add option to disable screensaver (#1370, #1502) * Do not crash on missing clipboard manager (#1440, #1556) * Fix touch events HiDPI-scaling (#1536, #15) * Correctly inject repeating keycodes (#1013, #1519) * Add option to ignore repeated key events (#1013, #1623) * Increase clipboard size from 4k to 256k (#1117) * Do not expose internal SDL logs to users (#1441) * Upgrade platform-tools to 30.0.4 (adb) in Windows releases * Upgrade FFmpeg to 4.3.1 in Windows releases the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.15
xia lei (zzndb)
committed
(revision 10)
- update in version 1.14 * Add --stay-awake (#631) * Add Ctrl+Shift+o shortcut to turn screen on (#175) * Implement seamless copy-paste from Android to computer (#1056, #1423) * Implement seamless UTF-8 copy-paste from computer to Android >= 7 (#786) * Improve --show-touches behavior * Add --verbosity to configure log level at runtime * Add --codec-options to pass MediaFormat options directly (#1325) * Add --force-adb-forward * Apply workarounds only on error (#994) * Increase LOD bias to reduce blurring on trilinear filtering (#1394) * Fix HiDPI issues on secondary screen (#1408, #15) * Fix rendering issues (#1408, #787) * Fix window restoration regression (#1346) * Fix unexpected focus behavior on scroll (#1362) * Fix "buffer full" error on Ctrl+Shift+v (#1425) the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.14
xia lei (zzndb)
committed
(revision 9)
limit meson version
xia lei (zzndb)
committed
(revision 8)
- use _service file - Update to version 1.13: - Add option to lock video orientation (#218, #1151) - Add shortcuts to rotate the display (#218, #1274) - Mirror secondary displays (#397, #898, #1177, #1238) - Enable trilinear filtering when possible (#40, #1284) - Add --render-driver parameter (#1284) - Accept --max-fps before Android 10 (#488) - Accept negative window position (#1242) - Use another local port if 27183 is not available (#945, #951) - Forward NumPad keys when NumLock is disabled (#1188) - Do not print irrelevant workarounds errors (#994) - Fix possible BufferUnderflowException on touch event (#1245) the full changes plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.13
xia lei (zzndb)
committed
(revision 7)
- update to version 1.12.1 - Hotfix for v1.12: Fix bit-rate parsing when "long" is 32 bits (#995) - update to version 1.12 - Add shortcut (Ctrl+r) to rotate device screen (#11) - 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)
xia lei (zzndb)
committed
(revision 6)
- add FAQ.md new manpage into the package - update to version 1.11 - 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)
xia lei (zzndb)
committed
(revision 5)
- update to version 1.10 (without other specific platform change from this update) - Reduce latency by 1 frame (#646) - Record asynchronously - Add option to set a custom window title (#120, #614) - Add option to change the push target (#659) - Make --turn-screen-off work for Android Q devices (#586, #587) - Prevent to turn screen off if no control (#608)
xia lei (zzndb)
committed
(revision 4)
- fix server dir issue * add patch to fix v1.9 server path spell mistake * add patch to disable portable feature
xia lei (zzndb)
committed
(revision 3)
- update to version 1.9 - Add feature to turn screen off while mirroring (#175) - Add device-to-computer clipboard copy (#145) - Add computer-to-device clipboard copy (#413) - Find scrcpy-server.jar in the correct directory on Windows - Fix mouse focus clickthrough - Do not minimize the window on focus loss (#554) - Disable X11 compositor bypass (#522) - Continue text injection on failed character (#509) - Bind Home key to MOVE_HOME instead of HOME screen (#555) - Do not crash if expanding/collapsing panels is not supported (#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 (#425) - Upgrade FFmpeg to 4.1.3 in Windows releases - Upgrade platform-tools to 29.0.1 (adb) in Windows releases - more change detail plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.9
xia lei (zzndb)
committed
(revision 2)
- delete unneeded requires - initial package version 1.8 - more scrcpy info plz check: https://github.com/Genymobile/scrcpy/releases/tag/v1.8
xia lei (zzndb)
committed
(revision 1)
initial package v1.8
Displaying revisions 21 - 39 of 39