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.8.26
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.8.27
Choose a head ref
  • 13 commits
  • 29 files changed
  • 4 contributors

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    401b50b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    312db36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf70ee6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Fix notebook-view.url being ignored

     When notebook-view.url is specified, notebook links should point to the
    external URL instead of rendering a local preview. This was broken in
    v1.4.156 (commit faba735) when the notebook system was refactored and external URL handling was accidentally removed.
    
    The fix restores the check for descriptor?.url before falling back to
    the local preview path in format-html-notebook-preview.ts.
    
    Updated existing test to verify links contain the external URL.
    
    (cherry picked from commit a39cc61)
    
    Move changelog entry as backport in v1.8
    
    # Conflicts:
    #	news/changelog-1.9.md
    cderv committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    82013bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15a854 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Fix font package detection for fonts with spaces in names

    Fonts with spaces (e.g., "Noto Emoji", "DejaVu Sans") were failing
    auto-installation because fontSearchTerm() generated search patterns
    that didn't match font files. Font files use concatenated names without
    spaces (NotoEmoji-Regular.ttf, DejaVuSans-Bold.ttf).
    
    Replace spaces with \s* regex pattern to match files with or without spaces.
    
    Closes #13726
    
    Fix font package detection for fonts with spaces in names
    
    Resolves an issue where fonts packages containing spaces in their names
    (e.g., "Noto Sans") were not properly detected in Quarto projects.
    Updated font path handling to correctly quote and process font names
    with whitespace characters.
    cderv committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    f1e71be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622741c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. use npm: prefix in import map for lodash (#13850)

    * dev: use npm: prefix in import map for lodash as skypack CDN is failing with error 500
    * fix: add type annotations for lodash npm: import compatibility
    
    The npm: prefix for lodash doesn't preserve generic type inference,
    causing TypeScript to infer `any` for callback parameters. Added
    explicit type annotations and type assertions where needed.
    
    (cherry picked from commit d341f2a)
    cderv committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    ad92c3c View commit details
    Browse the repository at this point in the history
  2. Render this test without koma script

    This avoid failing test while still testing the feature
    
    (cherry picked from commit 98a0a0f)
    cderv committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    117ef60 View commit details
    Browse the repository at this point in the history
  3. test - temporary opt out some article layout test due to latex update…

    … issues
    
    Something in recent LaTeX updates appears to have broken some of the article layout tests.
    Rendering them make them hangs.
    
    To temporarily opt out these tests until we can investigate and fix the underlying issue, #13663
    
    (cherry picked from commit dd8d141)
    cderv committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    b6b491f View commit details
    Browse the repository at this point in the history
  4. Add page-numbering to schema

    backport for #13516
    cwickham authored and cderv committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    6be9fc3 View commit details
    Browse the repository at this point in the history
  5. Build artifacts

    cderv committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    c619645 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Configuration menu
    Copy the full SHA
    3977c9d View commit details
    Browse the repository at this point in the history
Loading