Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.29
Choose a base ref
...
head repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.30
Choose a head ref
  • 11 commits
  • 24 files changed
  • 5 contributors

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    8e1f5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098d412 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    cwickham authored and gordonwoodhull committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    0f5a15f View commit details
    Browse the repository at this point in the history
  4. Only define margin in one place

    cwickham authored and gordonwoodhull committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    fa27bc9 View commit details
    Browse the repository at this point in the history
  5. Rebuild artifacts

    cwickham authored and gordonwoodhull committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    c36679a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07990f8 View commit details
    Browse the repository at this point in the history
  7. fix: normalize falsy logo spec to undefined in fillLogoPaths

    Now that logo-light-dark-specifier-path-optional accepts `false`,
    return `undefined` explicitly for all falsy values rather than
    leaking `false` through to resolveLogo.
    gordonwoodhull committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    dc19d5a View commit details
    Browse the repository at this point in the history
  8. artifacts

    gordonwoodhull committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    20cb9d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Fix meta shortcode truncating multi-word values in raw HTML contexts (#…

    …14160)
    
    * Fix meta shortcode truncating multi-word values in raw HTML contexts
    
    * Update rules for changelog regression policy and regex match format
    cderv authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    09539d1 View commit details
    Browse the repository at this point in the history
  2. Fix performance regression in `src/resources/filters/quarto-pre/engin…

    …e-escape.lua` (#14162)
    
    * avoid O(n^2) backtracking (#14156)
    
    * changelog
    
    * move local decl inside function to avoid too many variables
    cscheid authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    56700eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e3f05 View commit details
    Browse the repository at this point in the history
Loading