Mercurial > urwid-satext
annotate CHANGELOG @ 104:abc0ae944030 0.4.1
new minor release to fix installation on pypi
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 15 Sep 2014 13:23:36 +0200 |
parents | 4629924c136f |
children | 7a6598df39ad |
rev | line source |
---|---|
45 | 1 All theses changelog are not exhaustive, please check mercurial repository for more details. |
2 | |
104
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
3 v 0.4.1 (15/09/2014): |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
4 - fixed forgotten files in MANIFEST.in |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
5 |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
6 v 0.4.0 (08/09/2014): |
100 | 7 - updates to follow Urwid changes |
8 - addLenu can add a category without item | |
9 - ConfirmDialog can manage a body | |
10 - new shortcuts management class | |
11 - FocusFrame refactoring | |
12 - new FocusPile | |
13 - new UnselectableListBox | |
14 - new AlwaysSelectableText | |
15 - SelectableText can be unselectable when empty | |
16 - focus fixes | |
17 - various fixes | |
18 | |
72 | 19 v 0.3.0 (26/02/2014): |
20 - updates for recent Urwid (> 1.1.0) | |
21 - updated deprecated FlowWidget use | |
22 - new ListOption, to manage labels and values | |
23 - removed __valid_text workaround | |
24 - added TableContainer | |
25 | |
61 | 26 v 0.2.0 (09/01/2013): |
27 - new ModalEdit (manage modes à la vi) | |
28 - new "dir" style FileDialog | |
29 - Password now use AdvancedEdit | |
30 - fixed missing CHANGELOG in MANIFEST.in | |
31 | |
54 | 32 v 0.1.2 (08/10/2011): |
33 Urwid 1.0.0 missing is_mouse_press fix | |
34 | |
45 | 35 v 0.1.1 (02/10/2011): |
36 Urwid 1.0.0 fix | |
37 | |
38 v 0.1.0 (12/01/2011): | |
39 ** FIRST PUBLIC RELEASE ** (splitted from Salut à Toi project) |