Skip to content

v2.4.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 09:45
· 9 commits to main since this release

Added

  • Metadata Injection: The generator now unconditionally injects an @iconcodegen-source tracking comment into all generated icons. This preserves the original provider and icon identity for future automation workflows.

Fixed

  • CSRF Middleware: Patched the local API server's strict requireLocalOrigin middleware to explicitly allow localhost and [::1] origins alongside 127.0.0.1, fixing 403 Forbidden: Invalid origin errors for users on different local loopbacks.