Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 1.03 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.

[2.0.1] - 2022-07-29

Hotfix rebase to bring in last changes from squish-rs

Added

  • Unit tests

Fixed

  • BC2 alpha decompression

[2.0.0] - 2022-07-29

Added

  • Fork/rename from squish-rs in interest of keeping the original RIIR code easily accessible and preventing confusion about what this library is

Changed

  • Use clap for parsing CLI arguments
  • Update dependencies

[2.0.0-beta1] - 2021-11-16

Added

  • CHANGELOG file
  • Parallel compression of blocks
  • Support for BC4 and BC5 formats

Changed

  • Updated to Rust 2021 Edition

Removed

  • Dependency on byteorder
  • FromStr implementation on Format

Fixed

  • The library crate was not actually compiling as no_std

[1.0.0] - 2018-09-10

Added

  • Full Rust reimplementation of the original libsquish code