From 4cecf79c5e2ca9e501182b0e34243b1866e6a4d1 Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:03:39 +0200 Subject: [PATCH] Bump version to 2.10.0 --- AppImageBuilder.yml | 2 +- pupgui2/constants.py | 2 +- setup.cfg | 2 +- share/metainfo/net.davidotek.pupgui2.appdata.xml | 15 +++++++++++++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 8eef3d6e..00439d30 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -19,7 +19,7 @@ AppDir: id: net.davidotek.pupgui2 name: ProtonUp-Qt icon: net.davidotek.pupgui2 - version: 2.9.2 + version: 2.10.0 exec: usr/bin/python3 exec_args: "-m pupgui2 $@" diff --git a/pupgui2/constants.py b/pupgui2/constants.py index c9db8c18..a3119059 100644 --- a/pupgui2/constants.py +++ b/pupgui2/constants.py @@ -6,7 +6,7 @@ APP_NAME = 'ProtonUp-Qt' -APP_VERSION = '2.9.2' +APP_VERSION = '2.10.0' APP_ID = 'net.davidotek.pupgui2' APP_THEMES = ( 'light', 'dark', 'system', None ) APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png') diff --git a/setup.cfg b/setup.cfg index 4ffac2b3..2db064a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ProtonUp-Qt -version = 2.9.2 +version = 2.10.0 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 9a29431d..882e1673 100644 --- a/share/metainfo/net.davidotek.pupgui2.appdata.xml +++ b/share/metainfo/net.davidotek.pupgui2.appdata.xml @@ -29,6 +29,7 @@
  • Lutris
  • Heroic Games Launcher
  • Bottles
  • +
  • WineZGUI
  • Both normal, Snap and Flatpak installations are supported
  • Supported compatibility tools:

    @@ -44,8 +45,7 @@
  • Wine-GE
  • Lutris-Wine
  • Kron4ek's Vanilla Wine-Builds
  • -
  • DXVK and DXVK async
  • -
  • D8VK
  • +
  • DXVK and DXVK async (includes D8VK)
  • VKD3D
  • Double click compatibility tools to show more information and games using the tool.

    @@ -69,6 +69,17 @@ + + +

    Changes/Improvements:

    +
      +
    • Added support for the WineZGUI launcher
    • +
    • Allow installing older compatibility tools ("load more" button)
    • +
    • Removed D8VK in favor of DXVK
    • +
    +

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

    +
    +

    Changes/Improvements: