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