Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion pupgui2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
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 @@ -69,6 +69,23 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.9.2" date="2024-04-09">
<description>
<p>Changes/Improvements:</p>
<ul>
<li>Steam: Display which games are using a certain Anti-Cheat Runtime</li>
<li>Improvements were made to the Shortcut Editor</li>
<li>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.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed a crash that occurs when a Steam installations is missing files (PR#356)</li>
<li>Fixed a crash when a game with the AWACY Denied status is detected (PR#354)</li>
<li>Fixed the dialog for custom launcher installations if no official launcher is installed (PR#371)</li>
</ul>
<p>Various improvements and bug fixes. See GitHub for more details. Thanks to sonic2kk and the other contributers!</p>
</description>
</release>
<release version="2.9.0" date="2023-12-30">
<description>
<p>Changes/Improvements:</p>
Expand Down

0 comments on commit b68bcfd

Please sign in to comment.