changeset 100:4629924c136f 0.4.0

Changelog + version update
author Goffi <goffi@goffi.org>
date Mon, 08 Sep 2014 23:39:46 +0200
parents b2fee87c1d5a
children de3f1cdd5c4c
files CHANGELOG README setup.py
diffstat 3 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Mon Sep 08 18:11:16 2014 +0200
+++ b/CHANGELOG	Mon Sep 08 23:39:46 2014 +0200
@@ -1,5 +1,18 @@
 All theses changelog are not exhaustive, please check mercurial repository for more details.
 
+v 0.4.0 (08/02/2014):
+	- updates to follow Urwid changes
+	- addLenu can add a category without item
+	- ConfirmDialog can manage a body
+	- new shortcuts management class
+	- FocusFrame refactoring
+	- new FocusPile
+	- new UnselectableListBox
+	- new AlwaysSelectableText
+	- SelectableText can be unselectable when empty
+	- focus fixes
+	- various fixes
+
 v 0.3.0 (26/02/2014):
 	- updates for recent Urwid (> 1.1.0)
 	- updated deprecated FlowWidget use
--- a/README	Mon Sep 08 18:11:16 2014 +0200
+++ b/README	Mon Sep 08 23:39:46 2014 +0200
@@ -1,5 +1,6 @@
-urwid-satext v0.3.0
+urwid-satext v0.4.0
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
+(c) Adrien Cossa 2014
 
 urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid
 
--- a/setup.py	Mon Sep 08 18:11:16 2014 +0200
+++ b/setup.py	Mon Sep 08 23:39:46 2014 +0200
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.3.0',
+      version='0.4.0',
       description=u'SàT extension widgets for Urwid',
       long_description=u'Urwid SàT extension widgets is a set of widgets for the console user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.',
       author='Goffi (Jérôme Poisson)',