Update to 0.5.9.1

This commit is contained in:
Mathieu Comandon 2021-10-16 18:14:23 -07:00
parent f609352257
commit f4dee7eac3
4 changed files with 15 additions and 3 deletions

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
lutris (0.5.9.1) hirsute; urgency=medium
* Fix possible escaping error for gamescope option
* Remove walrus operator to restore compatibility with Python 3.7 / Ubuntu 18.04
* Remove log file being written in the home folder
* Fix install button for community installer
* Fix markup error on gamescope option
* Update URL for Ryujinx build
* Fix Steam sync creating duplicate games
-- Mathieu Comandon <strider@strycore.com> Sat, 16 Oct 2021 18:08:26 -0700
lutris (0.5.9) hirsute; urgency=medium
* Add initial support for Epic Games Store

View file

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

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.9"
__version__ = "0.5.9.1"

View file

@ -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-11" version="0.5.9" />
<release date="2021-10-16" version="0.5.9.1" />
</releases>
<content_rating type="oars-1.1" />
</component>