Releases: domhnallmorr/Tk-Path-Finder
V0.11.0
Added basic search feature.
Search returns string in text widget. Option included to return the strings in python raw string format. This is intended for quickly creating a list of files for a python script.
V0.10.0
Added basic sorting to branch tab treeview. Size/file type and date modified can now be sorted.
Fixed bug where the branch_tab update_treeview function was calling explorer.list_directory. The directory data was effectively being read twice.
V0.09.0
Added basic copy paste functionality
V0.08.1
Fixed bug in address bar enter bind
V0.08.0
Added ability to create and rename text files.
V0.07.0
Added functionality to create folders.
Fixed bug where right click menu was not showing up on main file tree if a file/folder was not selected.
V0.06.0
Added Forward/Back Navigation Buttons
V0.04.0
Added date modified and size column data.
V0.03.0
Basic Functionality Completed.
For folders with many files (several hundred or more) performance is very poor.
NB! Text editor is hard coded, see branch_tab.py line 106.