mirror of
https://github.com/lutris/lutris
synced 2024-11-02 10:19:50 +00:00
Release 0.4.7
This commit is contained in:
parent
93e4f923b3
commit
8a6ce16f28
4 changed files with 13 additions and 3 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -391,7 +391,6 @@ class GameListView(Gtk.TreeView, GameView):
|
|||
|
||||
|
||||
class GameGridView(Gtk.IconView, GameView):
|
||||
"""DEPRECATED: Remove in Lutris 0.4.1"""
|
||||
__gsignals__ = GameView.__gsignals__
|
||||
|
||||
def __init__(self, store):
|
||||
|
|
|
@ -5,7 +5,7 @@ from gi.repository import GLib
|
|||
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"]
|
||||
|
|
Loading…
Reference in a new issue