Changelog for
scrcpy-1.12.1-lp151.1.1.x86_64.rpm :
* Thu Apr 02 2020 Hans-Peter Jansen
- Update to version 1.12.1:
* Fix bit-rate parsing when \"long\" is 32 bits (#995)- Update to version 1.12:
* 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)
* Mon Dec 09 2019 Hans-Peter Jansen - rebuild scrcpy-server with current android sdk
* Mon Dec 09 2019 hpjAATTurpla.net- Update to version 1.11:
* Bump version to 1.11
* Upgrade platform-tools (29.0.5) for Windows
* Upgrade FFmpeg (4.2.1) for Windows
* Remove deprecated options from help and manpage
* Fix help for --window-width and --window-height
* Document scrcpy via SSH tunnel in README
* Document copy-paste and --prefer-text in README
* Reorganize features in README
* Fix meizu 16th NPE
* Move workarounds to a separate class
* Fix noconsole.exe
* Fix typos
* Extract DEBUG flag in build_without_gradle.sh
* Generate VERSION_NAME in build_without_gradle.sh
* Add option --max-fps
* Do not expose frame rate in ScreenEncoder
* Fix error message
* Update manpage for --window-borderless option
* Add option to disable window decoration
* Add option to specify the initial window size
* Update manpage for --window-{x,y} options
* Add option to specify the initial window position
* Do not write invalid packet duration
* Check client and server mismatch
* Accept resize shortcuts on maximized window
* Fix rotation while the window is maximized
* Handle window events from screen.c
* Log device disconnection
* Call Looper.prepareMainLooper() to avoid exception
* Fix segfault on empty file recorded
* Add --prefer-text option
* Deprecate short options for advanced features
* Fix indentation
* Fix include recorder.h
* Factorize scrcpy options and command-line args
* Pass screen to mouse event converters
* Move event conversion to input_manager
* Rename \"input_manager\" variables to \"im\"
* Document how to attach a debugger to the server
* Fix manpage option parameter format
* Call ninja without changing directory
* Add scrcpy version in recorded video metadata
* Add manpage for scrcpy
* Rename scrcpy-server.jar to scrcpy-server
* Fix help for --record-format
* Add a script to build the server without gradle
* Fix mouse events conversion
* Inject button state for touch/mouse events
* Rename window size functions for clarity
* Fix \"turn screen off\" on Android Q
* Adapt copy-paste methods for Android 10
* Extract String literal to static constant
* Do not crash on control error
* Merge mouse and touch events
* Rename \"touch pointer\" to \"pointer\"
* Use common pointers for mouse and touch
* Ignore duplicate mouse events
* Send touch events from the client
* Inject touch events on the server
* Add \"inject touch\" control message
* Rename \"pointer\" to \"mouse pointer\"
* Add buffer_write64be()
* Include config.h everywhere
* Include config.h to fix HIDPI support
* Remove \"make\" from build dependencies
* Fix gradle warnings in tests
* input_manager.c: Correct log
* Fix option \"record-format\" related short opt
* Rename event converter functions
* Rename \"convert.h\" to \"event_converter.h\"
* Rename variable names \"event\" to \"msg\"
* Fix control message reader test
* Improve FAQ
* Fix segfault on recording with old FFmpeg
* Print gradle output on compiling
* Update WindowManager.java
* Record a packet with its duration
* Uprev Gradle wrapper to latest stable
* Uprev AGP to latest stable
* Fix building on OS X (missing NULL in queue.h)
* Update links to v1.10 in README and BUILD
* Bump version to 1.10
* List scrcpy characteristics in README
* Upgrade SDL (2.0.10) for Windows
* Update platform-tools (29.0.2) for Windows
* Upgrade FFmpeg (4.1.4) for Windows
* Initialize queue \"last\" field
* Use Cmd instead of Ctrl on macOS when possible
* Use generic FIFO queue for recording
* Add generic intrusive FIFO queue
* Fix cbuf documentation
* Remove unnecessary backslash in cbuf
* Remove root directory from Windows zip releases
* Log recording failure
* Log scrcpy version and URL on start
* Record asynchronously
* Reduce latency by 1 frame
* Add option to change the push target
* Add unit test for device message serialization
* Rename \"build_\" to \"compile_\"
* Update README.md
* Add me as copyright owner
* Fix double-free on error
* Close decoder on stream ended
* Document --window-title in README
* Add option --window-title
* Replace \"cannot\" by \"could not\"
* Fix expected parameters count in error message
* Close socket on error
* Prevent to turn screen off if no control
* Reference USBaudio from README
* Fix --serial help
* Tue Jun 18 2019 Hans-Peter Jansen - add README.SUSE
* Tue Jun 18 2019 Hans-Peter Jansen - version 2.0~git: initial build