Skip to content

Commit 3ac6a7b

Browse files
committed
Bump version to 2.8.1
1 parent 240f4aa commit 3ac6a7b

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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.0
25+
version: 2.8.1
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.0'
9+
APP_VERSION = '2.8.1'
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.0
3+
version = 2.8.1
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72+
<release version="2.8.1" date="2023-07-04">
73+
<description>
74+
<p>Changes:</p>
75+
<ul>
76+
<li>Added Heroic support for Wine-GE, Proton-GE and D8VK</li>
77+
<li>Added Italian translations</li>
78+
</ul>
79+
<p>Improvements:</p>
80+
<ul>
81+
<li>Increase Gamepad deadzone to five percent</li>
82+
<li>Improve logic for detecting the Steam root folder</li>
83+
<li>Account for D8VK's rename of the master branch</li>
84+
<li>Load more Proton-Tkg releases if none found on the first batch</li>
85+
<li>Fix wrongly displayed Lutris Wine Fshack versions</li>
86+
<li>Translations can now be done on Weblate!</li>
87+
<li>Overhaul of the UI and internal functions</li>
88+
</ul>
89+
<p>Various improvements and bug fixes. See GitHub for more details.<br/>Also thanks to sonic2kk and the other contributers!</p>
90+
</description>
91+
</release>
7292
<release version="2.8.0" date="2023-04-06">
7393
<description>
7494
<p>Changes:</p>

0 commit comments

Comments
 (0)