Skip to content

FinderX new version 1.2.0 is released!

Choose a tag to compare

@lasersquad0 lasersquad0 released this 12 Jun 14:25
· 106 commits to main since this release

New version of FinderX application is released.

Changes since previous version:

  • Whole word search. If search string enclosed in quotes ("myfile" or 'myfile') then it will search for a file with exact name "myfile" (without quotes). It means that files with names like myfile.exe, myfilename, supermyfile.log will NOT appear in search results. This feature helps to find files by name that a part of other commonly used name like "win" or "system".
  • Path to Index file can now be found on Settings form (read only). This Path is stored in the registry together with other application settings.
  • Improved FinderX main window work with system tray
  • Improved Run as Admin mode.
  • Added tiny line progress bar that shows progress of loading file icons in background.
  • Added "Delete index file" main menu item. May be useful when you need to free some disk space.
  • Added "Write diagnostic info into log file" option to settings. When this option is on, useful diagnostic info is written into specified log file.
  • Significantly reduced application memory usage (in 2.5 times in average) due to internal optimization of data structures.
  • Increased search speed. More to go.