Releases: vivami/SauronEye
Releases · vivami/SauronEye
Bug fix
Bug fix
VBA search in Office 2003 files and max file size
This release adds two features:
- Search for Office 2003 (
*.xls
and*.doc
) files containing VBA macros - Ability to specify the max file size when performing a content search (thanks to @Iansus)
"Date modified" filter added
This release adds filters for the LastWriteTime
property on files. This allows you to only show files modified before or after a specified date.
-b, --beforedate=VALUE Filter files last modified before this date,
format: yyyy-MM-dd
-a, --afterdate=VALUE Filter files last modified after this date,
format: yyyy-MM-dd
It also improves file contents searching and representation.
Now uses a proper argument parser
This release uses Mono.Options
for argument parsing. Argument parsing should now be much more stable. Note the slight change in argument syntax: no comma-separated values for lists anymore, but spaces instead (see the README).
Handle > 260 char paths, .NET 4.7.2, UnitTests, bugfix
- Added 2 UnitTests, just for fun (was a pain in the end)
- Previous release just jumped over paths > 260 chars, this release handles them correctly (now requires .NET 4.7.2)
- Fixed a bug where filtering would not occur on files in the root directory
Bug fixes
Regex in search keywords
This release includes the ability to use regular expressions in search keywords
Initial release
Initial release of SauronEye. Very much beta.