Skip to content

Commit

Permalink
Bump version to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Nov 14, 2022
1 parent 27aad88 commit eb78670
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 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.7.4
version: 2.7.5
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 @@ -4,7 +4,7 @@
from PySide6.QtGui import QColor, QPalette

APP_NAME = 'ProtonUp-Qt'
APP_VERSION = '2.7.4'
APP_VERSION = '2.7.5'
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'
DAVIDOTEK_KOFI_URL = 'https://ko-fi.com/davidotek'
PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt'
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ProtonUp-Qt
version = 2.7.4
version = 2.7.5
description = Install Wine- and Proton-based compatibility tools
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -20,12 +20,12 @@ classifiers =
include_package_data = True
python_requires = >=3.6
install_requires =
PySide6-Essentials==6.3.1
requests==2.28.1
vdf==3.4
PySide6-Essentials>=6.3.0
requests>=2.27.0
vdf>=3.4
inputs==0.5
pyxdg==0.28
steam==1.3.0
pyxdg>=0.27
steam>=1.1.0
PyYAML==6.0

packages = find:
10 changes: 10 additions & 0 deletions share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.7.5" date="2022-11-14">
<description>
<ul>
<li>Many SteamTinkerLaunch improvements, see PR#125 <a href="https://github.com/DavidoTek/ProtonUp-Qt/pull/125">here</a></li>
<li>ProtonUp-Qt Flatpak improvements</li>
<li>Added Traditional Chinese translation</li>
<li>Various small changes to enhance the experience of ProtonUp-Qt</li>
</ul>
</description>
</release>
<release version="2.7.4" date="2022-09-23">
<description>
<p>Added support for installing SteamTinkerLaunch</p>
Expand Down

0 comments on commit eb78670

Please sign in to comment.