Skip to content

FinderX new version 1.3.0 is released!

Latest

Choose a tag to compare

@lasersquad0 lasersquad0 released this 15 Feb 15:17
· 24 commits to main since this release

New version of FinderX is released with amazing improvements and fixes.

Changes:

  • Added column "Items Count" that shows number of files/dirs in the current dir. For files this column shows '-'.
  • Added column "Owner" that shows owner name of file/dir. Data of this column is saved to index file.
  • Popup menu to hide/show columns now reflects current visible order of columns.
  • When searching with wildcards, search terms are marked bold in search results.
  • Improved work when new search starts while background thread is loading file icons.
  • Improved compatibility with fast reading NTFS method.
  • Index file now contains signature in its beginning. During loading this file signature is verified. File fails to load if signature is not correct.
    This is to avoid attempts to load "random" file as index file.
  • Added more data integrity checks in Check*() functions.
  • Removed global variable used by MakePathString (wrong design pattern)
  • Improved search with wildcards (*, ?). Added more tests.