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

Commit 44da957

Browse files
committed
chore: release v4.11.3
1 parent 7087cdd commit 44da957

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ These are the common methods of installation. To see more interesting ways, chec
5252
| PyPI (`pip`) | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px><img src="https://guiscrcpy.github.io/img/windows.png" height=15px><img src="https://guiscrcpy.github.io/img/darwin.jpeg" height=15px style="border-radius: 50%"> | ![Linux](https://github.com/srevinsaju/guiscrcpy/workflows/Linux/badge.svg) | `pip3 install -U guiscrcpy` |
5353
| Snap Store | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px><img src="https://guiscrcpy.github.io/img/darwin.jpeg" height=15px style="border-radius: 50%"> | [![guiscrcpy](https://snapcraft.io//guiscrcpy/badge.svg)](https://snapcraft.io/guiscrcpy) | `sudo snap install guiscrcpy` |
5454
| AUR* | <img src="https://raw.githubusercontent.com/guiscrcpy/guiscrcpy.github.io/master/img/archlinux.png" height=15px> | [![AUR version](https://img.shields.io/aur/version/guiscrcpy?label=Arch%20Linux%20Package&style=flat-square)](https://aur.archlinux.org/packages/guiscrcpy) | `yay -S guiscrcpy` |
55-
| Windows (exe) | <img src="https://guiscrcpy.github.io/img/windows.png" height=15px> | [![Windows Executable](https://github.com/srevinsaju/guiscrcpy/workflows/Windows%20Executable/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=+event%3Apush++is%3Asuccess+branch%3Amaster+workflow%3A%22Windows+Executable%22) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.2) |
56-
| AppImage | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px> | [![AppImage](https://github.com/srevinsaju/guiscrcpy/workflows/AppImage/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=event%3Apush+branch%3Amaster+is%3Asuccess+workflow%3AAppImage+) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.2) |
55+
| Windows (exe) | <img src="https://guiscrcpy.github.io/img/windows.png" height=15px> | [![Windows Executable](https://github.com/srevinsaju/guiscrcpy/workflows/Windows%20Executable/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=+event%3Apush++is%3Asuccess+branch%3Amaster+workflow%3A%22Windows+Executable%22) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.3) |
56+
| AppImage | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px> | [![AppImage](https://github.com/srevinsaju/guiscrcpy/workflows/AppImage/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=event%3Apush+branch%3Amaster+is%3Asuccess+workflow%3AAppImage+) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.3) |
5757

5858
<br>
5959

appimage/guiscrcpy.appdata.xml

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
<binary>python{{ python-version }}</binary>
2323
</provides>
2424
<releases>
25+
<release version="4.11.3" date="2021-12-20">
26+
<description>
27+
<p>Fixes for Python 3.10 compatibility</p>
28+
<p>Fixed AppImage scrcpy build </p>
29+
</description>
30+
<url>https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.3</url>
31+
</release>
32+
2533
<release version="4.11.2" date="2021-11-22">
2634
<description>
2735
<p>Bug fixes for Android Device detection</p>

docs/INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Download the AppImage either from the releases, or from by clicking the `Status`
6868
AppImages are more supported than snaps. Snaps are containerised. So it is likely that guiscrcpy might not work as a snap.
6969

7070
```bash
71-
wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.2/download/guiscrcpy-*.AppImage
71+
wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.3/download/guiscrcpy-*.AppImage
7272
chmod +x guiscrcpy-*.AppImage
7373

7474
# one time execution

guiscrcpy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
VERSION = "v4.11.2"
23+
VERSION = "v4.11.3"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "guiscrcpy"
3-
version = "4.11.2"
3+
version = "4.11.3"
44
description = "A simple, pluggable, graphical user interface for the fastest Android screen mirroring software"
55
authors = ["Srevin Saju <[email protected]>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)