SHA256
1
0
forked from pool/scrcpy
scrcpy/scrcpy.changes

196 lines
6.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Mon Jun 25 17:14:26 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.2~git20180624:
* Forward repeated volume events
* Send separate DOWN/UP key events
* Improve English comment
-------------------------------------------------------------------
Sat Jun 23 11:59:43 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.2~git20180622:
* Prevent killing unexpected process
* Fix missing installer initialization
-------------------------------------------------------------------
Fri Jun 08 17:47:01 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.2~git20180608:
* Fix meson error: for loop initial declarations are only allowed in C99 mode.
* Use a meson option to crossbuild for Windows
* Fix clean recipe in cross Makefile
* Upgrade gradle
-------------------------------------------------------------------
Tue May 29 12:32:40 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.2~git20180528:
* Update links to v1.2 in README
* Bump version to 1.2
* Rename SHA256SUM to SHA256SUMS
* Make CreateProcess() flags depend on "noconsole"
* Update README and FAQ for the new Windows releases
* Also build "noconsole" binary for Windows
* Add cross-compilation scripts for Windows
* Indicate that libs are included for Windows
* Indicate that scrcpy also works over TCP/IP
* Document APK drag & drop
* Quote apk path on Windows
* Drag and drop to install apk files from computer
* Fix net_send_all() warning
* Fix proc_show_touches warning
* Release controller lock while processing events
* Fix leak on server start error
* Add missing includes
* Change volume shortcuts
* Improve startup time when show_touches is enabled
* Disable "show touches" once window is closed
* Add an option to enable "show touches"
* Group scrcpy options into a struct
* Swap MENU and APP_SWITCH shortcuts
* Rename "shake" to "menu"
* Add support for CTRL+S to send hardware "shake" to device w/readme
-------------------------------------------------------------------
Tue Apr 10 13:06:03 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180408:
* Map numpad ENTER key
-------------------------------------------------------------------
Thu Apr 05 12:40:37 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180405:
* Add FAQ section about KWin crash
-------------------------------------------------------------------
Wed Apr 04 11:39:14 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180404:
* Avoid pointer arithmetic on "void *"
* Use const pointers when possible
-------------------------------------------------------------------
Sat Mar 31 11:02:02 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180331:
* Document 32 bits packages Windows in README
-------------------------------------------------------------------
Thu Mar 29 10:04:47 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180328:
* Make checkstyle happy
* Install on macOS via Homebrew in README
-------------------------------------------------------------------
Wed Mar 28 10:58:32 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180328:
* Document how to make a portable build on Windows
-------------------------------------------------------------------
Tue Mar 27 10:59:57 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180327:
* Factorize texture creation
-------------------------------------------------------------------
Mon Mar 26 12:54:43 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180326:
* Forward double-click events
-------------------------------------------------------------------
Sun Mar 25 12:54:55 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180325:
* Add instructions to install Java 8 on macOS
* Update README.md
* Add instructions to run via Docker
-------------------------------------------------------------------
Sat Mar 24 10:34:49 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180324:
* Change links to wikipedia
* Add links to FFmpeg and LibSDL2 dependencies
* Process the last video frame
* Unref last packet on exit
* Clarify adb requirements
* Describe workaround to get output on Windows
-------------------------------------------------------------------
Wed Mar 21 21:38:36 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.1~git20180321:
* Disable custom SDL signal handlers
* Remove useless blocks in switch/case
-------------------------------------------------------------------
Wed Mar 21 20:13:18 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.1~git20180320:
* Include source root directory
-------------------------------------------------------------------
Sun Mar 18 16:45:01 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180318:
* Document the step to clone the project
* Increase the number of connection attempts
* Fix win32 build
* Remove useless cast
* Fix warning message
* Fix switch/case code style
-------------------------------------------------------------------
Thu Mar 15 15:27:53 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180315:
* Add FAQ section about mouse clicks
-------------------------------------------------------------------
Wed Mar 14 18:37:56 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180314:
* Add link to the article for v1.1 in README
* Update FAQ after v1.1 release
* Update links to v1.1 in README
* Bump version to 1.1
* Remove useless argument
* Immediately close the server socket on the device
* Workaround continuous resizing on Windows/MacOS
* Remove black borders on double-click
* Make it work over tcpip
* Store serial in server instance
* Always use the best render scale quality available
* Fix mouse clicks on LG devices
* Support screens with dimensions not divisible by 8
* Map middle-click to HOME
* Map right-click to BACK if screen is on
* Fix text input event segfault
-------------------------------------------------------------------
Tue Mar 13 10:23:31 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.0~git20180313:
* Disable stdout/stderr buffering on Windows
-------------------------------------------------------------------
Mon Mar 12 16:45:14 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.0~git20180312:
* Add links to AUR packages in README
* Reverse horizontal scrolling behavior
* Use one subsection by distribution in README
* Document how to install on Fedora
* Improve dependencies in README
* Add a FAQ for common issues
* Add empty lines around code blocks
* removed "$" and changed Mac OS ---> MacOS
* added "$" in front of terminal commands
* Unref the packet on error