Skip to content

Commit 4aef45a

Browse files
authored
Bump version to 2.8.0 (#222)
1 parent b08540f commit 4aef45a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-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.7.7
25+
version: 2.8.0
2626
exec: usr/bin/python3
2727
exec_args: "-m pupgui2 $@"
2828

pupgui2/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77

88
APP_NAME = 'ProtonUp-Qt'
9-
APP_VERSION = '2.7.7'
9+
APP_VERSION = '2.8.0'
1010
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'
1111
DAVIDOTEK_KOFI_URL = 'https://ko-fi.com/davidotek'
1212
PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt'
1313
ABOUT_TEXT = '''\
1414
{APP_NAME} v{APP_VERSION} by DavidoTek: <a href="{PROTONUPQT_GITHUB_URL}">https://github.com/DavidoTek/ProtonUp-Qt</a><br />
15-
Copyright (C) 2021-2022 DavidoTek, licensed under GPLv3
15+
Copyright (C) 2021-2023 DavidoTek, licensed under GPLv3
1616
'''.format(APP_NAME=APP_NAME, APP_VERSION=APP_VERSION, PROTONUPQT_GITHUB_URL=PROTONUPQT_GITHUB_URL)
1717
BUILD_INFO = 'built from source'
1818

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.7.7
3+
version = 2.8.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,22 @@
6868
<content_rating type="oars-1.0" />
6969

7070
<releases>
71+
<release version="2.8.0" date="2023-04-06">
72+
<description>
73+
<p>Changes:</p>
74+
<ul>
75+
<li>Added Protok-Tkg (Wine Master) for Steam</li>
76+
<li>Added Vanilla Wine for Lutris</li>
77+
<li>Added sorting and searching functionality to game list</li>
78+
<li>Added a game list for Lutris and Heroic Games Launcher</li>
79+
<li>Added a compatibility tool info dialog for Heroic Games Launcher</li>
80+
<li>ProtonUp-Qt now displays non-Steam games in the game list</li>
81+
<li>Added various keyboard shortcuts</li>
82+
<li>Added notification to display when GitHub API limit is reached</li>
83+
</ul>
84+
<p>Various performance and quality improvements. Also thanks to sonic2kk and the other contributers!</p>
85+
</description>
86+
</release>
7187
<release version="2.7.7" date="2022-12-24">
7288
<description>
7389
<p>Changes:</p>

0 commit comments

Comments
 (0)