Skip to content

Releases: williballenthin/python-evtx

v0.8.1

02 May 08:24

Choose a tag to compare

  • migrate to pyproject.toml (and using uv and just)
  • ci: use trusted publishing to push to PyPI

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Jun 08:07

Choose a tag to compare

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

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.4

22 Mar 15:59
1f24fd4

Choose a tag to compare

i will never ever remember to update the version, so sorry.

changes:

  • bump version to v0.7.4

v0.7.3

22 Mar 15:54
aed643e

Choose a tag to compare

changes:

v0.7.2

16 Feb 16:09
3b350cb

Choose a tag to compare

fixes:

  • version number

v0.7.1

16 Feb 16:06
32492ba

Choose a tag to compare

adds:

fixes:

  • handling of invalid dates #43
  • handling of malformed evtx files
  • pin dependencies due to py2 deprecation #67 @atcuno
  • testing on pytest 4 @mcepl

v0.6.1: bugfixes

17 Jul 01:17

Choose a tag to compare

interesting changes since v0.6.0:

v.0.6.0

22 May 19:35

Choose a tag to compare

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

18 Dec 22:02

Choose a tag to compare

this is the correct commit for v0.5.3

v0.5.3

18 Dec 22:01

Choose a tag to compare

minor tweak in encoding of encoding records as xml