Bump version to 0.5.7 and write changelog

This commit is contained in:
Mathieu Comandon 2020-06-26 18:37:43 -07:00 committed by Mathieu Comandon
parent 819db4065b
commit 336f852bc7
4 changed files with 21 additions and 3 deletions

18
debian/changelog vendored
View file

@ -1,3 +1,21 @@
lutris (0.5.7) focal; urgency=medium
* Use Meson and Ninja to build translation files
* Improve Debian package compliance with standards
* Add translation strings for the code base
* Set a default directory to manually added games, allowing to remove them
* Deprecate MESS runner
* Migrate all MESS games to MAME
* Get full supported system list from the XML given by MAME
* Allow to run MAME games by ID if the ROM path is set
* Add a no-GUI option to RPCS3
* Fix GalliumNine conflicts with DXVK
* Improve performance of DirectX 12 games running on AMD GPU by setting RADV_DEBUG=zerovram
* Add option to disable Direct9 support in DXVK
* Code style fixes. Pylint is now used in the Travis checks.
-- Mathieu Comandon <strider@strycore.com> Fri, 26 Jun 2020 18:06:18 -0700
lutris (0.5.6) eoan; urgency=medium
* Add some wine core processes to be excluded from monitor (Fixes Battle.net

View file

@ -6,7 +6,7 @@
%global appid net.lutris.Lutris
Name: lutris
Version: 0.5.6
Version: 0.5.7
Release: 7%{?dist}
Summary: Install and play any video game easily

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.6"
__version__ = "0.5.7"

View file

@ -26,7 +26,7 @@
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
<releases>
<release date="2020-04-14" version="0.5.6" />
<release date="2020-06-30" version="0.5.7" />
</releases>
<content_rating type="oars-1.1" />
</component>