Skip to content

Commit

Permalink
Bump version to 2.8.2 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Aug 10, 2023
1 parent a80b0bb commit 5d36e33
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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.8.1
version: 2.8.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.8.1'
APP_VERSION = '2.8.2'
APP_ID = 'net.davidotek.pupgui2'
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'
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.8.1
version = 2.8.2
description = Install Wine- and Proton-based compatibility tools
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
13 changes: 12 additions & 1 deletion share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,22 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.8.2" date="2023-08-06">
<description>
<p>Changes/Improvements:</p>
<ul>
<li>Heroic: Added support for DXVK and vkd3d</li>
<li>Heroic: Display Amazon Games and Browser Games correctly</li>
<li>Fix regression where Proton-Tkg could not be extracted</li>
</ul>
<p>Various improvements and bug fixes. See GitHub for more details.<br/>Also thanks to sonic2kk and the other contributers!</p>
</description>
</release>
<release version="2.8.1" date="2023-07-04">
<description>
<p>Changes:</p>
<ul>
<li>Added Heroic support for Wine-GE, Proton-GE and D8VK</li>
<li>Added Heroic support for Wine-Tkg, Proton-Tkg and D8VK</li>
<li>Added Italian translations</li>
</ul>
<p>Improvements:</p>
Expand Down

0 comments on commit 5d36e33

Please sign in to comment.