Mercurial > urwid-satext
view CHANGELOG @ 105:20be00928875
Lower default setuptools version
From 0d607b6ed49eab758fd9b272e148f032e65fb2e2 Mon Sep 17 00:00:00 2001
python-setuptools 5.7 is not yet in Debian, so we need to set the
default version to 5.5 (the current version in sid) to avoid the newer
version to be downloaded from pypi.
author | Matteo Cypriani <mcy@lm7.fr> |
---|---|
date | Tue, 09 Sep 2014 22:09:51 -0400 |
parents | abc0ae944030 |
children | 7a6598df39ad |
line wrap: on
line source
All theses changelog are not exhaustive, please check mercurial repository for more details. v 0.4.1 (15/09/2014): - fixed forgotten files in MANIFEST.in v 0.4.0 (08/09/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 - new ListOption, to manage labels and values - removed __valid_text workaround - added TableContainer v 0.2.0 (09/01/2013): - new ModalEdit (manage modes à la vi) - new "dir" style FileDialog - Password now use AdvancedEdit - fixed missing CHANGELOG in MANIFEST.in v 0.1.2 (08/10/2011): Urwid 1.0.0 missing is_mouse_press fix v 0.1.1 (02/10/2011): Urwid 1.0.0 fix v 0.1.0 (12/01/2011): ** FIRST PUBLIC RELEASE ** (splitted from Salut à Toi project)