Skip to content

Releases: CommonLoon102/RegexFileSearcher

RegexFileSearcher 1.2.1

18 Apr 23:58
e212a4e
Compare
Choose a tag to compare

.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

20 Oct 17:15
815c061
Compare
Choose a tag to compare

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

14 Mar 13:19
f8cd34e
Compare
Choose a tag to compare

Added search dir depth limit option

RegexFileSearcher 1.0.0

07 Mar 21:58
5de6678
Compare
Choose a tag to compare

Initial version