From 5d36e3302f5679cf3000f8c377f4ae2ed26c26e0 Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:57:26 +0200 Subject: [PATCH] Bump version to 2.8.2 (#276) --- AppImageBuilder.yml | 2 +- pupgui2/constants.py | 2 +- setup.cfg | 2 +- share/metainfo/net.davidotek.pupgui2.appdata.xml | 13 ++++++++++++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index e9692db6..5a9d1131 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.8.1 + version: 2.8.2 exec: usr/bin/python3 exec_args: "-m pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index fcf58a78..5e5f8b7c 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -6,7 +6,7 @@ APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.8.1' +APP_VERSION = '2.8.2' APP_ID = 'net.davidotek.pupgui2' APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png') APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases' diff --git a/setup.cfg b/setup.cfg index 559e6495..7357dc61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ProtonUp-Qt -version = 2.8.1 +version = 2.8.2 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 0b1b3c90..3b52ccd8 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -69,11 +69,22 @@ + + +

Changes/Improvements:

+
    +
  • Heroic: Added support for DXVK and vkd3d
  • +
  • Heroic: Display Amazon Games and Browser Games correctly
  • +
  • Fix regression where Proton-Tkg could not be extracted
  • +
+

Various improvements and bug fixes. See GitHub for more details.
Also thanks to sonic2kk and the other contributers!

+
+

Changes:

    -
  • Added Heroic support for Wine-GE, Proton-GE and D8VK
  • +
  • Added Heroic support for Wine-Tkg, Proton-Tkg and D8VK
  • Added Italian translations

Improvements: