Updated to beta 8
This commit is contained in:
parent
be37896b73
commit
0a437b5bbb
3 changed files with 8 additions and 2 deletions
|
|
@ -47,6 +47,12 @@ Some of the future ideas to add to Devede NG are, without an specific order:
|
|||
|
||||
|
||||
## History of versions ##
|
||||
* version 0.1 beta 8 (2014-12-28)
|
||||
* Added an extra fix for AVPROBE and FFPROBE, using the human readable strings to get the duration
|
||||
* Cleaner code for AVPROBE and FFPROBE
|
||||
* Removed devedesans.ttf file
|
||||
* Updated the setup.py file
|
||||
|
||||
* version 0.1 beta 7 (2014-12-28)
|
||||
* Moved the priority of MPLAYER over AVPROBE and FFPROBE until I discover what is happening with some data fields
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ compile_translations()
|
|||
setup(
|
||||
name='devedeng',
|
||||
|
||||
version='0.1.0.beta7',
|
||||
version='0.1.0.beta8',
|
||||
|
||||
description='A video DVD creator',
|
||||
long_description = "A program that allows to create video DVDs",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class configuration(GObject.GObject):
|
|||
|
||||
def __init__(self):
|
||||
GObject.GObject.__init__(self)
|
||||
self.version = "0.1 Beta 7"
|
||||
self.version = "0.1 Beta 8"
|
||||
|
||||
def fill_config(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue