Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.78 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.

Changed

[0.3.1] - 2023-11-01

  • Update dependencies

0.3.0 - 2023-12-02

Changed

  • Update ImageSharp to v3.1.0
  • Remove custom QOI decoder and use ImageSharp directly

0.2.3 - 2023-12-02

Fixed

  • Properly rewind stream after converting QOI to PNG

0.2.2 - 2023-12-02

Fixed

  • Remove debug code that writes Meatpack blocks to file

0.2.1 - 2023-12-01

Fixed

  • Fixed nuget package adding a reference to our own library

0.2.0 - 2023-12-01

Added

  • Support for QOI thumbnails since PrusaSlicer 2.7.0 switches to these instead of PNG.
  • Support for parsing binary GCode files

Changed

  • GcodeThumbnail renamed to GcodePngThumbnail and implements IGcodeThumbnail instead to handle both formats.

0.1.0 - 2023-11-07

Added

  • Initial release