diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-12-04 15:07:36 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-12-04 15:09:47 +0100 |
| commit | 70ca0d257bb4ba927f63260e20443f244e0bb58c (patch) | |
| tree | 17669ad25fdfee7150369ed3a7bc051b400a0d3a /docs/changelog.md | |
| parent | 8a2ef9ea01b4e7ec27090e3d98631a1d73ea5a8d (diff) | |
Version bumpv0.10.0
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index eedfac84..25c685b3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ description: | --- # Changelog -## Unreleased +## Version 0.10.0 (December 4, 2023) { #v0.10.0 } - Bibliography management - Added support for citation collapsing (e.g. `[[1]-[3]]` instead of `[[1], [2], [3]]`) if requested by a CSL style @@ -106,10 +106,13 @@ description: | - The `TYPST_FONT_PATHS` environment variable can now contain multiple paths (separated by `;` on Windows and `:` elsewhere) - Updated embedded New Computer Modern fonts to version 4.7 + - The watching process doesn't stop anymore when the main file contains + invalid UTF-8 - Miscellaneous Improvements - Parallelized image encoding in PDF export - Improved the internal representation of content for improved performance + - Optimized introspection (query, counter, etc.) performance - The [document title]($document.title) can now be arbitrary content instead of just a string - The [`number-align`]($enum.number-align) parameter on numbered lists now @@ -118,12 +121,15 @@ description: | - Fixed parsing of `[#return]` expression in markup - Fixed bug where inline equations were displayed in equation outlines - Fixed potential CRLF issue in [`raw`]($raw) blocks + - Fixed a bug where Chinese numbering couldn't exceed the number 255 - Development - Merged `typst` and `typst-library` and extracted `typst-pdf`, `typst-svg`, and `typst-render` into separate crates - The Nix flake now includes the git revision when running `typst --version` +<contributors from="v0.9.0" to="v0.10.0" /> + ## Version 0.9.0 (October 31, 2023) { #v0.9.0 } - Bibliography management - New bibliography engine based on [CSL](https://citationstyles.org/) |
