Skip to content

Commit e02bc1a

Browse files
chore: version packages (#756)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56bb92b commit e02bc1a

5 files changed

Lines changed: 19 additions & 18 deletions

File tree

.changeset/v0190-browserless-clipboard-screenshot-config.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# agent-browser
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- 56bb92b: ### New Features
8+
- **Browserless.io provider** -- Added browserless.io as a browser provider, supported in both Node.js and native daemon paths. Connect to remote Browserless instances with `--provider browserless` or `AGENT_BROWSER_PROVIDER=browserless`. Configurable via `BROWSERLESS_API_KEY`, `BROWSERLESS_API_URL`, and `BROWSERLESS_BROWSER_TYPE` environment variables. (#502, #746)
9+
- **`clipboard` command** -- Read from and write to the browser clipboard. Supports `read`, `write <text>`, `copy` (simulates Ctrl+C), and `paste` (simulates Ctrl+V) operations. (#749)
10+
- **Screenshot output configuration** -- New global flags `--screenshot-dir`, `--screenshot-quality`, `--screenshot-format` and corresponding `AGENT_BROWSER_SCREENSHOT_DIR`, `AGENT_BROWSER_SCREENSHOT_QUALITY`, `AGENT_BROWSER_SCREENSHOT_FORMAT` environment variables for persistent screenshot settings. (#749)
11+
12+
### Bug Fixes
13+
- Fixed `wait --text` not working in native daemon path (#749)
14+
- Fixed `BrowserManager.navigate()` and package entry point (#748)
15+
- Fixed extensions not being loaded from `config.json` (#750)
16+
- Fixed scroll on page load (#747)
17+
- Fixed HTML retrieval by using `browser.getLocator()` for selector operations (#745)
18+
319
## 0.18.0
420

521
### Minor Changes

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.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

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.18.0",
3+
"version": "0.19.0",
44
"description": "Headless browser automation CLI for AI agents",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)