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