Skip to content

Commit 826f2cb

Browse files
authored
Bump version to 2.14.0 (#579)
1 parent e2589f3 commit 826f2cb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AppDir:
1919
id: net.davidotek.pupgui2
2020
name: ProtonUp-Qt
2121
icon: net.davidotek.pupgui2
22-
version: 2.13.0
22+
version: 2.14.0
2323
exec: usr/bin/python3
2424
exec_args: "-m pupgui2 $@"
2525

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.13.0'
9+
APP_VERSION = '2.14.0'
1010
APP_ID = 'net.davidotek.pupgui2'
1111
APP_THEMES = ( 'light', 'dark', 'system', 'steam', None )
1212
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')

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.13.0
3+
version = 2.14.0
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72+
<release version="2.14.0" date="2025-09-20">
73+
<description>
74+
<p>Changes/Improvements:</p>
75+
<ul>
76+
<li>Added the Proton-EM compatibility tool</li>
77+
<li>Removed the NorthStar Proton compatibility tool</li>
78+
</ul>
79+
<p>Various improvements and bug fixes. See GitHub for more details. Thanks to sonic2kk and the other contributers!</p>
80+
</description>
81+
</release>
7282
<release version="2.13.0" date="2025-07-16">
7383
<description>
7484
<p>Changes/Improvements:</p>

0 commit comments

Comments
 (0)