FSearch Changelog

What's new in FSearch 0.2.3 Stable

Aug 7, 2023
  • This release fixes a buffer overflow on some systems where the data type time_t is less than 8 bytes in size. Typically this affects 32bit systems.

New in FSearch 0.2.2 Stable (Aug 22, 2022)

  • Fix applications sometimes not getting started when FSearch closes immediately after activation
  • Add OBS build channels to build options
  • Remove debug output
  • Updated translations: Dutch, Chinese (Simplified), Turkish, Hebrew, Ukrainian, French

New in FSearch 0.2.1 Stable (Aug 20, 2022)

  • Fix crash when parsing a size range (e.g. size:1kb..2kb)
  • Fix always highlighting search terms

New in FSearch 0.1.4 Stable (Jul 8, 2022)

  • Fix bug that prevents the "Open Failed" dialog from getting closed

New in FSearch 0.1.3 Stable (Jun 22, 2022)

  • Fix unresponsive column headers when an overlay is shown (e.g. when no results are found)
  • Fix restoring of column widths from previous session
  • Add build option to specify build channel

New in FSearch 0.1.2 Stable (Jan 31, 2022)

  • Fix potential crash when FSearch gets closed while a database scan is active at the same time
  • Don't sort new database after scan was cancelled
  • Don't save database if scan failed
  • Don't print warning if database scan was cancelled
  • Update screenshots

New in FSearch 0.1.1 Stable (Jan 24, 2022)

  • This release makes some behind the scenes changes for better compatibility with Flatpak.

New in FSearch 0.1 Stable (Jan 14, 2022)

  • Most significant changes since the last beta release:
  • moved from GtkTreeView to a custom listview widget, which greatly improves memory usage, search performance and works much better with millions of results
  • added a file extension column
  • added sort information to the database index, which greatly improves sort speed
  • added multi-threaded sorting, for faster sort speed
  • added a memory pool to store database entries, which greatly reduces the database load and scan times
  • updated database format, which greatly improves database load and save times
  • added file properties dialog to the result list's context menu
  • added unit testing
  • greatly improved search performance for queries containing UTF8 characters
  • added command line option to set the initial search term