Skip to content

Commit fc8c3dd

Browse files
committed
Update changelog and version
1 parent e20089c commit fc8c3dd

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ filebrowser and the following functions, similar to the one in filedialog:
2121
* ``askopendirnames`` that allow the selection of multiple folders
2222

2323
* ``asksaveasfilename`` that returns a single filename and give a warning if the file already exists
24-
24+
2525

2626
The documentation is also available here: https://tkfilebrowser.readthedocs.io
2727

@@ -32,7 +32,7 @@ Requirements
3232
------------
3333

3434
- Linux or Windows
35-
- Python 2.7 or 3.x
35+
- Python 2.7 or 3.x
3636

3737
And the python packages:
3838

@@ -125,19 +125,22 @@ Documentation
125125
is asked to confirm its replacement.
126126

127127
Additional option:
128-
128+
129129
- defaultext: extension added to filename if none is given (default is none)
130130

131131

132132
Changelog
133133
---------
134134

135+
- tkfilebrowser 2.3.2
136+
* Show networked drives on Windows
137+
135138
- tkfilebrowser 2.3.1
136139
* Fix path bar navigation in Linux
137-
140+
138141
- tkfilebrowser 2.3.0
139142
* Make package compatible with Windows
140-
* Set initial focus on entry in save mode
143+
* Set initial focus on entry in save mode
141144

142145
- tkfilebrowser 2.2.6
143146
* No longer reset path bar when clicking on a path button
@@ -146,9 +149,9 @@ Changelog
146149
- tkfilebrowser 2.2.5
147150
* Add compatibility with Tk < 8.6.0 (requires PIL.ImageTk)
148151
* Add desktop icon in shortcuts
149-
* Fix handling of spaces in bookmarks
152+
* Fix handling of spaces in bookmarks
150153
* Fix bug due to spaces in recent file names
151-
154+
152155
- tkfilebrowser 2.2.4
153156
* Fix bug in desktop folder identification
154157

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
setup(name='tkfilebrowser',
17-
version='2.3.1',
17+
version='2.3.2',
1818
description='File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.',
1919
long_description=long_description,
2020
url='https://github.com/j4321/tkFileBrowser',

0 commit comments

Comments
 (0)