File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tkfilebrowser
22=============
33
4- |Release |_ |Linux | |Windows | |Travis | |Codecov | |License | |Doc |
4+ |Release | |Linux | |Windows | |Travis | |Codecov | |License | |Doc |
55
66tkfilebrowser is an alternative to tkinter.filedialog that allows the
77user to select files or directories. The GUI is written with tkinter but
@@ -132,6 +132,9 @@ Documentation
132132Changelog
133133---------
134134
135+ - tkfilebrowser 2.3.1
136+ * Fix path bar navigation in Linux
137+
135138- tkfilebrowser 2.3.0
136139 * Make package compatible with Windows
137140 * Set initial focus on entry in save mode
@@ -282,7 +285,7 @@ Example
282285
283286 .. |Release | image :: https://badge.fury.io/py/tkfilebrowser.svg
284287 :alt: Latest Release
285- .. _ Release : https://pypi.org/project/tkfilebrowser/
288+ :target: https://pypi.org/project/tkfilebrowser/
286289.. |Linux | image :: https://img.shields.io/badge/platform-Linux-blue.svg
287290 :alt: Platform Linux
288291.. |Windows | image :: https://img.shields.io/badge/platform-Windows-blue.svg
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ tkfilebrowser 2.3.1
5+ -------------------
6+
7+ * Fix path bar navigation in Linux
8+
49tkfilebrowser 2.3.0
510-------------------
611
Original file line number Diff line number Diff line change 1414
1515
1616setup (name = 'tkfilebrowser' ,
17- version = '2.3.0 ' ,
17+ version = '2.3.1 ' ,
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' ,
You can’t perform that action at this time.
0 commit comments