Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b56903b
Add Playwright CDN support for arm64 Linux in chrome-for-testing
cderv Apr 8, 2026
fcdc458
Add arm64 Linux support to chrome-headless-shell via Playwright CDN
cderv Apr 8, 2026
d1bc50d
Add deprecation warning for 'quarto install chromium'
cderv Apr 8, 2026
2b37e99
Add changelog entry for arm64 chrome-headless-shell backport
cderv Apr 8, 2026
2723152
Add #9710 reference to changelog entry
cderv Apr 8, 2026
3ffad0b
Add deprecation warning for 'quarto update tool chromium'
cderv Apr 8, 2026
e8f65b6
Add CI workflow for tool install on arm64 Linux and macOS (#14336)
cderv Apr 8, 2026
893bf7e
Add chromium deprecation warning test and enable arm64 chrome-headles…
cderv Apr 8, 2026
38e9170
Add quarto check verification for outdated Chromium warning
cderv Apr 8, 2026
0a83f1a
Fix chromium deprecation test for Windows and drop runner-dependent c…
cderv Apr 8, 2026
8d50267
Move outdated Chromium warning to tools table in quarto check
cderv Apr 8, 2026
bb974c8
Simplify chromium deprecation test with GITHUB_OUTPUT and bash wrapper
cderv Apr 8, 2026
fbe6b5f
Add quarto update chromium deprecation warning test
cderv Apr 8, 2026
4dc1924
Fix unit tests to handle arm64 Playwright CDN binary layout
cderv Apr 8, 2026
12eb575
Show chromium deprecation warning on WSL before blocking install
cderv Apr 8, 2026
6df5d24
Tighten CI workflow assertions and use exit code for install detection
cderv Apr 8, 2026
cc952d8
Make CI assert steps always run instead of skip-on-success
cderv Apr 8, 2026
bf28fa7
Fix stale docstring for detectCftPlatform
cderv Apr 8, 2026
ee52809
Update changelog for update warning and quarto check deprecation
cderv Apr 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add changelog entry for arm64 chrome-headless-shell backport
  • Loading branch information
cderv committed Apr 8, 2026
commit 2b37e9939235ce2f886963f52ed93a8923e18901
1 change: 1 addition & 0 deletions news/changelog-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- ([#14281](https://github.com/quarto-dev/quarto-cli/issues/14281)): Fix transient `.quarto_ipynb` files accumulating during `quarto preview` with Jupyter engine.
- ([#14298](https://github.com/quarto-dev/quarto-cli/issues/14298)): Fix `quarto preview` browse URL including output filename (e.g., `hello.html`) for single-file documents, breaking Posit Workbench proxied server access.
- ([rstudio/rstudio#17333](https://github.com/rstudio/rstudio/issues/17333)): Fix `quarto inspect` on standalone files emitting project metadata that breaks RStudio's publishing wizard.
- ([#14334](https://github.com/quarto-dev/quarto-cli/pull/14334)): Add arm64 Linux support for `quarto install chrome-headless-shell` using Playwright CDN as download source. `quarto install chromium` now shows a deprecation warning — use `chrome-headless-shell` instead, which always installs the latest stable Chrome (the legacy `chromium` installer pins an outdated Puppeteer revision that cannot receive security updates).

## In previous releases

Expand Down
Loading