diff --git a/debian/changelog b/debian/changelog index f13acf8e7..37faf5e06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +lutris (0.4.18) bionic; urgency=medium + + * Fix 'execute' command arguments + * Fix 'write_json' command when no file exists + * Avoid crash when wine prefix has broken symlinks + * Update DXVK latest version to 0.52 + * Update winetricks + + -- Mathieu Comandon Thu, 24 May 2018 14:06:45 -0700 + lutris (0.4.17) bionic; urgency=medium * Add DVXK version option diff --git a/lutris.spec b/lutris.spec index 2b7cdf695..aaa7879af 100644 --- a/lutris.spec +++ b/lutris.spec @@ -6,7 +6,7 @@ %global appid net.lutris.Lutris Name: lutris -Version: 0.4.17 +Version: 0.4.18 Release: 2%{?dist} Summary: Install and play any video game easily diff --git a/lutris/settings.py b/lutris/settings.py index 96b633b0a..ca4b2aece 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -5,7 +5,7 @@ from gi.repository import GLib from lutris.util.settings import SettingsIO PROJECT = "Lutris" -VERSION = "0.4.17" +VERSION = "0.4.18" COPYRIGHT = "(c) 2010-2018 Lutris Gaming Platform" AUTHORS = ["Mathieu Comandon ", "Pascal Reinhard (Xodetaetl)