Skip to content

Releases: domhnallmorr/Tk-Path-Finder

V1.0.0

30 Nov 15:10

Choose a tag to compare

Bump V1.0.0

Resolved dependency issues for newer versions of python.
App runs on Python version 3.13.9
Pillow version updated to V12 accordingly.
Resolved distutils import import error
Resolved SyntaxWarning: invalid escape sequence '\s' in branch_tab_model

V0.58.0

24 Jun 19:39

Choose a tag to compare

Icon creation process from base64 text has been updated to be compatible with pillow v10.

Versions of pillow prior to V10 are now no longer supported.

V0.57.1

26 May 06:40

Choose a tag to compare

File extension icons are now not case sensitive.

E.g. a .json and a .JSON file will be displayed in the treeview with the same icon.

V0.57.0

27 Feb 11:52

Choose a tag to compare

Bug fix. On app startup, quick access treeview was selecting each link as they were being created. Found an issue where a path that no longer exists would prevent the app from launching (endless "file not found" message).

Quick access tree no longer selects the links when setting up the tree on startup.

V0.56.2

26 Nov 10:58

Choose a tag to compare

  • Added custom control-c binding to address bar so the clipboard label is updated when address bar text is copied

V0.56.1

13 Nov 18:52

Choose a tag to compare

  • Fixed bug where search window would crash if no files in directory.
  • Moved case insensitive checkbox in search window.

V0.56.0

11 Nov 19:45

Choose a tag to compare

  • added database and json icons
  • Search for text window now has combobox to select file extension
  • Search for text window now has case insensitive search option
  • Search for text window now indicates if nothing found
  • Settings Window, added error handling when delete is selected and no app is selected in treeview

V0.55.0

05 Nov 11:50

Choose a tag to compare

  • fixed bug where view.delete_all_tabs where root_tabs was being modified while being iterated over
  • added ability to select icon for branch tab
  • Improvement in treeview header color in light themes

V0.54.1

04 Nov 12:08

Choose a tag to compare

Bug fix. Branch and root tab ids are now deleted from view dictionary when the tab is deleted. This resolves an issue where the clipboard label of a deleted tab was being updated.

V0.54.0

04 Nov 11:01

Choose a tag to compare

  • Fixed bug where messagebox was not defined in rename window
  • Added remove filter option to right click filter context menu
  • Enter is now bound to "filter by text" entry widget
  • When a link is added, it is now selected by default and it's parent folder is opened
  • Clipboard label now updates if filename or filepath is copied
  • Search for files window now indicates if no items were found
  • Cursor position now defaults to the start of the entry in the rename dialog