Created beta 1

This commit is contained in:
Sergio Costas 2014-09-22 20:57:07 +02:00
parent 6f0417e2ab
commit 0d312c19f2
2 changed files with 6 additions and 1 deletions

View file

@ -48,6 +48,11 @@ 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 1 (2014-09-22)
* Fixed several strings in the menu
* Fixed the bug that prevented to choose the final folder
* Removed single quotes that triggered an exception when creating a DVD without menu
* version 0.1 alpha 2 (2014-08-13) * version 0.1 alpha 2 (2014-08-13)
* Updated spanish translation and added POTFILES.in file * Updated spanish translation and added POTFILES.in file
* Allows to choose between MP2 and AC3 audio for menus * Allows to choose between MP2 and AC3 audio for menus

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 Alpha 2" self.version = "0.1 Beta 1"
def fill_config(self): def fill_config(self):