Add changelog for v0.5.11

This commit is contained in:
Mathieu Comandon 2022-08-04 15:53:12 -07:00
parent 7e035c3690
commit 703df306b3
4 changed files with 20 additions and 3 deletions

17
debian/changelog vendored
View file

@ -1,3 +1,20 @@
lutris (0.5.11) jammy; urgency=medium
* Fix for some installers commands exiting with return code 256
* Change shortcut for show/hide installed games to Ctrl + i
* Show/hide hidden games is assigned to Ctrl + h
* Install game launcher before login for services that use one.
* Added SheepShaver, BasiliskII and Mini vMac runners
* Don't perform runtime updates when a game is launched via a shortcut
* Fix crash when Lutris is unable to read the screen resolution
* Enable Gamescope on Nvidia >= 515
* Fixes for Steam shortcuts
* Add Gnome Console and Deepin Terminal to supported terminal emulators
* Fix crash when Mangohud is used alongside Gamescope
* Translation updates
-- Mathieu Comandon <strider@strycore.com> Thu, 04 Aug 2022 15:29:12 -0700
lutris (0.5.10.1) impish; urgency=medium
* Check for Steam executable in home folder for Flatpak

View file

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

View file

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

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="2022-04-18" version="0.5.10.1" />
<release date="2022-08-04" version="0.5.11" />
</releases>
<content_rating type="oars-1.1" />
</component>