Skip to content

Commit

Permalink
Bump version to 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Dec 24, 2022
1 parent ecc1dcf commit dbb21d3
Show file tree
Hide file tree
Showing 4 changed files with 25 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.7.6
version: 2.7.7
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.7.6'
APP_VERSION = '2.7.7'
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'
DAVIDOTEK_KOFI_URL = 'https://ko-fi.com/davidotek'
PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt'
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.7.6
version = 2.7.7
description = Install Wine- and Proton-based compatibility tools
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
22 changes: 22 additions & 0 deletions share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@
<li>Luxtorpeda</li>
<li>Boxtron</li>
<li>Roberta</li>
<li>NorthstarProton</li>
<li>Scrumplex's Steam-Play-None</li>
<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>VKD3D</li>
</ul>
<p>Double click compatibility tools to show more information and games using the tool.</p>
<p>Advanced settings and the color theme can be managed in the About dialog.</p>
Expand All @@ -64,6 +68,24 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.7.7" date="2022-12-24">
<description>
<p>Changes:</p>
<ul>
<li>Add NorthstarProton compatibility tool</li>
<li>Add Steam-Play-None compatibility tool</li>
<li>Add D8VK for Lutris</li>
<li>Add VKD3D for Lutris</li>
<li>Add ProtonDB ratings to the game list</li>
<li>Add indicator if ProtonUp-Qt can't connect to the internet</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fix game list for Steam Flatpak</li>
<li>Fix that new Steam config file versions are not detected</li>
</ul>
</description>
</release>
<release version="2.7.6" date="2022-11-21">
<description>
<ul>
Expand Down

0 comments on commit dbb21d3

Please sign in to comment.