Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 3.02 KB

changelog-1.6.md

File metadata and controls

44 lines (29 loc) · 3.02 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.
  • (#10328): Interpret subcells as subfloats when subcap count matches subcell count.

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.

Projects

  • (#10268]): quarto create supports opening project in Positron, in addition to VS Code and RStudio IDE.

Engines

julia

  • (#10225): Handle API change in is_manifest_current in Julia 1.11.

jupyter

  • (#9134): Add proper fix for multiprocessing in notebooks with the Python kernel.

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.
  • (#10332): Use exitWithCleanup whenever possible instead of Deno.exit to clean up temporary resources.
  • (#10334): Fix author field rendered incorrectly in dashboards when multiple authors are present.
  • (#10552): Add contents shortcode.
  • (#8383), (#10087), (#10369): Track theme generation and file naming through content hashing to allow different themes to coexist in the same project.