File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,9 +115,11 @@ Documentation
115115Changelog
116116---------
117117
118- - tkfilebrowser 2.1.2
118+ - tkfilebrowser 2.2.0
119119 * Use babel instead of locale in order not to change the locale globally
120- * Speed up (a little) folder content display
120+ * Speed up (a little) folder content display (only python >= 3.5)
121+ * Improve example: add comparison with default dialogs
122+ * Add select all on Ctrl+A if multiple selection is enabled
121123
122124- tkfilebrowser 2.1.1
123125 * Fix error if LOCAL_PATH does not exists or is not writtable
Original file line number Diff line number Diff line change 1+
12tkfilebrowser - Alternative to filedialog for Tkinter
23=====================================================
34Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
45
56Changelog
67---------
78
8- - tkfilebrowser 2.1.2
9+ - tkfilebrowser 2.2.0
910 * Use babel instead of locale in order not to change the locale globally
1011 * Speed up (a little) folder content display
11-
12+ * Improve example: add comparison with default dialogs
13+ * Add select all on Ctrl+A if multiple selection is enabled
14+
1215- tkfilebrowser 2.1.1
1316 * Fix error if LOCAL_PATH does not exists or is not writtable
1417
Original file line number Diff line number Diff line change 1212 long_description = f .read ()
1313
1414setup (name = 'tkfilebrowser' ,
15- version = '2.1.3 ' ,
15+ version = '2.2.0 ' ,
1616 description = 'File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.' ,
1717 long_description = long_description ,
1818 url = 'https://github.com/j4321/tkFileBrowser' ,
You can’t perform that action at this time.
0 commit comments