Releases: omerbenamram/evtx
Releases · omerbenamram/evtx
0.4.0 - 2019-06-01
(cargo-release) evtx version 0.4.0
0.3.3 - 2019-05-23
(cargo-release) evtx version 0.3.3
0.3.2 - 2019-05-20
(cargo-release) evtx version 0.3.2
0.3.1 - 2019-05-19
[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
[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 inevtx_dump
.
Changed
- All errors in the crate are all of a uniform
evtx::err::Error
type.
Errors are implemented withsnafu
, and are std compatible.
In addition, errors now all contain backtraces.