mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
30 lines
902 B
Markdown
30 lines
902 B
Markdown
---
|
|
title: 0.13.1
|
|
description: Changes in Typst 0.13.1
|
|
---
|
|
|
|
# Version 0.13.1 (March 7, 2025)
|
|
|
|
## Command Line Interface
|
|
- Fixed high CPU usage for `typst watch` on Linux. Depending on the project
|
|
size, CPU usage would spike for varying amounts of time. This bug appeared
|
|
with 0.13.0 due to a behavioral change in the inotify file watching backend.
|
|
|
|
## HTML export
|
|
- Fixed export of tables with [gutters]($table.gutter)
|
|
- Fixed usage of `<html>` and `<body>` element within [context]
|
|
- Fixed querying of [metadata] next to `<html>` and `<body>` element
|
|
|
|
## Visualization
|
|
- Fixed [curves]($curve) with multiple non-closed components
|
|
|
|
## Introspection
|
|
- Fixed a regression where labelled [symbols]($symbol) could not be
|
|
[queried]($query) by label
|
|
|
|
## Deprecations
|
|
- Fixed false positives in deprecation warnings for type/str comparisons
|
|
|
|
## Contributors
|
|
<contributors from="v0.13.0" to="v0.13.1" />
|