File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-capture"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " GUI interaction capture - platform-agnostic event streams with time-aligned media"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments