Skip to content

Commit a7bfb54

Browse files
author
semantic-release
committed
chore: release 0.5.2
1 parent 50230cf commit a7bfb54

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.5.2 (2026-03-17)
5+
6+
### Bug Fixes
7+
8+
- Add oa-atomacos dependency for macOS window capture
9+
([#16](https://github.com/OpenAdaptAI/openadapt-capture/pull/16),
10+
[`50230cf`](https://github.com/OpenAdaptAI/openadapt-capture/commit/50230cf7dc195d21432e74399208c6a2be07036c))
11+
12+
oa-atomacos is imported in window/_macos.py but was missing from pyproject.toml, causing ImportError
13+
on macOS. The package (OpenAdapt's fork of atomacos) fixes pickle serialization of namedtuples
14+
needed for window state capture.
15+
16+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17+
18+
419
## v0.5.1 (2026-03-17)
520

621
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-capture"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "GUI interaction capture - platform-agnostic event streams with time-aligned media"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)