Skip to content

Commit 2c7991c

Browse files
authored
Prepare v0.27.3 release (#1446)
- Bump package, Cargo, and dashboard versions to 0.27.3 - Add release notes for the Windows ARM64 install fallback - Move release extraction markers to the 0.27.3 changelog entry
1 parent 8e70c78 commit 2c7991c

6 files changed

Lines changed: 26 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# agent-browser
22

3-
## 0.27.2
3+
## 0.27.3
44

55
<!-- release:start -->
66
### Bug Fixes
77

8+
- Fixed **Windows ARM64 installs** by falling back to the Windows x64 binary during postinstall, avoiding failed downloads for a native ARM64 artifact that is not published (#1269)
9+
10+
### Contributors
11+
12+
- @EternalRights
13+
<!-- release:end -->
14+
15+
## 0.27.2
16+
17+
### Bug Fixes
18+
819
- Fixed **click reliability** by scrolling off-viewport elements into view before resolving coordinates, handling JavaScript dialogs promptly, recovering mouse state after dialog-opening clicks, and detecting click interception by overlays before dispatching input (#1432, #1434)
920
- Fixed **frame-scoped selectors and waits** so CSS-selector actions and `wait` respect the selected iframe, including cross-process iframes, with translated click coordinates (#1432)
1021
- Fixed **wait timeout handling** so the documented 25s default is used, `--timeout` is honored across wait variants, and long waits receive an appropriate client read budget (#1432)
@@ -23,7 +34,6 @@
2334

2435
- @ctate
2536
- @heshamkhaledd
26-
<!-- release:end -->
2737

2838
## 0.27.1
2939

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-browser"
3-
version = "0.27.2"
3+
version = "0.27.3"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

docs/src/app/changelog/page.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.27.3
4+
5+
<p className="text-[#888] text-sm">June 12, 2026</p>
6+
7+
### Bug Fixes
8+
9+
- Fixed **Windows ARM64 installs** by falling back to the Windows x64 binary during postinstall, avoiding failed downloads for a native ARM64 artifact that is not published (#1269)
10+
11+
---
12+
313
## v0.27.2
414

515
<p className="text-[#888] text-sm">June 10, 2026</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "Browser automation CLI for AI agents",
55
"type": "module",
66
"packageManager": "pnpm@11.1.3",

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashboard",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)