Add entries to changelog

This commit is contained in:
Mathieu Comandon 2022-02-25 12:43:27 -08:00
parent 85da1a656e
commit c777398e13
3 changed files with 9 additions and 5 deletions

8
debian/changelog vendored
View file

@ -16,8 +16,12 @@ lutris (0.5.10) impish; urgency=medium
* Add option to enable BattleEye anti-cheat support
* Default to Retroarch cores in ~/.config/retroarch/cores if available
* Add support for downloading patches and DLC for GOG games
* Add --export command line flag to export a game (requires --dest for
the destination path)
* Add --export and --import command line flags to export a game a lutris
game and re-import it (requires --dest for the destination path)
* Add command line flags to manage runners: --install-runner, --uninstall-runners,
--list-runners, --list-wine-versions
* Change behavior of the "Stop" button, remove "Kill all Wine processes" action
* Gamescope option is now disabled on Nvidia GPUs
* Enable F-Sync by default
-- Mathieu Comandon <strider@strycore.com> Fri, 04 Feb 2022 19:14:41 -0800

View file

@ -187,11 +187,11 @@ class Application(Gtk.Application):
None,
)
self.add_main_option(
"list-wine-runners",
"list-wine-versions",
0,
GLib.OptionFlags.NONE,
GLib.OptionArg.NONE,
_("List all known Wine runners"),
_("List all known Wine versions"),
None,
)
self.add_main_option(

View file

@ -7,8 +7,8 @@ from gettext import gettext as _
from lutris import runners
from lutris.util import linux, system
from lutris.util.graphics import drivers
from lutris.util.display import DISPLAY_MANAGER, SCREEN_SAVER_INHIBITOR, USE_DRI_PRIME
from lutris.util.graphics import drivers
VULKAN_DATA_DIRS = [
"/usr/local/etc/vulkan", # standard site-local location