Skip to content

Releases: Off-Camber/open-frame

Release list

v0.1.2

Choose a tag to compare

@Off-Camber Off-Camber released this 23 Jun 00:36
b44c54e

v0.1.2

Added

  • Window-level state awareness (Phase 11): frontmost_window() API, optional window guard on flow steps, scope: window recognition scoping, and verify specs window-title-contains, window-role, window-app.

Fixed

  • Frontmost window bounds correctly read array-shaped position/size returned 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

Choose a tag to compare

@Off-Camber Off-Camber released this 19 Jun 02:20
  • 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