Skip to content

Commit b68bcfd

Browse files
committed
Bump version to 2.9.2
1 parent 467e67c commit b68bcfd

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AppDir:
2222
id: net.davidotek.pupgui2
2323
name: ProtonUp-Qt
2424
icon: net.davidotek.pupgui2
25-
version: 2.9.1
25+
version: 2.9.2
2626
exec: usr/bin/python3
2727
exec_args: "-m pupgui2 $@"
2828

pupgui2/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
APP_NAME = 'ProtonUp-Qt'
9-
APP_VERSION = '2.9.1'
9+
APP_VERSION = '2.9.2'
1010
APP_ID = 'net.davidotek.pupgui2'
1111
APP_THEMES = ( 'light', 'dark', 'system', None )
1212
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ProtonUp-Qt
3-
version = 2.9.1
3+
version = 2.9.2
44
description = Install Wine- and Proton-based compatibility tools
55
long_description = file: README.md
66
long_description_content_type = text/markdown

share/metainfo/net.davidotek.pupgui2.appdata.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,23 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72+
<release version="2.9.2" date="2024-04-09">
73+
<description>
74+
<p>Changes/Improvements:</p>
75+
<ul>
76+
<li>Steam: Display which games are using a certain Anti-Cheat Runtime</li>
77+
<li>Improvements were made to the Shortcut Editor</li>
78+
<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>
79+
</ul>
80+
<p>Bug fixes:</p>
81+
<ul>
82+
<li>Fixed a crash that occurs when a Steam installations is missing files (PR#356)</li>
83+
<li>Fixed a crash when a game with the AWACY Denied status is detected (PR#354)</li>
84+
<li>Fixed the dialog for custom launcher installations if no official launcher is installed (PR#371)</li>
85+
</ul>
86+
<p>Various improvements and bug fixes. See GitHub for more details. Thanks to sonic2kk and the other contributers!</p>
87+
</description>
88+
</release>
7289
<release version="2.9.0" date="2023-12-30">
7390
<description>
7491
<p>Changes/Improvements:</p>

0 commit comments

Comments
 (0)