Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

v4.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 21:03
d681dd3

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

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

Styles

Continuous Integration

Chores

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)