Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 20:08
· 49 commits to master since this release

What's changed

  • Support stretchable icons (see #53)
  • Make the CLI an optional (but default) feature (#62). This speeds up the build when using Spreet as a Rust library (see README)
  • Fix bug that meant URLs in SVG <image> elements were resolved relative to the current working directory, not to the SVG itself (see #60)
  • Update resvg dependency to v0.35
  • Update clap dependency to v4.4
  • Remove Rayon dependency. This means the Spreet CLI no longer parses SVGs in parallel, but that was a fun-but-unnecessary optimisation in the first place that generally saved only a handful of milliseconds
  • Deprecated: spreet::sprite::generate_pixmap_from_svg() has been deprecated and will be removed in a future version. Use spreet::sprite::Spreet::pixmap() instead

Full changelog: v0.8.0...v0.9.0