Skip to content

Releases: deadlydog/PathLengthChecker

Path Length Checker v1.11.7

26 Aug 20:32
96ae2c5
Compare
Choose a tag to compare

Fixes:

  • Update Search Pattern tooltip to mention the * is a wildcard character.

Path Length Checker v1.11.4

21 Feb 20:11
Compare
Choose a tag to compare

Fixes:

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

Path Length Checker v1.11.1

21 Feb 05:30
25bf082
Compare
Choose a tag to compare

Features:

  • 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.

Path Length Checker v1.10.2

20 Feb 23:50
Compare
Choose a tag to compare

Features:

  • Preserve UI grid column sorting between searches and sessions.

Path Length Checker v1.9.1

26 Dec 22:32
96b5945
Compare
Choose a tag to compare

Features:

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

Path Length Checker v1.8.10

16 Dec 07:09
029ec03
Compare
Choose a tag to compare

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.

Path Length Checker v1.8.6

16 Dec 06:15
86ac0fd
Compare
Choose a tag to compare

Fixes:

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

Path Length Checker v1.8.2

26 Nov 04:46
Compare
Choose a tag to compare

Fixes:

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

Path Length Checker v1.8.0

26 Oct 00:44
Compare
Choose a tag to compare

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.

Path Length Checker v1.7.0

25 Oct 08:14
Compare
Choose a tag to compare

Features:

  • PathLengthCheckerGUI.exe now supports the same command line arguments as PathLengthChecker.exe, allowing the GUI application to be launched externally and begin running immediately. Special thanks to @mwanchap for PRs #41 and #43! 😊