Skip to content

1.0.32

Choose a tag to compare

@github-actions github-actions released this 09 May 02:54
· 10 commits to main since this release
add window-relative click offset for moved windows

Recorder captures the frontmost window's rect ({x,y,w,h}) at click time
and stamps it onto click/double_click/drag actions as window_rect.
Runner reads the same rect at replay time and shifts the click by the
delta if the window has moved since recording.

Backward compatible: actions without window_rect (older recordings,
desktop clicks, Wayland sessions, AX-permission-missing) fall back to
absolute coords — current behavior unchanged.

Bumps to v1.0.32.