Pre-release Builds
Install a pre-release build of Quarto.
Note
Pre-release builds are intended for testing purposes, and are not recommended for general use. For stable builds, please visit Release Builds.
Platform | Download | Size | SHA-256 |
---|---|---|---|
Ubuntu 18+/Debian 10+ | quarto-1.6.2-linux-amd64.deb | 119.23 MB | 8e6d0f0 |
Linux x86 Tarball | quarto-1.6.2-linux-amd64.tar.gz | 120.54 MB | 8e13b5f |
Linux Arm64 | quarto-1.6.2-linux-arm64.deb | 122.88 MB | 4b75788 |
Linux Arm64 Tarball | quarto-1.6.2-linux-arm64.tar.gz | 124.02 MB | 1072c79 |
RHEL 7 Tarball | quarto-1.6.2-linux-rhel7-amd64.tar.gz | 123.02 MB | f4348d5 |
Mac OS | quarto-1.6.2-macos.pkg | 196.8 MB | 286b537 |
Mac Tarball | quarto-1.6.2-macos.tar.gz | 196.66 MB | 6da5210 |
Windows | quarto-1.6.2-win.msi | 113.68 MB | 7252dd3 |
Windows Zip | quarto-1.6.2-win.zip | 113.85 MB | 55d2410 |
Highlights
You can view (in-progress) documentation for the next version of Quarto, v1.7, on our pre-release documentation site, prerelease.quarto.org, including a list of highlights.
Release Notes
All changes included in 1.6:
quarto inspect
- (#10039):
quarto inspect
properly handles!expr
tag in metadata. - (#10188):
quarto inspect
properly resolves includes across subdirectory boundaries.
Lua filters
- (#10004): Resolve callout titles, theorem names, and
code-summary
content throughquarto_ast_pipeline()
andprocess_shortcodes()
. - (#10196): protect against nil values in
float.caption_long
.
typst
Format
- (#10168): support
csl
bibliography style. - (#10181): Remove workaround for image dimensions which is no longer necessary and mishandled image paths with spaces.
- (#10217): Explicitly compute units for image dimensions in
typst
format when they're not given. - (#10212): Moves Pandoc variables to the function declaration for the default template.
Engines
julia
- (#10225): Handle API change in is_manifest_current in Julia 1.11