From d80f055351905defc8e5e38e4df37a66a8671171 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 27 Jan 2019 10:35:54 +0100 Subject: [PATCH] Updated to version 4.13.0 --- HISTORY.md | 3 +++ README.md | 6 +----- setup.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 11fd64f..7e572c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index 59a5721..b44f543 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 12a5923..20ee4e9 100755 --- a/setup.py +++ b/setup.py @@ -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",