Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.83 KB

changelog-1.6.md

File metadata and controls

30 lines (19 loc) · 1.83 KB

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 through quarto_ast_pipeline() and process_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

Other Fixes and Improvements

  • (#10162): Use Edge on macOS as a Chromium browser when available.
  • (#10235): Configure the CI schedule trigger to activate exclusively for the upstream repository.
  • (#10295): fix regression to return error status to shell when CommandError is thrown.