Skip to content

Commit 5d36e33

Browse files
authored
Bump version to 2.8.2 (#276)
1 parent a80b0bb commit 5d36e33

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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.8.1
25+
version: 2.8.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.8.1'
9+
APP_VERSION = '2.8.2'
1010
APP_ID = 'net.davidotek.pupgui2'
1111
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')
1212
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'

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.8.1
3+
version = 2.8.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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,22 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72+
<release version="2.8.2" date="2023-08-06">
73+
<description>
74+
<p>Changes/Improvements:</p>
75+
<ul>
76+
<li>Heroic: Added support for DXVK and vkd3d</li>
77+
<li>Heroic: Display Amazon Games and Browser Games correctly</li>
78+
<li>Fix regression where Proton-Tkg could not be extracted</li>
79+
</ul>
80+
<p>Various improvements and bug fixes. See GitHub for more details.<br/>Also thanks to sonic2kk and the other contributers!</p>
81+
</description>
82+
</release>
7283
<release version="2.8.1" date="2023-07-04">
7384
<description>
7485
<p>Changes:</p>
7586
<ul>
76-
<li>Added Heroic support for Wine-GE, Proton-GE and D8VK</li>
87+
<li>Added Heroic support for Wine-Tkg, Proton-Tkg and D8VK</li>
7788
<li>Added Italian translations</li>
7889
</ul>
7990
<p>Improvements:</p>

0 commit comments

Comments
 (0)