Mercurial > urwid-satext
annotate CHANGELOG @ 118:7a6598df39ad
added 0.6.0 changelog
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 07 Dec 2015 18:57:45 +0100 |
parents | abc0ae944030 |
children | 33cb9a05ff84 |
rev | line source |
---|---|
45 | 1 All theses changelog are not exhaustive, please check mercurial repository for more details. |
2 | |
118 | 3 v 0.6.0 (02/12/2015): |
4 - menus management improvment | |
5 - GenericList: better 'change' signal handling, added GenericList.contents property | |
6 - TabsContainer: allows to select a tab when adding it | |
7 - FileDialog: a message can now be displayed above the file selector | |
8 - NotificationBar: removePopUp allows to remove a widget in the queue | |
9 - GenericDialog buttons callbacks can be set after widget creation | |
10 - various fixes | |
11 | |
104
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
12 v 0.4.1 (15/09/2014): |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
13 - fixed forgotten files in MANIFEST.in |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
14 |
abc0ae944030
new minor release to fix installation on pypi
Goffi <goffi@goffi.org>
parents:
100
diff
changeset
|
15 v 0.4.0 (08/09/2014): |
100 | 16 - updates to follow Urwid changes |
17 - addLenu can add a category without item | |
18 - ConfirmDialog can manage a body | |
19 - new shortcuts management class | |
20 - FocusFrame refactoring | |
21 - new FocusPile | |
22 - new UnselectableListBox | |
23 - new AlwaysSelectableText | |
24 - SelectableText can be unselectable when empty | |
25 - focus fixes | |
26 - various fixes | |
27 | |
72 | 28 v 0.3.0 (26/02/2014): |
29 - updates for recent Urwid (> 1.1.0) | |
30 - updated deprecated FlowWidget use | |
31 - new ListOption, to manage labels and values | |
32 - removed __valid_text workaround | |
33 - added TableContainer | |
34 | |
61 | 35 v 0.2.0 (09/01/2013): |
36 - new ModalEdit (manage modes à la vi) | |
37 - new "dir" style FileDialog | |
38 - Password now use AdvancedEdit | |
39 - fixed missing CHANGELOG in MANIFEST.in | |
40 | |
54 | 41 v 0.1.2 (08/10/2011): |
42 Urwid 1.0.0 missing is_mouse_press fix | |
43 | |
45 | 44 v 0.1.1 (02/10/2011): |
45 Urwid 1.0.0 fix | |
46 | |
47 v 0.1.0 (12/01/2011): | |
48 ** FIRST PUBLIC RELEASE ** (splitted from Salut à Toi project) |