Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Apr 9, 2017
1 parent 93e4f92 commit 8a6ce16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
@@ -1,3 +1,14 @@
lutris (0.4.7) yakkety; urgency=medium

* Add support for more libretro cores
* Revert main view to IconView instead of Flowbox, improving performance
* Persist game platforms to the database, improving performance
* Fix argument parsing for msi installers
* Use gzdoom instead of zdoom
* Misc bugfixes

-- Mathieu Comandon <strycore@gmail.com> Sun, 09 Apr 2017 13:40:50 -0700

lutris (0.4.6) yakkety; urgency=medium

* Various UI fixes
Expand Down
2 changes: 1 addition & 1 deletion lutris.spec
Expand Up @@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}

Name: lutris
Version: 0.4.6
Version: 0.4.7
Release: 2%{?dist}
Summary: Install and play any video game easily

Expand Down
1 change: 0 additions & 1 deletion lutris/gui/gameviews.py
Expand Up @@ -391,7 +391,6 @@ def on_column_width_changed(self, col, *args):


class GameGridView(Gtk.IconView, GameView):
"""DEPRECATED: Remove in Lutris 0.4.1"""
__gsignals__ = GameView.__gsignals__

def __init__(self, store):
Expand Down
2 changes: 1 addition & 1 deletion lutris/settings.py
Expand Up @@ -5,7 +5,7 @@
from lutris.util.settings import SettingsIO

PROJECT = "Lutris"
VERSION = "0.4.6"
VERSION = "0.4.7"
COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]
Expand Down

0 comments on commit 8a6ce16

Please sign in to comment.