Fixes:
Fixes:
- Update Search Pattern tooltip to mention the
*
is a wildcard character.
Fixes:
- Fix bug where Starting Directory Replacement wouldn't take effect when also using URL Encoding.
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.
Features:
- Preserve UI grid column sorting between searches and sessions.
Features:
- Copy to clipboard functions copy paths in the same order they appear in the UI grid.
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.
Fixes:
- Perform retries on copying to clipboard to prevent race condition error.
Fixes:
- Prevent race condition that causes copying to the clipboard to crash the application.
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.
Features:
PathLengthCheckerGUI.exe
now supports the same command line arguments asPathLengthChecker.exe
, allowing the GUI application to be launched externally and begin running immediately. Special thanks to @mwanchap for the PR! 😊
Features:
- Drag-and-drop a directory onto the
PathLengthCheckerGUI.exe
to automatically start the application and have it search that directory. Special thanks to @mwanchap for the PR! 😊
Features:
- Use a Split Button for all Copy To Clipboard commands.
- Add 2 new buttons to allow copying paths to clipboard as CSV.
Features:
- Allow sorting by columns on the GUI's grid.
Fixes:
- Fix date formatting to not mix 12-hour and 24-hour time format.
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.
Breaking Changes:
- Minimum required .Net Framework changed from 4.0 to 4.5.2.
Features:
- GUI is now resizable.
Features:
- Improved search performance.
- Added better error handling.
This is the same release as on the old CodePlex website.
Initial release.