Set version to Beta 2
This commit is contained in:
parent
d830276387
commit
ec3d9efc61
2 changed files with 8 additions and 1 deletions
|
|
@ -48,6 +48,13 @@ 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 2 (2014-12-07)
|
||||||
|
* Fixed a bug when jumping to a video not visible in the main menu
|
||||||
|
* Fixed a bug when the main menu has two or more pages
|
||||||
|
* Default size for main window bigger
|
||||||
|
* Allows to change the title by double-clicking on it
|
||||||
|
* Shows the duration of each title
|
||||||
|
|
||||||
* version 0.1 beta 1 (2014-09-22)
|
* version 0.1 beta 1 (2014-09-22)
|
||||||
* Fixed several strings in the menu
|
* Fixed several strings in the menu
|
||||||
* Fixed the bug that prevented to choose the final folder
|
* Fixed the bug that prevented to choose the final folder
|
||||||
|
|
|
||||||
|
|
@ -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 1"
|
self.version = "0.1 Beta 2"
|
||||||
|
|
||||||
def fill_config(self):
|
def fill_config(self):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue