diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 67dfe750..f726be17 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -21,7 +21,7 @@ AppDir: id: net.davidotek.pupgui2 name: ProtonUp-Qt icon: net.davidotek.pupgui2 - version: 2.4.1 + version: 2.5.0 exec: usr/bin/python3 exec_args: "$APPDIR/usr/src/pupgui2/pupgui2.py --pupgui2-base-dir $APPDIR/usr/share/pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index 38f40cd1..03dc20bd 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -4,7 +4,7 @@ from PySide6.QtGui import QColor, QPalette APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.4.1' +APP_VERSION = '2.5.0' APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases' ABOUT_TEXT = '''\ GUI for installing/updating Wine/Proton based compatibility tools. diff --git a/share/metainfo/net.davidotek.pupgui2.appdata.xml b/share/metainfo/net.davidotek.pupgui2.appdata.xml index 3f69a2ad..e3aeda64 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -49,6 +49,23 @@ + + +

Changes:

+
    +
  • Double click game to show Steam page
  • +
  • Support Lutris Flatpak
  • +
  • GUI for custom install directory
  • +
  • Added 'batch update' feature for Proton versions
  • +
+

Bugs fixed:

+
    +
  • ProtonUp-Qt will no longer hang when opening webbrowser
  • +
  • Support Steam on more distros
  • +
  • Gamepad will no longer crash ProtonUp-Qt
  • +
+
+

Bug fixes (app crashes when no gamepad is connected).