Skip to content

Commit 1ab5514

Browse files
author
semantic-release
committed
chore: release 0.59.1
1 parent 1f5eb21 commit 1ab5514

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.59.1 (2026-03-22)
5+
6+
### Bug Fixes
7+
8+
- Add shell=True to launch handler for Windows app resolution
9+
([`1f5eb21`](https://github.com/OpenAdaptAI/openadapt-evals/commit/1f5eb211c10e1318f9ed04f64b7d46ede1a75129))
10+
11+
subprocess.Popen('calc') without shell=True fails on Windows because CreateProcessW doesn't search
12+
PATH the same way cmd.exe does. WAA's native /setup/launch endpoint hardcodes shell=True which is
13+
why it works. Match that behavior.
14+
15+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16+
17+
418
## v0.59.0 (2026-03-21)
519

620
### 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.59.0"
7+
version = "0.59.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)