Skip to content

Releases: StrongWind1/ntcompress

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 23:50
v0.2.0
edb506f

What's Changed

Features

  • Lower minimum Python version to 3.10

CI / Publishing

  • Add CI, PyPI, Python, License, and Docs badges to README

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 23:20
v0.1.0
3a6a98a

Initial Release

Pure-Python implementations of every Microsoft ESE record-compression scheme and Windows ntdll RtlCompressBuffer/RtlDecompressBuffer format. Zero runtime dependencies.

Supported formats

  • ESE 7-bit encoding, XPRESS, XPRESS9, XPRESS10, LZ4
  • ntdll LZNT1, XPRESS, XPRESS Huffman

Highlights

Full Changelog: https://github.com/StrongWind1/ntcompress/commits/v0.1.0