Releases: CommonLoon102/RegexFileSearcher
Releases · CommonLoon102/RegexFileSearcher
RegexFileSearcher 1.2.1
.NET 5 brings some optimizations to regexes, this release is only an upgrade to .NET 5.
See: Regex Performance Improvements in .NET 5
RegexFileSearcher 1.2.0
Most remarkable changes in this new version:
- Using multiple CPU cores while searching
- Search in zip files
- Option for maximum file size to search in (zip files are handled like they were folders)
- Using the default associated program to open files
- Optimizing the GUI layout for high DPI scenarios
- Warning the user about invalid regexes instead of crashing the app
Why the attached Windows executable is so huge?
Because it contains the whole .NET Core runtime so it is not needed to install it to be able to run the app.
RegexFileSearcher 1.1.0
Added search dir depth limit option
RegexFileSearcher 1.0.0
Initial version