Skip to content

Choose a tag to compare

@yusancky yusancky released this 29 Mar 10:04
· 0 commits to a3ced27cc8dc211a23fe48005eaea8ac9df9400f since this release

What's Changed

  • Feature: Added support for multiple formats including YAML and TOML when installing multiple Typst versions. #63
    🚨 Breaking Change: The existing typst-versions-map input will be deprecated in a future major release. You can now use typst-versions-json: directly as a replacement for typst-versions-map:.
  • Bug: zip-packages now uses the latest version of installed Typst to download packages. #63
    No error will occur when zip-packages is set with a non-typst executable name.
  • [Documentation] #63
    • Updated README.md.
    • Removed Simplified Chinese README due to maintenance considerations.
  • [Security]
    1. Updated indirect dependency fast-xml-parser from 5.5.5 to 5.5.8 to address security issues. #62
      • Note: fast-xml-parser is now a direct dependency to support XML parsing when installing multiple Typst versions. #63
    2. Updated the newly added direct dependency smol-toml. #65
    3. Updated indirect dependency brace-expansion for additional security improvements. #66

Full Changelog: v5.0.0...v5.1.0