Skip to content

Releases: CommonLoon102/RegexFileSearcher

RegexFileSearcher 1.2.1

Choose a tag to compare

@CommonLoon102 CommonLoon102 released this 18 Apr 23:58
e212a4e

.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

Choose a tag to compare

@CommonLoon102 CommonLoon102 released this 20 Oct 17:15
815c061

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

Choose a tag to compare

@CommonLoon102 CommonLoon102 released this 14 Mar 13:19
f8cd34e

Added search dir depth limit option

RegexFileSearcher 1.0.0

Choose a tag to compare

@CommonLoon102 CommonLoon102 released this 07 Mar 21:58
5de6678

Initial version