Skip to content

Releases: domhnallmorr/Tk-Path-Finder

V0.58.0

24 Jun 19:39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

V0.53.0

23 Oct 17:39
Compare
Choose a tag to compare
  • Clipboard label now accounts for files that are cut (was previously only for copied files).
  • Added basic functionality to unzip .zip files using the built in zipfile module. Note this can only extract to a folder the same name as the file in question, if the folder already exists an error is shown.
  • Small update to the grid for the refresh button. It now extends 2 columns so overlaps the same column as the scrollbar.