diff --git a/.changeset/release-mmwl03pm.md b/.changeset/release-mmwl03pm.md deleted file mode 100644 index 38da717..0000000 --- a/.changeset/release-mmwl03pm.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Deduplicate text content in snapshots** - Fixed an issue where duplicate text content appeared in page snapshots (#909) -- **Native mouse drag state** - Fixed incorrect raw native mouse drag state not being properly tracked across `down`, `move`, and `up` events (#872) -- **Chrome headless launch failures** - Fixed browser launch failures caused by the `--enable-unsafe-swiftshader` flag in Chrome headless mode (#915) -- **Origin-scoped `--headers` persistence** - Restored correct persistence of origin-scoped headers set via `--headers` across navigation commands (#894) -- **Relative URLs in WebSocket domain filter** - Fixed handling of relative URLs in the WebSocket domain filter script (#624) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c871ec..ae7e3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # agent-browser +## 0.21.2 + +### Patch Changes + +- 757626f: ### Bug Fixes + + - **Deduplicate text content in snapshots** - Fixed an issue where duplicate text content appeared in page snapshots (#909) + - **Native mouse drag state** - Fixed incorrect raw native mouse drag state not being properly tracked across `down`, `move`, and `up` events (#872) + - **Chrome headless launch failures** - Fixed browser launch failures caused by the `--enable-unsafe-swiftshader` flag in Chrome headless mode (#915) + - **Origin-scoped `--headers` persistence** - Restored correct persistence of origin-scoped headers set via `--headers` across navigation commands (#894) + - **Relative URLs in WebSocket domain filter** - Fixed handling of relative URLs in the WebSocket domain filter script (#624) + ## 0.21.1 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 8e9ccae..a7dce3f 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.21.1" +version = "0.21.2" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8a90d71..4ea6a97 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.21.1" +version = "0.21.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index e0c70af..b78030c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.21.1", + "version": "0.21.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [