Bump to version 0.3.8

This commit is contained in:
Mathieu Comandon 2016-08-04 00:24:20 -07:00
parent e3173a328b
commit 30a2ca51d7
3 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,4 @@
VERSION="0.3.7.5"
VERSION="0.3.8"
cover:
rm tests/fixtures/pga.db -f

15
debian/changelog vendored
View file

@ -1,3 +1,18 @@
lutris (0.3.8) xenial; urgency=medium
* Add option to use the dark GTK theme variant
* Add Desmume runner
* Add option to limit games to a single CPU core
* Fix button mappings on mednafen
* Improve Reicast installation
* Add controller support to Reicast
* Disable Wine crash dialogs by default
* Sync steam games without depending on the remote library
* Use inotify to detect changes in Steam folders
* Allow to browse for mounted CD images during installation
-- Mathieu Comandon <strycore@gmail.com> Thu, 04 Aug 2016 00:13:38 -0700
lutris (0.3.7.5) xenial; urgency=medium
* Fix a bug where booleans in scripts would be converted to strings

View file

@ -5,7 +5,7 @@ from gi.repository import GLib
from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = "0.3.7.5"
VERSION = "0.3.8"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]