Skip to content

Releases: domhnallmorr/Tk-Path-Finder

V0.52.0

21 Oct 10:54
Compare
Choose a tag to compare

Added a clipboard label to show how many items have been copied
Fixed bug in search window where selecting "Name Only" did not work when searching for folders (full path was being returned)
Raw python string option now works when searching for folders
Update to pady for the treeview and scrollbar in the branch tab
Update to about window text layout

V0.51.2

15 Oct 12:52
Compare
Choose a tag to compare

When a new folder is created, it is now selected by default when the view refreshes. If multiple folders are created, the first is selected.
When the user clicks on a blank row in the to do list, the treeview selection is now cleared.

V0.51.1

14 Oct 11:55
Compare
Choose a tag to compare

Bug fix for search for text with a given file extension.
Diary window can no longer be opened multiple times

V0.51.0

09 Sep 09:19
Compare
Choose a tag to compare

Added an additional tab to the search window "Search for Text". This uses the findstr method in cmd to look for specific text in any files with the given file extension.

Functionality is pretty basic at the moment. Will likely expand this feature later.

V0.50.0

24 Jun 10:21
Compare
Choose a tag to compare

Added feature where a default folder can be selected in the branch tab treeview. This is used if the user clicks up one level. the previous folder the user was in is selected by default when the view updates to the new data.

V0.49.7

23 Jun 06:50
Compare
Choose a tag to compare

PDF tools have been updated to support pypdf2 V3

V0.49.6

17 Jun 15:11
Compare
Choose a tag to compare

Fixed Bug where address bar was empty on a newly created branch tab.

V0.49.5

05 Jun 17:19
Compare
Choose a tag to compare

Improved method of truncating buttons in the address bar.

V0.49.4

03 Jun 11:52
Compare
Choose a tag to compare

Added mathcad worksheet icon.
Increased branch tab treeview row height by 1.

V0.49.3

03 Jun 11:37
Compare
Choose a tag to compare

Added a first attempt to truncate the buttons in the address bar if the current path is long and some buttons end up off screen. This will likely need further refinement.