From b68bcfde5af1e60cf36068686f210e3a83cb24df Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:14:05 +0200 Subject: [PATCH] Bump version to 2.9.2 --- AppImageBuilder.yml | 2 +- pupgui2/constants.py | 2 +- setup.cfg | 2 +- .../metainfo/net.davidotek.pupgui2.appdata.xml | 17 +++++++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index c831e2dd..67d84f0a 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -22,7 +22,7 @@ AppDir: id: net.davidotek.pupgui2 name: ProtonUp-Qt icon: net.davidotek.pupgui2 - version: 2.9.1 + version: 2.9.2 exec: usr/bin/python3 exec_args: "-m pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index a4b2fbee..691f9390 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -6,7 +6,7 @@ APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.9.1' +APP_VERSION = '2.9.2' 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 71e6eb9c..a242e32a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ProtonUp-Qt -version = 2.9.1 +version = 2.9.2 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 1bcb67e5..8bbc3cb0 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -69,6 +69,23 @@ + + +

Changes/Improvements:

+
    +
  • Steam: Display which games are using a certain Anti-Cheat Runtime
  • +
  • Improvements were made to the Shortcut Editor
  • +
  • Updated the AppImage build to a more recent version. This may cause a problem if your OS version is from before the year 2022. Report that on GitHub and update your OS to a more recent version or use ProtonUp-Qt v2.9.1 in that case.
  • +
+

Bug fixes:

+
    +
  • Fixed a crash that occurs when a Steam installations is missing files (PR#356)
  • +
  • Fixed a crash when a game with the AWACY Denied status is detected (PR#354)
  • +
  • Fixed the dialog for custom launcher installations if no official launcher is installed (PR#371)
  • +
+

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

+
+

Changes/Improvements: