From ec3d9efc619922e7dfbad3af30446081b9c0ec51 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 7 Dec 2014 19:16:26 +0100 Subject: [PATCH] Set version to Beta 2 --- README.md | 7 +++++++ src/devede/configuration_data.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a1d2b..35a473c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## 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) * Fixed several strings in the menu * Fixed the bug that prevented to choose the final folder diff --git a/src/devede/configuration_data.py b/src/devede/configuration_data.py index b7ccbec..967c5ce 100644 --- a/src/devede/configuration_data.py +++ b/src/devede/configuration_data.py @@ -35,7 +35,7 @@ class configuration(GObject.GObject): def __init__(self): GObject.GObject.__init__(self) - self.version = "0.1 Beta 1" + self.version = "0.1 Beta 2" def fill_config(self):