-
Notifications
You must be signed in to change notification settings - Fork 428
Comparing changes
Open a pull request
base repository: quarto-dev/quarto-cli
base: b09da82
head repository: quarto-dev/quarto-cli
compare: 3977c9d
- 13 commits
- 29 files changed
- 4 contributors
Commits on Nov 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 401b50b - Browse repository at this point
Copy the full SHA 401b50bView commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 312db36 - Browse repository at this point
Copy the full SHA 312db36View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf70ee6 - Browse repository at this point
Copy the full SHA bf70ee6View commit details
Commits on Nov 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 82013bd - Browse repository at this point
Copy the full SHA 82013bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e15a854 - Browse repository at this point
Copy the full SHA e15a854View commit details
Commits on Nov 26, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for f1e71be - Browse repository at this point
Copy the full SHA f1e71beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622741c - Browse repository at this point
Copy the full SHA 622741cView commit details
Commits on Jan 14, 2026
-
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)
Configuration menu - View commit details
-
Copy full SHA for ad92c3c - Browse repository at this point
Copy the full SHA ad92c3cView commit details -
Render this test without koma script
This avoid failing test while still testing the feature (cherry picked from commit 98a0a0f)
Configuration menu - View commit details
-
Copy full SHA for 117ef60 - Browse repository at this point
Copy the full SHA 117ef60View commit details -
test - temporary opt out some article layout test due to latex update…
Configuration menu - View commit details
-
Copy full SHA for b6b491f - Browse repository at this point
Copy the full SHA b6b491fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be9fc3 - Browse repository at this point
Copy the full SHA 6be9fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c619645 - Browse repository at this point
Copy the full SHA c619645View commit details
Commits on Jan 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3977c9d - Browse repository at this point
Copy the full SHA 3977c9dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b09da82...3977c9d