diff --git a/.gitattributes b/.gitattributes index 567d906..ee8f64e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -scrcpy-server-v1.18 filter=lfs diff=lfs merge=lfs -text +scrcpy-server-v1.19 filter=lfs diff=lfs merge=lfs -text diff --git a/_service b/_service index da6a066..d3bcc32 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@ v(.*) enable - v1.18 + v1.19 *.tar diff --git a/_servicedata b/_servicedata index 8f2dcbb..1b8c36c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Genymobile/scrcpy.git - 60c4e886d409ec8a0688e2fd43d8d12c06ebd8df \ No newline at end of file + 228e2c15f44849032e9006dce1e0c47ae6e108ee \ No newline at end of file diff --git a/scrcpy-1.18.tar.xz b/scrcpy-1.18.tar.xz deleted file mode 100644 index b931c5e..0000000 --- a/scrcpy-1.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bee389a4092ab5243a9ae614947c9dd9613fa361f1b41ddd827df5c9efdfeb9 -size 257892 diff --git a/scrcpy-1.19.tar.xz b/scrcpy-1.19.tar.xz new file mode 100644 index 0000000..1a893d3 --- /dev/null +++ b/scrcpy-1.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fda585e9855fc20d694e68128630ca638fa48a0d7aefc18e1afea6bbac85769 +size 269768 diff --git a/scrcpy-server-v1.18 b/scrcpy-server-v1.18 deleted file mode 100644 index 50be226..0000000 --- a/scrcpy-server-v1.18 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3 -size 37330 diff --git a/scrcpy-server-v1.19 b/scrcpy-server-v1.19 new file mode 100644 index 0000000..5f6d797 --- /dev/null +++ b/scrcpy-server-v1.19 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867 +size 37330 diff --git a/scrcpy.changes b/scrcpy.changes index 67933de..ccbc68a 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Wed Oct 06 02:46:57 UTC 2021 - jonathan@jontech.app + +- Update to version 1.19: + * Bump version to 1.19 + * Retrieve correct error messages on Windows + * Compute scrcpy directory manually + * Fix typo in manpage + * Use SOURCE_MOUSE for scroll events + * Upgrade SDL (2.0.16) for Windows + * Upgrade platform-tools (31.0.3) for Windows + * Declare callbacks static + * Add Simplified Chinese translation of FAQ + * Add a FAQ section for Wayland support + * Add README file in Turkish + * Fix OBS project ref URL + * Fix typo in DEVELOP.md + * Fix type for assignment + * Fix net_send_all() + * Fix code style + * Improve slope estimation on start + * Add buffering debugging tools + * Add clock tests + * Add buffering command line options + * Implement buffering + * Notify new frames via callbacks + * Extract current video_buffer to frame_buffer + * Rename video_buffer to sc_video_buffer + * Relax v4l2_sink lock constraints + * Replace delay by deadline in timedwait() + * Wrap tick API + * Add missing error log + * Move include fps_counter + * Remove obsolete comment + * Rename queue to sc_queue + * Fix manpage formatting + * Fix --lock-video-orientation syntax in help + * Remove unnecessary calls to av_packet_unref() + * Fix v4l2 data race + * Initialize fields before starting a thread + * Fix assertion race condition in debug mode + * Initialize controller even if there is no display + * Update scrcpy-server in install-release.sh + * Update links to v1.18 in README and BUILD + ------------------------------------------------------------------- Sat Aug 14 19:04:55 UTC 2021 - mardnh@gmx.de diff --git a/scrcpy.spec b/scrcpy.spec index 65f0784..6dbdde4 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,7 +17,7 @@ Name: scrcpy -Version: 1.18 +Version: 1.19 Release: 0 Summary: Display and control your Android device License: Apache-2.0