From 99b0c15a15288a256dd847aa9c1b33258104f424 Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:36:34 +0100 Subject: [PATCH] Bump version to 2.7.6 --- AppImageBuilder.yml | 2 +- pupgui2/constants.py | 2 +- setup.cfg | 2 +- share/metainfo/net.davidotek.pupgui2.appdata.xml | 11 +++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index bbe132cb..a04d6a6d 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -22,7 +22,7 @@ AppDir: id: net.davidotek.pupgui2 name: ProtonUp-Qt icon: net.davidotek.pupgui2 - version: 2.7.5 + version: 2.7.6 exec: usr/bin/python3 exec_args: "-m pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index b61424d8..324cdf0a 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -4,7 +4,7 @@ from PySide6.QtGui import QColor, QPalette APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.7.5' +APP_VERSION = '2.7.6' 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' diff --git a/setup.cfg b/setup.cfg index dadde8dd..3db95edd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ProtonUp-Qt -version = 2.7.5 +version = 2.7.6 description = Install Wine- and Proton-based compatibility tools long_description = file: README.md long_description_content_type = text/markdown diff --git a/share/metainfo/net.davidotek.pupgui2.appdata.xml b/share/metainfo/net.davidotek.pupgui2.appdata.xml index c2259991..c0fb67ca 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -64,6 +64,17 @@ + + + + Fixed downloading DXVK 2.0 for Lutris + Improvements when installing STL using the ProtonUp-Qt Flatpak + Reworked the Info dialog + Improved the Lutris game detection + + Thanks also go to sonic2kk! + +
Thanks also go to sonic2kk!