Skip to content

Commit 115d2ce

Browse files
author
semantic-release
committed
chore: release 0.23.1
1 parent 92c83d2 commit 115d2ce

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v0.23.1 (2026-03-03)
5+
6+
### Bug Fixes
7+
8+
- Add coordinate clamping and drag safety to prevent fail-safe triggers
9+
([#74](https://github.com/OpenAdaptAI/openadapt-evals/pull/74),
10+
[`92c83d2`](https://github.com/OpenAdaptAI/openadapt-evals/commit/92c83d2f314fceed30a4c4992e7a1561be9688f1))
11+
12+
- Add _clamp_pixel_coords() to keep mouse 5px from screen edges - Apply clamping in
13+
_translate_click_action (element and coordinate paths) - Fix drag handler: skip drags with None or
14+
all-zero coordinates - Apply clamping to drag start/end coordinates
15+
16+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17+
18+
419
## v0.23.0 (2026-03-03)
520

621
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.23.0"
7+
version = "0.23.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)