Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:57
Immutable release. Only release title and notes can be modified.
v0.1.0
3356395

  🎁 Features

  • SVG to ICO conversion: added an initial .svg.ico pipeline that renders at 16/24/32/256 px, encodes the layers as PNG, and assembles them into a single ICO file. 🡥
  • Custom output path: added a positional SVG input and an optional -o/--output flag with unknown-option detection. 🡥
  • Custom layer sizes: added the -s/--sizes option to choose layer sizes (defaults to 16,24,32,256, validated to the 1–256 range). 🡥

  ⚡ Performance

  • Smaller ICO files: PNG layers are now compressed with oxipng at max compression to shrink the resulting .ico size. 🡥

  📋 Docs

  • Documented ICO pipeline: added documentation for the ICO format and the rendering pipeline. 🡥
   Commit log  •  Aug 6, 2026