Release 0.5.0.1

This commit is contained in:
Mathieu Comandon 2019-02-03 00:24:26 -08:00
parent 40ce8cee7f
commit 913a97b759
3 changed files with 14 additions and 2 deletions

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
lutris (0.5.0ubuntu1) UNRELEASED; urgency=medium
* Bullshit my way out of Gtk+ fuckery (Closes #1697)
* Initialize playtime attribute when invalid playtime found (Closes #1698)
* Strip equal signs from envvars (Closes #1699)
* If the Fedora shit breaks the SUSE shit, I just delete it, OK? (Closes #1700)
* Add application attribute on GenericPanel (Closes #1702)
* Avoid crashing on weird GPU configs (Closes #1706)
* Remove get_config_id (Closes #1708)
-- Mathieu Comandon <strycore@gmail.com> Sun, 03 Feb 2019 00:21:32 -0800
lutris (0.5.0) cosmic; urgency=medium lutris (0.5.0) cosmic; urgency=medium
* Modernize the Gtk UI, thanks to the improvements made by @TingPing * Modernize the Gtk UI, thanks to the improvements made by @TingPing

View file

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

View file

@ -1,3 +1,3 @@
"""Main Lutris package""" """Main Lutris package"""
__version__ = "0.5.0" __version__ = "0.5.0.1"