diff --git a/.changeset/release-mmrrum4k.md b/.changeset/release-mmrrum4k.md deleted file mode 100644 index d98a6a5..0000000 --- a/.changeset/release-mmrrum4k.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- Fixed **video duration** being reported incorrectly when using real-time ffmpeg encoding for screen recording (#812) -- Removed obsolete **`BrowserManager` TypeScript API** references that no longer reflect the current CLI-based usage model (#821) - -### Documentation - -- Updated README to replace outdated **`BrowserManager` programmatic API** examples with the current CLI-based approach using `execSync` and `agent-browser` commands (#821) -- Removed the **Programmatic API** section covering `BrowserManager` screencast and input injection methods, which are no longer part of the public API (#821) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c94a08..dc62645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # agent-browser +## 0.20.8 + +### Patch Changes + +- daf7263: ### Bug Fixes + + - Fixed **video duration** being reported incorrectly when using real-time ffmpeg encoding for screen recording (#812) + - Removed obsolete **`BrowserManager` TypeScript API** references that no longer reflect the current CLI-based usage model (#821) + + ### Documentation + + - Updated README to replace outdated **`BrowserManager` programmatic API** examples with the current CLI-based approach using `execSync` and `agent-browser` commands (#821) + - Removed the **Programmatic API** section covering `BrowserManager` screencast and input injection methods, which are no longer part of the public API (#821) + ## 0.20.7 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 1b55817..d1d3c71 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.7" +version = "0.20.8" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 851b07a..63369a6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.7" +version = "0.20.8" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index dc3f7af..1947089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.7", + "version": "0.20.8", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [