* Thu Oct 17 2024 Richard Rahl <rrahl0@opensuse.org>
- add yad, set it as default (recommendation from upstream)
- remove small adjustments, as they got fixed upstream
* Thu Oct 10 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 1.12.0:
* --cwd-app flag to set working directory to the game's installation directory
* Add support for Snap Steam installations
* protontricks -c and protontricks-launch now use the current working directory
instead of the game's installation directory. --cwd-app can be used to
restore old behavior. Scripts can also $STEAM_APP_PATH environment variable
to determine the game's installation directory; this has been supported
(albeit undocumented) since 1.8.0.
* protontricks will now launch GUI if no arguments were provided
* Fix crash when parsing appinfo.vdf V29 in new Steam client version
* Fix Protontricks crash when config.vdf contains invalid Unicode characters
- Removed %check section as many tests for this version are broken
- Install the build dependency to git only for Tumbleweed, as it is only used there
- Use local provided python vdf module
- Add patches:
* 0001-Fix-using-local-vdf-module.patch
* Wed Aug 14 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 1.11.1:
* Fix Protontricks crash when custom Proton has an invalid or
empty compatibilitytool.vdf manifest
* Fix Protontricks GUI crash when Proton installation is
incomplete
* Check if Steam Runtime launcher service launched correctly
instead of always assuming successful launch
* Fri Jan 05 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 1.11.0:
* Show app icons for custom shortcuts in the app selector
* Verbose flag can be enabled with -vv for additional debug logging
* Fix Protontricks not recognizing supported Steam Runtime
installation due to changed name
* Fix Protontricks not recognizing default Proton installation for
games with different Proton preselected by Valve testing
* Fix Protontricks crash when app has an unidentifiable app icon
* Mon Oct 23 2023 Ralf Habacker <ralf.habacker@freenet.de>
- Fix incorrect use of mode parameter in _service file mentioned at
https://build.opensuse.org/request/show/1119325?notification_id=43740251
* Sat Oct 21 2023 Ralf Habacker <ralf.habacker@freenet.de>
- Use python3-setuptools to fix runtime dependency
* Wed Sep 20 2023 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 1.10.5:
* Convert icon to RGB mode before conversion
- Changes from 1.10.4:
* Document protontricks-launch
* Ensure all app icons have 32x32 size
* Add utils.get_cache_dir
* Ignore possible extra data in binary VDF
* Do not use loop to check for launcher
* Fix outdated protontricks-launch help text
- Add required packages python3-Pillow and setuptools
- Add fdupes as build requirement and use it
* Fri Jul 14 2023 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 1.10.3:
* Replace deprecated setuptools parameter
* Disable background-wineserver by default
* Always look for Flatpak Steam installation
* Add Sniper as supported runtime
* Check for 'steamapps' in case-insensitive manner
- Changes from 1.10.2:
* Update section on community packages
* Remove unused imports
* Update section on community package
* Fix locale settings on Steam Deck
* Find Windows shortcut prefix properly
* Check and log more permission errors gracefully
* Sat Dec 31 2022 Jan-Luca Kiok <me@jlk.one>
- Change service url protocol from git to https
* Sat Dec 31 2022 Jan-Luca Kiok <me@jlk.one>
- Update to version 1.10.1:
+ Fixed
* Fix crash when parsing appinfo.vdf V28 version introduced in
Steam beta
- Changes from 1.10.0:
+ Added
* Prompt the user for a Steam installation if multiple
installations are found
- Changes from 1.9.2:
+ Fixed
* Fix random crashes when running Wine commands due to race
condition in Wine launcher script
- Changes from 1.9.1:
+ Added
* Print a warning when multiple Steam directories are detected
and "STEAM_DIR" is not used to specify the directory
+ Changed
* Launch Steam Runtime sandbox with "--bus-name" parameter
instead of the now deprecated "--socket"
+ Fixed
* Fix various crashes due to Wine processes under Steam Runtime
sandbox using the incorrect working directory
- Changes from 1.9.0:
+ Added
* Add "-l/--list" command to list all games
+ Fixed
* Fix "wineserver -w" calls hanging when legacy Steam Runtime
and background wineserver are enabled
* Do not attempt to launch bwrap-launcher if bwrap is not
available
- Changes from 1.8.2:
+ Fixed
* Fix Wine crash on newer Steam Runtime installations due to
renamed runtime executable
* Fix graphical Wine applications crashing on Wayland
* Fix Protontricks crash caused by Steam shortcuts created by
3rd party applications such as Lutris
- Changes from 1.8.1:
+ Added
* Prompt the user to update Flatpak permissions if inaccessible
paths are detected
+ Fixed
* Fix Proton discovery on Steam Deck
+ Removed
* Drop Python 3.5 support