Skip to content

Commit

Permalink
docs: Add NEWS item and increment version number to 0.3.1.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 16, 2025
1 parent 3b1c0b4 commit 82b8a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.3.1
Version: 0.3.1.9000
Authors@R: c(
person("Winston", "Chang", , "winston@posit.co", role = c("aut", "cre")),
person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# chromote (development version)

* Chrome v132 and later no longer support [old headless mode](https://developer.chrome.com/blog/removing-headless-old-from-chrome). As such, `chromote` no longer defaults to using `--headless=old` and now uses `--headless` when running Chrome. You can still use the `chromote.headless` option or `CHROMOTE_HEADLESS` environment variable to configure the `--headless` flag if you're using an older version of Chrome. (#187)

# chromote 0.3.1

* Fixed a typo that caused `launch_chrome()` to throw an error. (#175)
Expand Down

0 comments on commit 82b8a3b

Please sign in to comment.