Skip to content

Releases: domhnallmorr/Tk-Path-Finder

V0.11.0

17 Oct 14:21
Compare
Choose a tag to compare
V0.11.0 Pre-release
Pre-release

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

17 Oct 11:52
Compare
Choose a tag to compare
V0.10.0 Pre-release
Pre-release

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

17 Oct 10:10
Compare
Choose a tag to compare
V0.09.0 Pre-release
Pre-release

Added basic copy paste functionality

V0.08.1

16 Oct 15:54
Compare
Choose a tag to compare
V0.08.1 Pre-release
Pre-release

Fixed bug in address bar enter bind

V0.08.0

16 Oct 14:57
Compare
Choose a tag to compare
V0.08.0 Pre-release
Pre-release

Added ability to create and rename text files.

V0.07.0

16 Oct 14:19
Compare
Choose a tag to compare
V0.07.0 Pre-release
Pre-release

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

16 Oct 11:29
Compare
Choose a tag to compare
V0.06.0 Pre-release
Pre-release

Added Forward/Back Navigation Buttons

V0.04.0

16 Oct 08:44
Compare
Choose a tag to compare
V0.04.0 Pre-release
Pre-release

Added date modified and size column data.

V0.03.0

16 Oct 05:01
Compare
Choose a tag to compare
V0.03.0 Pre-release
Pre-release

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.