Releases: forensicmatt/RustyUsn
Releases · forensicmatt/RustyUsn
v1.5.0 - 2020-01-04
Added
- Major improvements for file path enumeration for listen_usn (now v1.1.0)
- Minor code cleanup
- Version 3 records for live monitoring and full path resolution for monitor.
v1.3.0 - 2019-07-31
Added
- print_folder_mapping example tool
- path enumeration to rusty_usn tool (now v1.2.0)
Changed
- file attributes are now flags and not a integer
v1.2.0 - 2019-06-15
Added
- listen_usn tool (0.1.0)
v1.1.0 - 2019-06-02
Added
_source
to output- directory processing
v1.0.0 - 2019-05-29
Refactored release. See README.
RustyUsn 0.5.0
- Added JMES Query functionality (http://jmespath.org/)
- Added JSONL output (http://jsonlines.org/)
RustyUsn 0.4.0
Removed CSV output, Added JSON output.
RustyUsn 0.3.0
Added human readable flags by default and option for integer flags (-f --flag)
RustyUsn 0.2.1
Added buffering with the seek_bufread library for better File IO operations. The -j option is now much faster.
RustyUsn 0.2.0
Parse from a file or from stdin using the new -p option. Currently stdin is faster at parsing than file io (the -j option).