1
0
mirror of https://github.com/lutris/lutris synced 2024-07-03 07:28:41 +00:00

Update to 0.5.10.1

This commit is contained in:
Mathieu Comandon 2022-04-18 19:16:52 -07:00
parent c0a6c0728e
commit 58baae92a9
4 changed files with 20 additions and 5 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
lutris (0.5.10.1) impish; urgency=medium
* Check for Steam executable in home folder for Flatpak
* Adjust the Steam, application and desktop shortcuts to launch with
Flatpak when necessary
* Disable local (XDG) service in Flatpak
* Simplify MangoHUD option (now an On/Off toggle)
* Remove ability for Lutris to quit Steam
* Don't default to fsync on older kernels
* Default to a base resolution when Lutris is unable to read the current
configuration
* Fix issue with .NET 4.8 installation which affects the FF XIV launcher
-- Mathieu Comandon <strider@strycore.com> Mon, 18 Apr 2022 19:07:08 -0700
lutris (0.5.10) impish; urgency=medium
* Add new window to add games to Lutris, with searches from the website,

View File

@ -6,7 +6,7 @@
%global appid net.lutris.Lutris
Name: lutris
Version: 0.5.10
Version: 0.5.10.1
Release: 7%{?dist}
Summary: Video game preservation platform

View File

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.10"
__version__ = "0.5.10.1"

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Lutris -->
<!-- Copyright 2022 Lutris -->
<component type="desktop">
<id>net.lutris.Lutris</id>
<project_license>GPL-3.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<translation type="gettext">lutris</translation>
<developer_name translatable="no">Lutris Team</developer_name>
<update_contact>strider@lutris.net</update_contact>
<update_contact>strider@strycore.com</update_contact>
<name translatable="no">Lutris</name>
<summary>Video game preservation platform</summary>
<screenshots>
@ -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="2022-02-04" version="0.5.10" />
<release date="2022-18-04" version="0.5.10.1" />
</releases>
<content_rating type="oars-1.1" />
</component>