# HG changeset patch # User Goffi # Date 1468348568 -7200 # Node ID 33cb9a05ff846fe575d6cb8ff17da819e96f45ad # Parent db9bc68ca0a8d3e45e14af85e41990925492a186 version update (0.6.1) diff -r db9bc68ca0a8 -r 33cb9a05ff84 CHANGELOG --- a/CHANGELOG Tue Jul 12 20:23:07 2016 +0200 +++ b/CHANGELOG Tue Jul 12 20:36:08 2016 +0200 @@ -1,5 +1,8 @@ All theses changelog are not exhaustive, please check mercurial repository for more details. +v 0.6.1 (12/07/2016): + - FileDialog: fixed unicode + v 0.6.0 (02/12/2015): - menus management improvment - GenericList: better 'change' signal handling, added GenericList.contents property diff -r db9bc68ca0a8 -r 33cb9a05ff84 README --- a/README Tue Jul 12 20:23:07 2016 +0200 +++ b/README Tue Jul 12 20:36:08 2016 +0200 @@ -1,4 +1,4 @@ -urwid-satext v0.6.0 +urwid-satext v0.6.1 (c) Jérôme Poisson aka Goffi 2008-2016 (c) Adrien Cossa 2014-2016 @@ -52,7 +52,7 @@ ** Contact ** -You can contact me on goffi@goffi.org (e-mail) or goffi@jabber.fr (xmpp) -my blog (in french) is at http://www.goffi.org +You can contact us on contact@salut-a-toi.org (e-mail) SàT official site: http://www.salut-a-toi.org +Goffi's blog (french/english) is at http://www.goffi.org urwid-satext wiki page is at http://wiki.goffi.org/wiki/urwid-satext , you will find there link to the latests release, the repository, etc. diff -r db9bc68ca0a8 -r 33cb9a05ff84 setup.py --- a/setup.py Tue Jul 12 20:23:07 2016 +0200 +++ b/setup.py Tue Jul 12 20:36:08 2016 +0200 @@ -12,7 +12,7 @@ name = 'urwid_satext' setup(name=name, - version='0.6.0', + version='0.6.1', 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)',