diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-03-07 11:03:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 10:03:52 +0000 |
| commit | 8d3488a07df83760cafa1e17bf4ed4de415a4d69 (patch) | |
| tree | e379f2e58f7ba46c978f3203128271edb5df72d1 /docs/changelog | |
| parent | 476c2df312e8c80ff455a355ce1e987312444cb8 (diff) | |
0.13.1 changelog (#6025)
Diffstat (limited to 'docs/changelog')
| -rw-r--r-- | docs/changelog/0.13.1.md | 26 | ||||
| -rw-r--r-- | docs/changelog/welcome.md | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/changelog/0.13.1.md b/docs/changelog/0.13.1.md new file mode 100644 index 00000000..15bd9f6d --- /dev/null +++ b/docs/changelog/0.13.1.md @@ -0,0 +1,26 @@ +--- +title: 0.13.1 +description: Changes in Typst 0.13.1 +--- + +# Version 0.13.1 + +## 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 diff --git a/docs/changelog/welcome.md b/docs/changelog/welcome.md index 8fb85f87..7611f1c4 100644 --- a/docs/changelog/welcome.md +++ b/docs/changelog/welcome.md @@ -10,6 +10,7 @@ forward. This section documents all changes to Typst since its initial public release. ## Versions +- [Typst 0.13.1]($changelog/0.13.1) - [Typst 0.13.0]($changelog/0.13.0) - [Typst 0.12.0]($changelog/0.12.0) - [Typst 0.11.1]($changelog/0.11.1) |
