Skip to content

v0.11.0 - Released!

Latest
Compare
Choose a tag to compare
@puffyCid puffyCid released this 07 Nov 04:01
· 6 commits to main since this release
59c6d50

v0.11.0 - 2024-11-05

Added

  • Outlook OST parser!
  • CSV output support
  • Support for providing custom output directory in when using cli
  • Option to include template strings when parsing EventLogs

Changed

  • Reduced memory usage of eventlogs parser
  • Improved ESE parsing speed
  • Prefetch version 31 supported
  • Additional minor updates

Fixed

  • Panic in huffman decompression code when running with Rust 1.81

Dependencies

  • Updated all dependencies to latest versions

New Contributors