Releases: j4321/tkFileBrowser
Releases · j4321/tkFileBrowser
tkfilebrowser-2.1.1
Fix error if LOCAL_PATH does not exists or is not writtable
tkfilebrowser-2.1.0
- Add compatibility with tkinter.filedialog keywords 'master' and 'defaultextension'
- Change look of filetype selector
- Fix bugs when navigating without displaying hidden files
- Fix color alternance bug when hiding hidden files
- Fix setup.py
- Hide suggestion drop-down when nothing matches anymore
tkfilebrowser-2.0.0
- Change package name to tkfilebrowser to respect PEP 8
- Display error message when an issue occurs during folder creation
- Cycle only through folders with key browsing in "opendir" mode
- Complete only with folder names in "opendir" mode
- Fix bug: grey/white color alternance not always respected
- Add
__main__.py
with an example - Add "Recent files" shortcut
- Make the text of the validate and cancel buttons customizable
- Add possibility to disable new folder creation
- Add python 2 support
- Add horizontal scrollbar
tkFileBrowser-1.1.2
- Added tooltips to display the full path of the shortcut if the mouse stays long enough over it.
- Corrected bug: style of browser treeview applied to parent
tkFileBrowser-1.1.1
- Corrected bug: key browsing did not work with capital letters
- Added specific icons for symlinks
- Added handling of symlinks, the real path is returned instead of the link path
tkFileBrowser-1.1.0
- Added possibility to sort columns (name, size, modification date)
- Corrected bug concerning the initialfile argument
tkFileBrowser-1.0.1
Set default parent of filebrowser to None like for usual tkinter filedialogs and messageboxes.
tkFileBrowser-1.0.0
First release of tkFileBrowser.