Releases: williballenthin/python-evtx
Releases · williballenthin/python-evtx
v0.8.0
Remove support for Python 2.7 and specify minimum supported version is 3.8. Use black/isort/ruff to ensure the consistency of the code. Remove and update dependencies.
Also
- Fixed issue w/ Python 3 by @forensenellanebbia in #75
- Fix file names in README.md by @maehw in #79
- Add JSON dump functionality by @ajread4 in #82
- add missing comma to array by @snipcodeit in #83
- weaken the dependency rules for use with python3+Fedora by @xambroz in #84
New Contributors
- @forensenellanebbia made their first contribution in #75
- @maehw made their first contribution in #79
- @ajread4 made their first contribution in #82
- @snipcodeit made their first contribution in #83
- @xambroz made their first contribution in #84
Full Changelog: v0.7.4...v0.8.0
v0.7.4
i will never ever remember to update the version, so sorry.
changes:
- bump version to v0.7.4
v0.7.3
v0.7.2
fixes:
- version number
v0.7.1
v0.6.1: bugfixes
interesting changes since v0.6.0:
- demonstrate unicode handling issue submitted by @stephensheridan in #37
- fix hex32/64 node types, identified by @nbareil in #38
- fix systemtime timestamp parsing, identified by @patatetom in #39
v.0.6.0
lots of enhancements to improve code quality:
- unit tests! also, travis integration with github project.
- remove hacky python string templating solution to dealing with substitutions.
- add
.xml()
and.lxml()
to records. - lots of fixes to bring code in-line with pep8 and style guide.
- fix a bunch of bugs due to bad data/encodings.
- add support for CharacterReferenceNode
v0.5.3-1
this is the correct commit for v0.5.3
v0.5.3
minor tweak in encoding of encoding records as xml
v0.5.2
fix bug in py3 compatibility.