Releases: Off-Camber/open-frame
Releases · Off-Camber/open-frame
Release list
v0.1.2
v0.1.2
Added
- Window-level state awareness (Phase 11):
frontmost_window()API, optionalwindowguard on flow steps,scope: windowrecognition scoping, and verify specswindow-title-contains,window-role,window-app.
Fixed
- Frontmost window bounds correctly read array-shaped
position/sizereturned by System Events JXA; previously bounds collapsed to zero.
Docs
- Flow setup guide gains a "window-aware guards and scoping" section; verify setup lists the new window specs.
See CHANGELOG.md for full release history.
0.1.1
- Stabilization release after v0.1.0
- Upgraded workflow action versions to remove Node runtime deprecation warnings
- Made PyPI publish workflow rerunnable with skip-existing: true
- Improved flow reliability with retry/poll support for click, find, fill, and verify steps
- Added tests and docs for timeout_ms / poll_ms flow step options