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