# HG changeset patch # User Goffi # Date 1410212386 -7200 # Node ID 4629924c136fdf1ec31962d407cc4f7da1fba4dc # Parent b2fee87c1d5a734b946c198addf75097afc7b83e Changelog + version update diff -r b2fee87c1d5a -r 4629924c136f CHANGELOG --- 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 diff -r b2fee87c1d5a -r 4629924c136f README --- 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 diff -r b2fee87c1d5a -r 4629924c136f setup.py --- 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)',