Skip to content

Releases: leeguooooo/chrome-use

v1.5.27

19 Jun 05:13

Choose a tag to compare

What changed

🐛 Fixes

  • fix(tabs): gate the about:blank cleanup to the relay only
  • fix(tabs): close the leftover initial about:blank when a real tab opens

Full changelog: v1.5.26...v1.5.27

v1.5.26

18 Jun 05:52

Choose a tag to compare

What changed

✨ Features

  • feat(session): session stop + session prune + lifecycle docs (#48)

Full changelog: v1.5.25...v1.5.26

v1.5.25

18 Jun 03:18

Choose a tag to compare

What changed

✨ Features

  • feat(cleanup): default idle-shutdown + keep — stop leaving scratch tabs/groups behind

🔧 Other

  • docs(viewport): document viewport/resize command for responsive debugging (#47)

Full changelog: v1.5.24...v1.5.25

v1.5.24

18 Jun 02:46

Choose a tag to compare

What changed

✨ Features

  • feat(canvas): extract WebGL/canvas-app content + fix site arg-order + adopt skill doc

🐛 Fixes

  • fix(build): include browser.rs clear_viewport/via_relay (#47) + cargo fmt

Full changelog: v1.5.23...v1.5.24

v1.5.23

17 Jun 12:25

Choose a tag to compare

What changed

✨ Features

  • feat(adopt): read a pre-existing tab without opening a new one

Full changelog: v1.5.22...v1.5.23

v1.5.22

17 Jun 09:22

Choose a tag to compare

What changed

✨ Features

  • feat(relay): group-scoped Target.getTargets — restore follow-popup + cross-session adopt under isolation (#40)

Full changelog: v1.5.21...v1.5.22

v1.5.21

17 Jun 08:56

Choose a tag to compare

What changed

✨ Features

  • feat: rich-editor fill, box centers, screenshot downscale, disabled+docs (#41-#45)

Full changelog: v1.5.20...v1.5.21

v1.5.20

17 Jun 08:22

Choose a tag to compare

What changed

✨ Features

  • feat(site): auto-sync + auto-suggest adapters (auto-trigger)

Full changelog: v1.5.19...v1.5.20

v1.5.19

17 Jun 07:09

Choose a tag to compare

What changed

✨ Features

  • feat(site): bb-sites adapters — turn any site into a structured-data CLI

🔧 Other

  • docs(zh): bring Chinese README to parity with English
  • docs: link blog + X in README

Full changelog: v1.5.18...v1.5.19

v1.5.18

17 Jun 05:16

Choose a tag to compare

Highlights

  • The CLI now points you to the issue tracker. --help and --version print https://github.com/leeguooooo/chrome-use/issues so a rough edge is a 30-second report away (the skill already nudged; the binary didn't).
  • Clear error for data: URLs over the extension relay. They abort with a cryptic net::ERR_ABORTED on an about:blank tab (chrome.debugger/chrome.tabs can't drive a top-frame data: navigation — it works under --launch). chrome-use now explains it and points to a real http(s):///file:// URL or --launch.

Already available (use them — not new): pick @combobox --option "..." for atomic combobox/<select> selection (works into cross-origin iframes), and --json on any command for structured output.

Install/upgrade: curl -fsSL https://raw.githubusercontent.com/leeguooooo/chrome-use/main/install.sh | sh