guiscrcpy Changelog

What's new in guiscrcpy 2022.6.1

Jul 4, 2022
  • feat: bump dependencies by @srevinsaju in #298

New in guiscrcpy 4.11.3 (Dec 20, 2021)

  • Fix error unexpected type 'float' on python 3.10.
  • Ci: fix appimage builds.
  • Fix: scrcpy not loading on guiscrcpy due to conflict with gmodule.

New in guiscrcpy 4.11.0 (Nov 22, 2021)

  • v4.11.0 Features a lot of bug fixes and improvements especially for Windows and MacOS users, and featuring some bug fixes made
  • during the Hacktoberfest for sndxpy, usbaudio and android version detection. This release also adds support for v1.20 of scrcpy.
  • What's Changed:
  • chore(deps): bump pillow from 8.1.1 to 8.2.0 by @dependabot in #242
  • fix: include pynput.keyboard._xorg by @srevinsaju in #249
  • Update setup.py by @anukaal in #258
  • 4.x by @srevinsaju in #251
  • ci: install PySide2 bindings on build by @srevinsaju in #262
  • Fixed Android version detection function and audio bridge chooser by @gouravkhunger in #261
  • Fix typo in variable _api by @gouravkhunger in #271
  • feat: add pywin32 dependency only on windows systems by @srevinsaju in #266
  • Fix wrong links in README by @gouravkhunger in #274
  • docs: Add m1 specific build instructions (#264) by @gouravkhunger in #272

New in guiscrcpy 4.10.0 (Mar 21, 2021)

  • Highlights:
  • guiscrcpy now does not crash on mapper initialization. Thanks to Avinash Reddy
  • We can now use a five-digit port number in guiscrcpy for wireless ADB connections, thanks to runo280
  • Fixed a high memory usage security vulnerability in one of guiscrcpy's dependencies
  • We can now see hidden files in the scrcpy, adb file chooser. Thanks to Sergej Sanikovic
  • Features:
  • ability to add five-digit port number (#224) #224 (runo280)
  • release v4.10.0 (Srevin Saju)
  • Bug Fixes:
  • ImportError on mapper initialize (#215) #215 (Avinash Reddy)
  • show hidden files in QFileDialog too (#228) #228 (Srevin Saju)
  • remove +x for LICENSE (Srevin Saju)
  • Documentation:
  • add website (Srevin Saju)
  • update README (Srevin Saju)
  • Revise readme (Srevin Saju)
  • fix link to downloads on the main README (Srevin Saju)
  • Chores:
  • deps: bump pillow from 8.1.0 to 8.1.1 (#227) #227 (dependabot[bot])
  • Commits:
  • [d8eaf8a]: complementarity for: #224 (#225) (runo280) #225
  • Merge branch 'master' of github.com:srevinsaju/guiscrcpy (Srevin Saju)

New in guiscrcpy 4.9.0 (Jan 24, 2021)

  • Highlights:
  • guiscrcpy has better Windows integration, Thanks to a couple of patches sent by Levi Rizki Saputra
  • Fixed a denial of service attack, by upgrading Cairo SVG to the latest version
  • Partially adds the support for sndcpy, Android 10 Audio Mirroring system
  • Fixes an error where the value of the dial, created a regression when guiscrcpy is started for the second time. Thanks to esotericDisciple for finding it out and providing a detailed issue (#213)
  • Fixed the snap package, which failed to run, because scrcpy-server was running v1.16 while the app was v1.17 which caused a bug.
  • Features:
  • bump cairo-svg #207 (Srevin Saju)
  • Bug Fixes:
  • ImportError on mapper initialize (#209) #209 (Srevin Saju)
  • bump scrcpy-server to v1.17 (Srevin Saju)
  • regression in slider which lost the last character of the bitrate from the configuration (Srevin Saju)
  • remove redundant code from releaser (Srevin Saju)
  • extract version from guiscrcpy.version.VERSION (Srevin Saju)
  • add *.patch, *.db and CHANGELOG to .gitignore (Srevin Saju)
  • Documentation:
  • Fix configuration file path for Windows (#211) #211 (clexanis)
  • Styles:
  • lint (Srevin Saju)
  • Continuous Integration:
  • remove redundant release CI (Srevin Saju)
  • Chores:
  • add an explanatory comment for b71d44d #206 (Srevin Saju)
  • add comment for windows taskbar fix (#208) #208 (Levi Rizki Saputra)
  • bump scrcpy-server to v1.17 (Srevin Saju)
  • update releaser with the patch from 69fc782 (Srevin Saju)
  • release v4.9.0 (Srevin Saju)
  • Commits:
  • [6b17c0f]: add windows icon file to package data (Levi Rizki Saputra) #205
  • [7c4788d]: add guiscrcpy-noconsole gui script (Levi Rizki Saputra) #205
  • [1204308]: use guiscrcpy-noconsole for windows shortcut (Levi Rizki Saputra) #205
  • [f2c74d7]: use wrapped Popen function in some function (Levi Rizki Saputra) #205
  • [b7373da]: make command started by open_process does not create new command (Levi Rizki Saputra) #205
  • [5e0da73]: add cwd argument to open_process function (Levi Rizki Saputra) #205
  • [c6b9599]: format check.py and utils.py with black (Levi Rizki Saputra) #205
  • [d6e33f3]: use CREATE_NO_WINDOW flag only when using windows and python (Levi Rizki Saputra) #205
  • [6f6db54]: fix import subprocess.CREATE_NO_WINDOW error in not windows system (Levi Rizki Saputra) #205
  • Merge pull request #205 from levirs565/windows_shortcut #205 (Srevin Saju)
  • [b71d44d]: fix guiscrcpy use python generic icon in windows taskbar (Levi Rizki Saputra) #206
  • Merge pull request #206 from levirs565/windows_taskbar #206 (Srevin Saju)
  • Merge pull request #207 from srevinsaju/cairo #207 (Srevin Saju)

New in guiscrcpy 3.9 (May 24, 2020)

  • [afae133]: Update README.md (Srevin Saju)
  • [4873cd6]: Hotfix mapper (Srevin Saju) #134