What's Changed
- Feature: Added support for multiple formats including YAML and TOML when installing multiple Typst versions. #63
🚨 Breaking Change: The existingtypst-versions-mapinput will be deprecated in a future major release. You can now usetypst-versions-json:directly as a replacement fortypst-versions-map:. - Bug:
zip-packagesnow uses the latest version of installed Typst to download packages. #63
No error will occur whenzip-packagesis set with a non-typstexecutable name. - [Documentation] #63
- Updated README.md.
- Removed Simplified Chinese README due to maintenance considerations.
- [Security]
- Updated indirect dependency
fast-xml-parserfrom 5.5.5 to 5.5.8 to address security issues. #62- Note:
fast-xml-parseris now a direct dependency to support XML parsing when installing multiple Typst versions. #63
- Note:
- Updated the newly added direct dependency
smol-toml. #65 - Updated indirect dependency
brace-expansionfor additional security improvements. #66
- Updated indirect dependency
Full Changelog: v5.0.0...v5.1.0