Version beta 11
This commit is contained in:
parent
bc6fa87b3c
commit
7d8dad542b
2 changed files with 6 additions and 1 deletions
|
|
@ -47,6 +47,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 11 (2015-01-29)
|
||||||
|
* Now allows to automatically generate a debian package
|
||||||
|
* Renamed the module from 'devede' to 'devedeng'
|
||||||
|
* Renamed some files to avoid clashing with the 'classic devede' debian package.
|
||||||
|
|
||||||
* version 0.1 beta 10 (2015-01-22)
|
* version 0.1 beta 10 (2015-01-22)
|
||||||
* Now jumps to the desired next video when the current movie ends and the creator set it to jump to another menu entry
|
* Now jumps to the desired next video when the current movie ends and the creator set it to jump to another menu entry
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 10"
|
self.version = "0.1 Beta 11"
|
||||||
|
|
||||||
def fill_config(self):
|
def fill_config(self):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue