Guiscrcpy

Latest version: v2023.1.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 10

4.11.1

Build log: https://github.com/srevinsaju/guiscrcpy/actions/runs/1490751789

4.11.0

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 https://github.com/srevinsaju/guiscrcpy/pull/242
* fix: include pynput.keyboard._xorg by srevinsaju in https://github.com/srevinsaju/guiscrcpy/pull/249
* Update setup.py by anukaal in https://github.com/srevinsaju/guiscrcpy/pull/258
* 4.x by srevinsaju in https://github.com/srevinsaju/guiscrcpy/pull/251
* ci: install PySide2 bindings on build by srevinsaju in https://github.com/srevinsaju/guiscrcpy/pull/262
* Fixed Android version detection function and audio bridge chooser by gouravkhunger in https://github.com/srevinsaju/guiscrcpy/pull/261
* Fix typo in variable _api by gouravkhunger in https://github.com/srevinsaju/guiscrcpy/pull/271
* feat: add pywin32 dependency only on windows systems by srevinsaju in https://github.com/srevinsaju/guiscrcpy/pull/266
* Fix wrong links in README by gouravkhunger in https://github.com/srevinsaju/guiscrcpy/pull/274
* docs: Add m1 specific build instructions (264) by gouravkhunger in https://github.com/srevinsaju/guiscrcpy/pull/272

New Contributors
* anukaal made their first contribution in https://github.com/srevinsaju/guiscrcpy/pull/258
* gouravkhunger made their first contribution in https://github.com/srevinsaju/guiscrcpy/pull/261

**Full Changelog**: https://github.com/srevinsaju/guiscrcpy/compare/v4.10.0...v4.11.0

4.10.0

Bug Fixes
- ImportError on mapper initialize (215) [215](https://github.com/srevinsaju/guiscrcpy/pull/215) ([Avinash Reddy](https://github.com/srevinsaju/guiscrcpy/commit/4daecaeac7779c1914bfccf8061dc95b1236cefc))
- show hidden files in QFileDialog too (228) [228](https://github.com/srevinsaju/guiscrcpy/pull/228) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/ab9e3e9e72ab163611edaf4f614f1417149f97dd))
- remove +x for LICENSE ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/669f28a60dcf625969e0425e72f0e8c5d2482f9a))

Documentation
- add website ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/151f8d2d938547f1416678945cd94417845afc74))
- update README ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/84c504bbb04ee2508c74a99600d75c1aa4578c97))
- Revise readme ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/a958b01cfc5a3f9fe935565859a02a2d1a5b056d))
- fix link to downloads on the main README ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/c2055ee29d3d6d143b5566c0c127a3188f0af9c7))

Chores
- **deps**: bump pillow from 8.1.0 to 8.1.1 (227) [227](https://github.com/srevinsaju/guiscrcpy/pull/227) ([dependabot[bot]](https://github.com/srevinsaju/guiscrcpy/commit/746a1087787f48e7f8f8d3275475d4347d959524))

Commits
- [[d8eaf8a](https://github.com/srevinsaju/guiscrcpy/commit/d8eaf8a793cf3581a1914910c62989962213a9b6)]: complementarity for: https://github.com/srevinsaju/guiscrcpy/pull/224 (#225) (runo280) [225](https://github.com/srevinsaju/guiscrcpy/pull/225)
- Merge branch 'master' of github.com:srevinsaju/guiscrcpy ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/70d884efe967c2346e632452c6d5b419774fa1b8))

4.9.0

Commits
- [[6b17c0f](https://github.com/srevinsaju/guiscrcpy/commit/6b17c0febe9c9f7d13ed0638027345678c0b0bb9)]: add windows icon file to package data (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[7c4788d](https://github.com/srevinsaju/guiscrcpy/commit/7c4788d7bdfb63993d77141f8d046ead3462aabf)]: add guiscrcpy-noconsole gui script (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[1204308](https://github.com/srevinsaju/guiscrcpy/commit/120430866abc9d178f2114e9a47bf6623c9b4f5c)]: use guiscrcpy-noconsole for windows shortcut (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[f2c74d7](https://github.com/srevinsaju/guiscrcpy/commit/f2c74d70eda9336cba93588d5f710f541cca4a8f)]: use wrapped Popen function in some function (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[b7373da](https://github.com/srevinsaju/guiscrcpy/commit/b7373da4ff59f92b4f21f9e8719b07916b246d4f)]: make command started by open_process does not create new command (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[5e0da73](https://github.com/srevinsaju/guiscrcpy/commit/5e0da738a953c34bd5c04984c76f34903ff34406)]: add cwd argument to open_process function (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[c6b9599](https://github.com/srevinsaju/guiscrcpy/commit/c6b95991bb923f99c086c7ae4f71329736718c1e)]: format check.py and utils.py with black (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[d6e33f3](https://github.com/srevinsaju/guiscrcpy/commit/d6e33f3ee4d3cb92ee0c562f8e3b09cf1d54602f)]: use CREATE_NO_WINDOW flag only when using windows and python (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- [[6f6db54](https://github.com/srevinsaju/guiscrcpy/commit/6f6db5492c920a1486eff08a696d96c11f0613a9)]: fix import subprocess.CREATE_NO_WINDOW error in not windows system (Levi Rizki Saputra) [#205](https://github.com/srevinsaju/guiscrcpy/pull/205)
- Merge pull request 205 from levirs565/windows_shortcut [205](https://github.com/srevinsaju/guiscrcpy/pull/205) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/1dc430d4c1a8492f62785109d8df2a2de7e650c4))
- [[b71d44d](https://github.com/srevinsaju/guiscrcpy/commit/b71d44d30bb01c93de4730800f61a88f3bf918e6)]: fix guiscrcpy use python generic icon in windows taskbar (Levi Rizki Saputra) [#206](https://github.com/srevinsaju/guiscrcpy/pull/206)
- Merge pull request 206 from levirs565/windows_taskbar [206](https://github.com/srevinsaju/guiscrcpy/pull/206) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/69fc7821b884cd3a06d85c7deac2b3270246dca9))
- Merge pull request 207 from srevinsaju/cairo [207](https://github.com/srevinsaju/guiscrcpy/pull/207) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/7ac4dd68fdba9ab8b54c3753b7752700f5a2a060))

4.8.0

Bug Fixes
- remove redundant code which moved to bridge [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/b535b64ba34118ca09330dea79f833c5d5a21b20))
- rewrite exceptions to the bridge folder [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/ff4eea87be844f74b1b7364f120789b675761cce))

Styles
- lint with black [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/5a4e57a6573a2d665c02929f79a47b18f4048361))

Continuous Integration
- macos builds [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/abe2df662182fe4dfe921804e29d82734d3e9ba6))
- add gsed from brew [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/149fa515a1b1d3b8ff46dbbe3422de4431ebb1fa))
- fix builds for macOS [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/897f4bb0d28a9293ef15229c5f7eb9794b95bdd7))
- add bundle id for macOS [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/84083e9fb0cdace510a4f500f743a77eacf90469))
- do not show console for macOS [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/6766357f9e6dd4f4126aeb7a430bee3ddc762e82))
- remove automatic_release_tag specification ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/c81cefdaaed1130c1ca0c82c43b8343cd053714e))
- check style with black [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/92ae89b04f27443d758badda1745ce3b3e31f714))
- pin ubuntu to 20.04 [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/46466596ed379ce280789aa0f27ba3440fc96d7f))
- do not pin python version [192](https://github.com/srevinsaju/guiscrcpy/pull/192) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/679aebedcd990ccc1e642e2e8f767d092407eaea))

Commits
- Merge pull request 201 from srevinsaju/sndcpy [201](https://github.com/srevinsaju/guiscrcpy/pull/201) ([Srevin Saju](https://github.com/srevinsaju/guiscrcpy/commit/fe8c0069047cea70a62c4b23cd4d45b9ab23aebb))

4.7.7

Page 2 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.