2.0.1 - 2025-11-16
Release Notes
Changed
- fix version in
Cargo.tomlstill saying 1.0.0. - exclude
tests/integration_test_contentsfrom cargo publish. For size.
Release Notes for 2.0.0
Since I accidentally borked the version number, CI didn't get to the 2.0.0 release. Here were the changes:
Added
--patharg to CLI.- Yet more docs.
- Implement local file serving, binding to the output of linear search over ports 8000 to 8050.
Changed
- Replace
$PROJECT_ROOTwith the project root path in theinitandpost_processing_typconfig file fields. - Disallow
$in those fields. - Split publically available library code into
stableandinternalmodules; only stable code follows semver, and internal code is provided for convenience but with no guarantees. - Move all library code into
internalfor now.
Install compile-typst-site 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wade-cheng/compile-typst-site/releases/download/v2.0.1/compile-typst-site-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/wade-cheng/compile-typst-site/releases/download/v2.0.1/compile-typst-site-installer.ps1 | iex"Download compile-typst-site 2.0.1
| 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 |