Path Length Checker Changelog

What's new in Path Length Checker 1.11.7

Aug 27, 2021
  • Fixes:
  • Update Search Pattern tooltip to mention the * is a wildcard character.

New in Path Length Checker 1.11.4 (Feb 22, 2021)

  • Fixes:
  • Fix bug where Starting Directory Replacement wouldn't take effect when also using URL Encoding.

New in Path Length Checker 1.11.1 (Feb 21, 2021)

  • Add new URL Encode Paths option for the both the GUI and command line app.
  • Reset Options button now also clears out grid sorting, since there's no native way to do with using the mouse or keyboard.
  • Update UI to group Search Options and Replacement Options separately.

New in Path Length Checker 1.9.1 (Dec 27, 2020)

  • Features:
  • Copy to clipboard functions copy paths in the same order they appear in the UI grid.

New in Path Length Checker 1.8.10 (Dec 16, 2020)

  • Fixes:
  • Remove trailing newlines when copying text to clipboard.
  • Follow proper CSV conventions when copying text to clipboard as CSV.
  • Put each item on a newline.
  • Enclose each item in quotes.
  • Include column headers.

New in Path Length Checker 1.8.6 (Dec 16, 2020)

  • Fixes:
  • Perform retries on copying to clipboard to prevent race condition error.

New in Path Length Checker 1.8.2 (Nov 26, 2020)

  • Fixes:
  • Prevent race condition that causes copying to the clipboard to crash the application.

New in Path Length Checker 1.8.0 (Oct 26, 2020)

  • Features:
  • Use monospaced font for paths shown in the grid.
  • Remember user's search option settings between sessions.
  • Added button to reset search options to their default values.
  • Remember the window's position and size between sessions.

New in Path Length Checker 1.7.0 (Oct 25, 2020)

  • PathLengthCheckerGUI.exe now supports the same command line arguments as PathLengthChecker.exe, allowing the GUI application to be launched externally and begin running immediately.

New in Path Length Checker 1.6.0 (Oct 7, 2020)

  • Features:
  • Drag-and-drop a directory onto the PathLengthCheckerGUI.exe to automatically start the application and have it search that directory.

New in Path Length Checker 1.5.0 (Sep 12, 2020)

  • Use a Split Button for all Copy To Clipboard commands.
  • Add 2 new buttons to allow copying paths to clipboard as CSV.

New in Path Length Checker 1.4.0 (Aug 22, 2020)

  • Features:
  • Allow sorting by columns on the GUI's grid.
  • Fixes:
  • Fix date formatting to not mix 12-hour and 24-hour time format.

New in Path Length Checker 1.3.30 (Aug 10, 2020)

  • Features:
  • Ability to cancel long-running searches.
  • Right-click context menu added to allow quickly opening a path's directory.
  • Grid now shows row numbers.
  • Display time searching started and how long it took to complete.
  • Tooltips added and updated.
  • Fixes:
  • Continue searching even if an inaccessible directory is found

New in Path Length Checker 1.2.0 (Feb 21, 2019)

  • GUI is now resizable