Skip to content

Releases: domhnallmorr/Tk-Path-Finder

V0.44.0

09 Dec 16:35
Compare
Choose a tag to compare

Backups of the config files are now generated when the app is launched. The last 2 sessions are backed up.

V0.43.1

09 Dec 16:26
Compare
Choose a tag to compare

When creating a new quick access folder or renaming an existing one, the rename window is now used. Previously the tkinter simpledialog was used.

V0.43.0

09 Dec 13:38
Compare
Choose a tag to compare

Theme chosen by user is now written to config file and used as the default theme next time the app is opened.
File names sorting now ignores case in the branch tab treeview.
Added enter button binding to rename window entry.

V0.42.2

09 Dec 11:00
Compare
Choose a tag to compare

Minor improvements to search window

  • Added enter button binding to entries
  • Layout of window improved

V0.42.1

08 Dec 19:15
Compare
Choose a tag to compare

Fixed settings bug, where default column widths would not update in app.

V0.42.0

07 Dec 19:03
Compare
Choose a tag to compare

Added error handling for load last session if folder is not found.
Minor padx/y modification to branch tab treeview.
Title bar text improvements.
Fixed bug where branch tab treeview row height would change when switching styles.

V0.41.2

06 Dec 18:45
Compare
Choose a tag to compare
  • Treeview items deselect if user clicks on no item.
  • Small visual improvement to about screen
  • Filter by extension screen is no case insensitive when listing extensions
  • Alter icons for adding root/branch tab and quick access folder
  • Removed some commented code from quick access tree

V0.41.1

05 Dec 18:32
Compare
Choose a tag to compare

Fixed issue where custom_widgets folder was incorrectly spelt with capitals on github repo.

Made minor improved to settings screen formatting (apps tab).

V0.41.0

04 Dec 11:49
Compare
Choose a tag to compare

Pasting files now uses the default windows dialog window. This will allow the user to select if they wish to overwrite/duplicate files. Also gives better progress and time remaining information.

V0.40.0

03 Dec 11:51
Compare
Choose a tag to compare
  1. Added extra icons to branch tab right click menu.
  2. Added extra icons for Nastran Files
  3. Rename window now has entry focused so user can start typing straight away.
  4. Improved titlebar text in rename window.