Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

83 lines (49 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.1 - 2024-07-25

Fixed

  • Fix a bug where the gzip compressor may output incorrect data when emitting "fixed blocks" (which are emitted when compressing high-entropy data).

0.5.0 - 2024-06-04

Added

  • Add matching zlib/DEFLATE compression for old gzip versions.

0.4.0 - 2024-06-03

Added

  • Add MIO0 compression to CLI.

Changed

  • Speed up compression by 2100%.
  • Move CompressionType from library to CLI.

0.3.1 - 2024-01-20

Fixed

  • Fix some rare cases where the Yaz0 compressor may append an extra 0 at the end of the compressed data.

0.3.0 - 2024-01-19

Added

  • CHANGELOG.md file.

Changed

  • A few code cleanups.

Fixed

  • Functions not accepting bytearray objects.

0.2.0 - 2023-12-28

Added

  • MIO0 compression and decompression.

0.1.1 - 2023-12-16

Fixed

  • CI for release.

0.1.0 - 2023-12-16 [YANKED]

Added

  • Yay0 compression and decompression.
  • Yaz0 compression and decompression.
  • Python bindings.
  • C bindings.