Launched beta 5
This commit is contained in:
parent
6b5ffc4b58
commit
627a7ba4de
2 changed files with 5 additions and 1 deletions
|
|
@ -47,6 +47,10 @@ 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 5 (2014-12-27)
|
||||||
|
* Added support for MPV as movie player
|
||||||
|
* Added support for ffprobe and avprobe as movie info detector
|
||||||
|
|
||||||
* version 0.1 beta 4 (2014-12-25)
|
* version 0.1 beta 4 (2014-12-25)
|
||||||
* Now ensures that the maximum bitrate is honored
|
* Now ensures that the maximum bitrate is honored
|
||||||
* Added the maximum bitrates for each available format
|
* Added the maximum bitrates for each available format
|
||||||
|
|
|
||||||
|
|
@ -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 4"
|
self.version = "0.1 Beta 5"
|
||||||
|
|
||||||
def fill_config(self):
|
def fill_config(self):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue