You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.