Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 22:13
· 62 commits to master since this release

What's changed

  • Improvements to using Spreet as a Rust library (#57 and #59)
  • Optimise Oxipng usage to reduce dev dependencies (#61)
  • Optimise the main function (#56)
  • Update crunch dependency to v0.5.3
  • Update resvg dependency to v0.34
  • Update clap dependency to v4.3
  • Update multimap dependency to v0.9.0
  • Update Rayon dependency to v1.7
  • Update assert_fs dependency to v1.0.13

Note: the update to resvg brings a new image rendering algorithm. This produces smaller images and improves performance, but the PNGs won't be byte-to-byte compatible with spritesheets output by earlier versions of Spreet. There should be no visual change though.

New contributors

Full changelog: v0.7.0...v0.8.0