Updated to version 4.13.0

This commit is contained in:
Sergio Costas 2019-01-27 10:35:54 +01:00
parent 5e64ed7693
commit d80f055351
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,8 @@
# History of versions #
* version 4.13.0 (2019-01-27)
* Allows to add separators in the menu, to group videos in pages
* version 4.12.0 (2018-06-28)
* Now ensures that the audio bitrate is always a legal value

View file

@ -6,13 +6,11 @@ Devede NG is a rewrite of the Devede DVD disc authoring program. This new
code has been written from scratch, and uses Python3 and Gtk3. It is also
cleaner, which will allow to add new features in the future.
## INSTALLING DEVEDE NG ##
Just type:
sudo ./setup.py install
sudo ./setup.py install
## USING DEVEDE NG ##
@ -34,7 +32,6 @@ The current visible changes are quite small in number:
* Allows to choose the subtitle colors
* Allows to choose between MP2 and AC3 audio for menus
## THINGS TO DO ##
Some of the future ideas to add to Devede NG are, without an specific order:
@ -44,7 +41,6 @@ Some of the future ideas to add to Devede NG are, without an specific order:
* allow to replace the movie's audio track with one or several MP3 or OGG audio files
* preview of a converted menu
## CONTACTING THE AUTHOR ##
Sergio Costas Rodriguez

View file

@ -84,7 +84,7 @@ except:
setup(
name='devedeng',
version='4.12.99',
version='4.13.0',
description='A video DVD creator',
long_description="A program that allows to create video DVDs",