Skip to content

Releases: omerbenamram/evtx

0.3.3 - 2019-05-23

23 May 09:19
Compare
Choose a tag to compare
(cargo-release) evtx version 0.3.3

0.3.2 - 2019-05-20

20 May 08:14
Compare
Choose a tag to compare
(cargo-release) evtx version 0.3.2

0.3.1 - 2019-05-19

19 May 12:44
Compare
Choose a tag to compare

[0.3.1] - 2019-05-19

Implemented Ansi codecs!

Added

  • --ansi-codec to control the codec that will be used to decode ansi encoded strings inside the document.

Fixed

  • Parser will now print nicer messages when passed non-evtx files.

0.3.0 - 2019-05-14

14 May 10:13
Compare
Choose a tag to compare

[0.3.0] - 2019-05-14

This is a minor release due to the removal of failure.

Added

  • --backtraces to control backtraces in errors
  • -v, -vv, -vv to control trace output in evtx_dump.

Changed

  • All errors in the crate are all of a uniform evtx::err::Error type.
    Errors are implemented with snafu, and are std compatible.
    In addition, errors now all contain backtraces.