mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Add information for 0.5.10 release
This commit is contained in:
parent
9d9f07e9e6
commit
65f8b5ae3a
4 changed files with 21 additions and 3 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
@ -1,3 +1,21 @@
|
|||
lutris (0.5.10) impish; urgency=medium
|
||||
|
||||
* Add new window to add games to Lutris, with searches from the website,
|
||||
scanning a folder for previously installed games, installing a Windows
|
||||
game from a setup file, installing from a YAML script or configuring a
|
||||
single game manually.
|
||||
* Move the search for Lutris installers from a tab in the Lutris service
|
||||
to the window for adding games.
|
||||
* Add a coverart format
|
||||
* Add integration with EA Origin
|
||||
* Add integration with Ubisoft Connect
|
||||
* Remove Winesteam runner (install Steam for Windows in Lutris instead)
|
||||
* PC (Linux and Windows) games have their own dedicated Nvidia shader cache
|
||||
* Add dgvoodoo2 option
|
||||
* Add option to enable BattleEye anti-cheat support
|
||||
|
||||
-- Mathieu Comandon <strider@strycore.com> Fri, 04 Feb 2022 19:14:41 -0800
|
||||
|
||||
lutris (0.5.9.1) hirsute; urgency=medium
|
||||
|
||||
* Fix possible escaping error for gamescope option
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
%global appid net.lutris.Lutris
|
||||
|
||||
Name: lutris
|
||||
Version: 0.5.9.1
|
||||
Version: 0.5.10
|
||||
Release: 7%{?dist}
|
||||
Summary: Video game preservation platform
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""Main Lutris package"""
|
||||
|
||||
__version__ = "0.5.9.1"
|
||||
__version__ = "0.5.10"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
|
||||
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
|
||||
<releases>
|
||||
<release date="2021-10-16" version="0.5.9.1" />
|
||||
<release date="2022-02-04" version="0.5.10" />
|
||||
</releases>
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
|
|
Loading…
Reference in a new issue