diff --git a/.changeset/release-mmrv55tj.md b/.changeset/release-mmrv55tj.md deleted file mode 100644 index f4d80f1..0000000 --- a/.changeset/release-mmrv55tj.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Appium v3 iOS capabilities** - Added `appium:` vendor prefix to iOS capabilities (e.g., `appium:automationName`, `appium:deviceName`, `appium:platformVersion`) to comply with the Appium v3 WebDriver protocol requirements (#810) -- **Snapshot `--selector` scoping** - Fixed `snapshot --selector` so that the output is properly scoped to the matched element's subtree rather than returning the full accessibility tree. The selector now resolves the target DOM node's backend IDs and filters the accessibility tree to only include nodes within that subtree (#825) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc62645..6002ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # agent-browser +## 0.20.9 + +### Patch Changes + +- 51d9ab4: ### Bug Fixes + + - **Appium v3 iOS capabilities** - Added `appium:` vendor prefix to iOS capabilities (e.g., `appium:automationName`, `appium:deviceName`, `appium:platformVersion`) to comply with the Appium v3 WebDriver protocol requirements (#810) + - **Snapshot `--selector` scoping** - Fixed `snapshot --selector` so that the output is properly scoped to the matched element's subtree rather than returning the full accessibility tree. The selector now resolves the target DOM node's backend IDs and filters the accessibility tree to only include nodes within that subtree (#825) + ## 0.20.8 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index d1d3c71..25373f1 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.8" +version = "0.20.9" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 63369a6..ebb5693 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.8" +version = "0.20.9" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 1947089..097f8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.8", + "version": "0.20.9", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [