SwiftSearch Changelog

What's new in SwiftSearch 7.5.1

Jul 6, 2019
  • Fixed "Dump to table" forgetting to include columns other than Path

New in SwiftSearch 7.5 (Jul 5, 2019)

  • New features:
  • Add experimental search to limit search to directory subtree Bug
  • Fixes:
  • Fix crash on 32-bit - Fix XP bug
  • Fix menu checkboxes not toggling
  • (Mostly) fix icons not getting loaded

New in SwiftSearch 7.4.3 (Jun 23, 2019)

  • Bug fixes:
  • Warn when copy-pasting alternate data streams and skip them
  • Better error handling for when NTFS volume can't be fully read
  • Allow hidden window on startup

New in SwiftSearch 7.4.2 (Jun 23, 2019)

  • Bug fixes:
  • Fixed a massive string search bug that caused incorrect argument parsing for the console version. It may have also affected the GUI version.

New in SwiftSearch 7.4.1 (May 2, 2019)

  • Bug fixes:
  • Console version mistakenly ignored drive letter in the beginning of pattern; should now work correctly
  • Console version did not handle Unicode; now outputs UTF-8

New in SwiftSearch 7.4 (May 1, 2019)

  • New features:
  • Command-line version
  • Improvements:
  • Updated Visual Studio compatibility
  • Upgraded Boost

New in SwiftSearch 7.3 (Nov 26, 2018)

  • Improvements:
  • Compute file sizes exactly by accounting for directory index sizes, etc. properly
  • Disable 32-bit file redirection to make 32-bit version work better on 64-bit Windows
  • Try multiple languages for file extraction, in case desired one isn't available

New in SwiftSearch 7.2 (Nov 1, 2018)

  • Changes in this release:
  • Fix copy/cut/paste bugs
  • Minor internal changes/fixes/polishing

New in SwiftSearch 7.1.3 (Jun 6, 2018)

  • Attempt to fix crashes (again)

New in SwiftSearch 7.1.2 (Jun 6, 2018)

  • Attempt to fix crashes

New in SwiftSearch 7.1.1 (Jun 6, 2018)

  • Attempt to address reported crashes

New in SwiftSearch 7.1 (Jun 5, 2018)

  • File types shown, minor bug fixed, performance improved for some common path queries

New in SwiftSearch 7.0 (May 18, 2018)

  • Can crash on NTFS volumes with small clusters (cluster size < file record size) if the MFT becomes
  • fragmented and causes a file record to become split up into non-adjacent clusters on the disk.
  • In practice, this usually only happens if the cluster size is 512 bytes (as file records are usually 1024 bytes).
  • This will hopefully be fixed at some point, but it is low-priority.
  • In the meantime, a workaround is to defragment your MFT to make sure no file records are split up.

New in SwiftSearch 6.4 (May 7, 2018)

  • Faster sorting
  • Regex lookaheads (?=...) were broken. Fixed
  • CTRL/SHIFT/ALT enable additional features (see Help menu):
  • Hold CTRL to auto-size columns when resizing window
  • Hold SHIFT for breadth-first searching & sorting
  • Hold ALT when sorting by "size on disk" to find "bulky" files/folders
  • Some of these partially worked on previous versions!
  • Icon cache now cleared on F5
  • Icon cache size is now bounded
  • More internationalization
  • Trade-offs:
  • Sorting now requires somewhat more memory
  • Known issues:
  • Some strings (especially menus) are still English-only

New in SwiftSearch 6.3 (Apr 23, 2018)

  • Table dumping performance has been significantly improved.
  • I/O prioritization was broken and is now fixed. You shouldn't have to wait for other drives to be indexed before the current one.(Only on Windows Vista and later.)
  • Multilingual user interface (MUI) file support has been added. Seamless translations are now possible by placing an associated MUI file in your locale directory.
  • For example, for English (United States), create an appropriate en-SSwiftSearch.exe.mui file inside the same directory as the executable, and the program will load it automatically.

New in SwiftSearch 6.2.3 (Apr 22, 2018)

  • Fix bug in save dialog resulting from internationalization support. Also, somewhat of a speedup in table dumping.

New in SwiftSearch 6.2.2 (Apr 22, 2018)

  • Fix bug in save dialog resulting from internationalization support.
  • Also, somewhat of a speedup in table dumping.

New in SwiftSearch 6.2.1 (Apr 21, 2018)

  • Fixed a crash when exiting
  • Lowered memory usage very slightly

New in SwiftSearch 6.2 (Apr 12, 2018)

  • Fixed crash & upgraded Boost version

New in SwiftSearch 4.2.1 (Dec 1, 2015)

  • Minor bug-fix when double-clicking

New in SwiftSearch 4.1 (Jan 30, 2015)

  • Browse' and 'Search' buttons - Even lower memory usage, especially for sparsely allocated MFTs (on my setup this resulted in a 40% decrease from version 4.0)

New in SwiftSearch 4.0 (Jan 27, 2015)

  • This version contains a complete rewrite of this application. It should exhibit significantly lower memory usage and work at a slightly faster speed.