Releases: leeguooooo/chrome-use
Releases · leeguooooo/chrome-use
v1.5.27
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
What changed
✨ Features
- feat(session): session stop + session prune + lifecycle docs (#48)
Full changelog: v1.5.25...v1.5.26
v1.5.25
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
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
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
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
v1.5.20
What changed
✨ Features
- feat(site): auto-sync + auto-suggest adapters (auto-trigger)
Full changelog: v1.5.19...v1.5.20
v1.5.19
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
Highlights
- The CLI now points you to the issue tracker.
--helpand--versionprinthttps://github.com/leeguooooo/chrome-use/issuesso 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 crypticnet::ERR_ABORTEDon an about:blank tab (chrome.debugger/chrome.tabs can't drive a top-framedata:navigation — it works under--launch). chrome-use now explains it and points to a realhttp(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