From 44da9572c84d16345cae776e0a81812779c5e0ee Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Mon, 20 Dec 2021 12:24:33 +0300 Subject: [PATCH] chore: release v4.11.3 --- README.md | 4 ++-- appimage/guiscrcpy.appdata.xml | 8 ++++++++ docs/INSTALL.md | 2 +- guiscrcpy/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 630b8639..82f00e93 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ These are the common methods of installation. To see more interesting ways, chec | PyPI (`pip`) | | ![Linux](https://github.com/srevinsaju/guiscrcpy/workflows/Linux/badge.svg) | `pip3 install -U guiscrcpy` | | Snap Store | | [![guiscrcpy](https://snapcraft.io//guiscrcpy/badge.svg)](https://snapcraft.io/guiscrcpy) | `sudo snap install guiscrcpy` | | AUR* | | [![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` | -| Windows (exe) | | [![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) | -| AppImage | | [![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) | +| Windows (exe) | | [![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) | +| AppImage | | [![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) |
diff --git a/appimage/guiscrcpy.appdata.xml b/appimage/guiscrcpy.appdata.xml index 11d34db6..16569f79 100644 --- a/appimage/guiscrcpy.appdata.xml +++ b/appimage/guiscrcpy.appdata.xml @@ -22,6 +22,14 @@ python{{ python-version }} + + +

Fixes for Python 3.10 compatibility

+

Fixed AppImage scrcpy build

+
+ https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.3 +
+

Bug fixes for Android Device detection

diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a5de1a49..531da6c9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -68,7 +68,7 @@ Download the AppImage either from the releases, or from by clicking the `Status` AppImages are more supported than snaps. Snaps are containerised. So it is likely that guiscrcpy might not work as a snap. ```bash -wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.2/download/guiscrcpy-*.AppImage +wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.3/download/guiscrcpy-*.AppImage chmod +x guiscrcpy-*.AppImage # one time execution diff --git a/guiscrcpy/version.py b/guiscrcpy/version.py index e14bc074..b2c7f5b3 100644 --- a/guiscrcpy/version.py +++ b/guiscrcpy/version.py @@ -20,4 +20,4 @@ """ -VERSION = "v4.11.2" +VERSION = "v4.11.3" diff --git a/pyproject.toml b/pyproject.toml index 5811ef9e..8238179d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guiscrcpy" -version = "4.11.2" +version = "4.11.3" description = "A simple, pluggable, graphical user interface for the fastest Android screen mirroring software" authors = ["Srevin Saju "] license = "GPLv3"