Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update version: Typst.Typst version 0.8.0 (microsoft#121763)
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Oct 4, 2023
1 parent 2c81f25 commit e2d91b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/t/Typst/Typst/0.8.0/Typst.Typst.locale.en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ReleaseNotes: |-
- Fixed bug with ends-with function on strings
- Fixed bug with destructuring in combination with break, continue, and return
- Fixed argument types of hyperbolic functions, they don't allow angles anymore (Breaking change)
- Renamed some color methods: rgba becomes to-rgba, cmyk becomes to-cmyk, and luma becomes to-luma (Breaking change)
- Export
- Added SVG export (thanks to @Enter-tainer)
- Fixed bugs with PDF font embedding
Expand Down Expand Up @@ -99,7 +100,7 @@ ReleaseNotes: |-
- Added separator argument to figure.caption function
- Added support for combination of and/or and before/after selectors
- Packages can now specify a minimum compiler version they require to work
- Fixed parser bug where method calls could be moved onto their own line for #let expressions in markup (continues to work in code)
- Fixed parser bug where method calls could be moved onto their own line for #let expressions in markup (Breaking change)
- Fixed bugs in sentence and title case conversion for bibliographies
- Fixed supplements for alphanumeric and author-title bibliography styles
- Fixed off-by-one error in APA bibliography style
Expand Down

0 comments on commit e2d91b4

Please sign in to comment.