Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.10.0 #427

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AppDir:
id: net.davidotek.pupgui2
name: ProtonUp-Qt
icon: net.davidotek.pupgui2
version: 2.9.2
version: 2.10.0
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.2'
APP_VERSION = '2.10.0'
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.2
version = 2.10.0
description = Install Wine- and Proton-based compatibility tools
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
15 changes: 13 additions & 2 deletions share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<li>Lutris</li>
<li>Heroic Games Launcher</li>
<li>Bottles</li>
<li>WineZGUI</li>
<li>Both normal, Snap and Flatpak installations are supported</li>
</ul>
<p>Supported compatibility tools:</p>
Expand All @@ -44,8 +45,7 @@
<li>Wine-GE</li>
<li>Lutris-Wine</li>
<li>Kron4ek's Vanilla Wine-Builds</li>
<li>DXVK and DXVK async</li>
<li>D8VK</li>
<li>DXVK and DXVK async (includes D8VK)</li>
<li>VKD3D</li>
</ul>
<p>Double click compatibility tools to show more information and games using the tool.</p>
Expand All @@ -69,6 +69,17 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.10.0" date="2024-07-27">
<description>
<p>Changes/Improvements:</p>
<ul>
<li>Added support for the WineZGUI launcher</li>
<li>Allow installing older compatibility tools ("load more" button)</li>
<li>Removed D8VK in favor of DXVK</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.2" date="2024-04-09">
<description>
<p>Changes/Improvements:</p>
Expand Down