This commit is contained in:
Sergio Costas 2014-12-28 00:47:15 +01:00
parent 6dbb53332a
commit dbf60833f6
2 changed files with 4 additions and 1 deletions

View file

@ -47,6 +47,9 @@ Some of the future ideas to add to Devede NG are, without an specific order:
## History of versions ## ## History of versions ##
* version 0.1 beta 6 (2014-12-27)
* Fixed AVPROBE command line
* version 0.1 beta 5 (2014-12-27) * version 0.1 beta 5 (2014-12-27)
* Added support for MPV as movie player * Added support for MPV as movie player
* Added support for ffprobe and avprobe as movie info detector * Added support for ffprobe and avprobe as movie info detector

View file

@ -35,7 +35,7 @@ class configuration(GObject.GObject):
def __init__(self): def __init__(self):
GObject.GObject.__init__(self) GObject.GObject.__init__(self)
self.version = "0.1 Beta 5" self.version = "0.1 Beta 6"
def fill_config(self): def fill_config(self):