Skip to content

Commit 9583085

Browse files
committed
Update changelog
1 parent c9299b5 commit 9583085

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ Documentation
115115
Changelog
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

changelog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
12
tkfilebrowser - Alternative to filedialog for Tkinter
23
=====================================================
34
Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
45

56
Changelog
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313

1414
setup(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',

0 commit comments

Comments
 (0)