From 058b83d9fafb8328c6b74c74f308485ef3cf9e6c Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:37:43 +0100 Subject: [PATCH] Bump version to 2.11.0 (#476) --- AppImageBuilder.yml | 2 +- pupgui2/constants.py | 2 +- setup.cfg | 2 +- share/metainfo/net.davidotek.pupgui2.appdata.xml | 12 ++++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 03af47c5..17b80321 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -19,7 +19,7 @@ AppDir: id: net.davidotek.pupgui2 name: ProtonUp-Qt icon: net.davidotek.pupgui2 - version: 2.10.0 + version: 2.11.0 exec: usr/bin/python3 exec_args: "-m pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index a3119059..6ec9acc6 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -6,7 +6,7 @@ APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.10.0' +APP_VERSION = '2.11.0' APP_ID = 'net.davidotek.pupgui2' APP_THEMES = ( 'light', 'dark', 'system', None ) APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png') diff --git a/setup.cfg b/setup.cfg index 2db064a9..aeb09447 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ProtonUp-Qt -version = 2.10.0 +version = 2.11.0 description = Install Wine- and Proton-based compatibility tools long_description = file: README.md long_description_content_type = text/markdown diff --git a/share/metainfo/net.davidotek.pupgui2.appdata.xml b/share/metainfo/net.davidotek.pupgui2.appdata.xml index 882e1673..999f5125 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -69,6 +69,18 @@ + + +

Changes/Improvements:

+
    +
  • Added the proton-ge-rtsp compatibility tool
  • +
  • Added the option WineZGUI to the custom install dialog (PR#432)
  • +
  • Fixed the UnicodeDecodeError bug (PR#455)
  • +
  • Fixed the IndexError crash if no launcher was found (PR#458)
  • +
+

Various improvements and bug fixes. See GitHub for more details. Thanks to sonic2kk and the other contributers!

+
+

Changes/Improvements: