Skip to content

Commit a2806f5

Browse files
committed
Add to changelog
[skip ci]
1 parent ae33f4b commit a2806f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

news/changelog-1.6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ All changes included in 1.6:
101101

102102
- ([#9134](https://github.com/quarto-dev/quarto-cli/issues/9134)): Add proper fix for `multiprocessing` in notebooks with the Python kernel.
103103

104+
## Chromium support
105+
106+
- ([#11135](https://github.com/quarto-dev/quarto-cli/issues/11135)): Use `--headless=old` mode for Chromium to avoid recent issues with the new `--headless` mode. Setting `--headless=new` can be configured with `QUARTO_CHROMIUM_HEADLESS_MODE=new` environment variable, however it is not recommended new headless mode seems to be unstable. Only use to be unblocked of a situation (like `QUARTO_CHROMIUM_HEADLESS_MODE=""` if you use a old chrome version somehow).
107+
- ([#10170](https://github.com/quarto-dev/quarto-cli/issues/10170)): Quarto should find chrome executable automatically on most OS. If this is does not find it, or a specific version is needed, set `QUARTO_CHROMIUM` environment variable to the executable path.
108+
104109
## Other Fixes and Improvements
105110

106111
- Upgrade `mermaidjs` to 11.2.0.

0 commit comments

Comments
 (0)