From c1417c3c70527513445251bcf9dcd671c396d3e7 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Fri, 12 Jun 2026 18:08:49 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=201.2.1=20=E2=80=94=20relay=20t?= =?UTF-8?q?ab-drift=20pin=20on=20open=20(#14/#18)=20+=20stable=20per-tab?= =?UTF-8?q?=20relay=20session=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(relay): pin active target on open so commands don't drift tabs (#14, #18) - fix(connect): stable per-tab relay session id — re-attach auto-recovers (#17) - docs: chrome-use test in README --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 7cae930..d698252 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -290,7 +290,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrome-use" -version = "1.2.0" +version = "1.2.1" dependencies = [ "aes", "aes-gcm", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 774b148..a1c33b6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrome-use" -version = "1.2.0" +version = "1.2.1" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 126ad92..9011e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-use", - "version": "1.2.0", + "version": "1.2.1", "description": "chrome-use — drive your real, logged-in Chrome from any AI agent, stealth by default", "type": "module", "packageManager": "pnpm@11.1.3",