Skip to content

Commit a3624ce

Browse files
authored
Bump version to 2.10.0 (#427)
1 parent bb18211 commit a3624ce

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AppDir:
1919
id: net.davidotek.pupgui2
2020
name: ProtonUp-Qt
2121
icon: net.davidotek.pupgui2
22-
version: 2.9.2
22+
version: 2.10.0
2323
exec: usr/bin/python3
2424
exec_args: "-m pupgui2 $@"
2525

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.2'
9+
APP_VERSION = '2.10.0'
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.2
3+
version = 2.10.0
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: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<li>Lutris</li>
3030
<li>Heroic Games Launcher</li>
3131
<li>Bottles</li>
32+
<li>WineZGUI</li>
3233
<li>Both normal, Snap and Flatpak installations are supported</li>
3334
</ul>
3435
<p>Supported compatibility tools:</p>
@@ -44,8 +45,7 @@
4445
<li>Wine-GE</li>
4546
<li>Lutris-Wine</li>
4647
<li>Kron4ek's Vanilla Wine-Builds</li>
47-
<li>DXVK and DXVK async</li>
48-
<li>D8VK</li>
48+
<li>DXVK and DXVK async (includes D8VK)</li>
4949
<li>VKD3D</li>
5050
</ul>
5151
<p>Double click compatibility tools to show more information and games using the tool.</p>
@@ -69,6 +69,17 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72+
<release version="2.10.0" date="2024-07-27">
73+
<description>
74+
<p>Changes/Improvements:</p>
75+
<ul>
76+
<li>Added support for the WineZGUI launcher</li>
77+
<li>Allow installing older compatibility tools ("load more" button)</li>
78+
<li>Removed D8VK in favor of DXVK</li>
79+
</ul>
80+
<p>Various improvements and bug fixes. See GitHub for more details. Thanks to sonic2kk and the other contributers!</p>
81+
</description>
82+
</release>
7283
<release version="2.9.2" date="2024-04-09">
7384
<description>
7485
<p>Changes/Improvements:</p>

0 commit comments

Comments
 (0)