Releases: domhnallmorr/Tk-Path-Finder
Releases · domhnallmorr/Tk-Path-Finder
V0.58.0
V0.57.1
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
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
- Added custom control-c binding to address bar so the clipboard label is updated when address bar text is copied
V0.56.1
- Fixed bug where search window would crash if no files in directory.
- Moved case insensitive checkbox in search window.
V0.56.0
- 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
- 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
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
- 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
- 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.