Skip to content

2.1.0 - 2026-02-27

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Feb 18:02

Release Notes

The 2.1.0-rc* versions explain some extra changes since 2.0.0.

Fixed

  • Emit a Content-Length header when serving HTTP.
  • Added workaround for toml parsing bug in nanoserde (not-fl3/nanoserde#154).

Added

  • Docs. More error context.
  • Logging durations of actions.
  • Uppercase extensions have their mime types guessed instead of assuming binary.
  • Logging looks more consistent (more things using log framework).
  • color flag to CLI args.

Changed

  • Default output coloring now depends on whether the output is to a terminal, instead of always.

Install compile-typst-site 2.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wade-cheng/compile-typst-site/releases/download/v2.1.0/compile-typst-site-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/wade-cheng/compile-typst-site/releases/download/v2.1.0/compile-typst-site-installer.ps1 | iex"

Download compile-typst-site 2.1.0

File Platform Checksum
compile-typst-site-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
compile-typst-site-x86_64-apple-darwin.tar.xz Intel macOS checksum
compile-typst-site-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
compile-typst-site-x86_64-pc-windows-msvc.zip x64 Windows checksum
compile-typst-site-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
compile-typst-site-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
compile-typst-site-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum