Published At: 2025-02-06 Tags: update
Typst 0.13.0, RC 1 was released.
Published At: 2025-02-04 Tags: update
This PR updates the codex version used by Typst, which is Typst's new symbol notation library.
Published At: 2025-01-31 Tags: pr
This PR adds support for including images from raw pixmaps and introduces additional encoding options, ICC profiles, and more.
Published At: 2025-01-30 Tags: pr
This PR enhances WASM plugins, allowing plugin state forking through mutable plugin function calls.
Published At: 2025-01-29 Tags: pr
This PR changes how binding names are resolved for `import` statements without import lists or renaming.
Published At: 2025-01-27 Tags: pr
This PR adds support for first-line indentation on all paragraphs.
Published At: 2025-01-24 Tags: pr
This PR adds `SymbolElem` to improve math character styling and fixes issues with single-character text in math mode.
Published At: 2025-01-24 Tags: pr
This PR introduces rules to distinguish between semantic paragraphs and plain text.
Published At: 2025-01-23 Tags: pr
This PR makes the Typst compiler ignore shebang lines at the start of files.
Published At: 2025-01-23 Tags: pr
This PR implements several improvements to the outline.
Published At: 2025-01-23 Tags: pr
This PR adds support for directly nested lists, enums, and terms.
Published At: 2025-01-09 Tags: pr
This PR improves argument parsing for function calls in math mode.
Published At: 2025-01-09 Tags: pr
This PR restructures data loading for various formats and deprecates decode functions.
Published At: 2025-01-08 Tags: pr
This PR implements file embedding in PDF output without visible annotations
Published At: 2025-01-06 Tags: pr
This PR adds support for adding and joining arguments.
Published At: 2024-12-17 Tags: pr
This PR fixes an issue where `sticky` `blocks` at the top of `blocks` or `pages` were not sticking.
Published At: 2024-12-17 Tags: pr
This PR improves the display behavior of the `page` counter.
Published At: 2024-12-17 Tags: pr
This PR introduces the new `curve` element, replacing the previous `path`.
Published At: 2024-12-17 Tags: pr
This PR removes previously deprecated content that was warned about in the last version.
Published At: 2024-12-17 Tags: pr
This PR adds support for defining character sets covered by fonts.
Published At: 2024-12-09 Tags: pr
This PR fixes the baseline shift issue caused by multiline annotations in `over-` functions like `overbrace` in math mode.
Published At: 2024-12-04 Tags: pr
This PR adds HTML export functionality.
Published At: 2024-11-29 Tags: pr
This PR adds f32 support for `float.from-bytes` and `float.to-bytes`.
Published At: 2024-11-29 Tags: pr
This PR fixes issues with Typst CLI when outputting to pipes.
Published At: 2024-11-12 Tags: pr
This PR adds support for page number references.
Published At: 2024-11-04 Tags: pr
This PR refactors the parser, mainly addressing list issues in markup mode and compiler crashes in certain scenarios.
Published At: 2024-10-31 Tags: pr
This PR supports norm calculation.
Published At: 2024-10-31 Tags: pr
This PR makes variable name 'is' trigger a warning.