Skip to content

Commit 2649e71

Browse files
committed
Add changelog entries for chromium deprecation and arm64 support
1 parent feb967e commit 2649e71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

news/changelog-1.10.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ All changes included in 1.10:
1818

1919
- ([#14281](https://github.com/quarto-dev/quarto-cli/issues/14281)): Avoid creating a duplicate `.quarto_ipynb` file on preview startup for single-file Jupyter documents.
2020

21+
### `install`
22+
23+
- ([#11877](https://github.com/quarto-dev/quarto-cli/issues/11877)): Add arm64 Linux support for `quarto install chrome-headless-shell` using Playwright CDN as download source, since Chrome for Testing has no arm64 Linux builds.
24+
- ([#11877](https://github.com/quarto-dev/quarto-cli/issues/11877)): Deprecate `quarto install chromium` — the command now transparently redirects to `chrome-headless-shell`. 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).
25+
2126
### `quarto create`
2227

2328
- ([#14250](https://github.com/quarto-dev/quarto-cli/issues/14250)): Fix `quarto create` producing read-only files when Quarto is installed via system packages (e.g., `.deb`). Files copied from installed resources now have user-write permission ensured.

0 commit comments

Comments
 (0)