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.
- Update dependencies
0.3.0 - 2023-12-02
- Update ImageSharp to v3.1.0
- Remove custom QOI decoder and use ImageSharp directly
0.2.3 - 2023-12-02
- Properly rewind stream after converting QOI to PNG
0.2.2 - 2023-12-02
- Remove debug code that writes Meatpack blocks to file
0.2.1 - 2023-12-01
- Fixed nuget package adding a reference to our own library
0.2.0 - 2023-12-01
- Support for QOI thumbnails since PrusaSlicer 2.7.0 switches to these instead of PNG.
- Support for parsing binary GCode files
GcodeThumbnail
renamed toGcodePngThumbnail
and implementsIGcodeThumbnail
instead to handle both formats.
0.1.0 - 2023-11-07
- Initial release