Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Jan 12, 2022
1 parent 9f4d96d commit 20f5e55
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@"

Expand Down
2 changes: 1 addition & 1 deletion pupgui2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
17 changes: 17 additions & 0 deletions share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.5.0" date="2022-01-12">
<description>
<p>Changes:</p>
<ul>
<li>Double click game to show Steam page</li>
<li>Support Lutris Flatpak</li>
<li>GUI for custom install directory</li>
<li>Added 'batch update' feature for Proton versions</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>ProtonUp-Qt will no longer hang when opening webbrowser</li>
<li>Support Steam on more distros</li>
<li>Gamepad will no longer crash ProtonUp-Qt</li>
</ul>
</description>
</release>
<release version="2.4.1" date="2021-12-12">
<description>
<p>Bug fixes (app crashes when no gamepad is connected).</p>
Expand Down

0 comments on commit 20f5e55

Please sign in to comment.