diff --git a/CHANGELOG.md b/CHANGELOG.md index b77b9a9..fe019ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # agent-browser -## 0.14.0-fork.3 +## 0.15.1 + +### Patch Changes + +- 7bd8ce9: Added support for chrome:// and chrome-extension:// URLs in navigation and recording commands. These special browser URLs are now preserved as-is instead of having https:// incorrectly prepended. + +## 0.15.0 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 4a0c0fd..73b5e2e 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser-stealth" -version = "0.14.0-fork.6" +version = "0.15.1-fork.6" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6a8446b..39a51a8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.14.0-fork.6" +version = "0.15.1-fork.6" edition = "2021" description = "Stealth browser automation CLI for AI agents with anti-bot evasions" license = "Apache-2.0" diff --git a/cli/src/commands.rs b/cli/src/commands.rs index 820d44d..959ddcd 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -159,6 +159,8 @@ pub fn parse_command(args: &[String], flags: &Flags) -> Result Result Result