Skip to content

Releases: Integration-Automation/AutoControlGUI

v0.0.214

26 Jun 04:43

Choose a tag to compare

What's Changed

  • Add act_in_view: scroll a target into view, then act when actionable by @JE-Chen in #451
  • Add act_with_mode: trial and force action modes over the actionability gate by @JE-Chen in #452
  • Release: input-fidelity lane completion (act_in_view, act_with_mode) v221-v222 by @JE-Chen in #453

Full Changelog: v0.0.213...v0.0.214

v0.0.213

26 Jun 02:50

Choose a tag to compare

What's Changed

  • Add change_localize: attribute a screen change to the element boxes that changed by @JE-Chen in #447
  • Add icon_classify: classify a widget from its pixel shape by @JE-Chen in #448
  • Add element_proposal: propose a clean element list from raw pixels by @JE-Chen in #449
  • Release: perception lane part 2 (change localize, icon classify, element proposal) v218-v220 by @JE-Chen in #450

Full Changelog: v0.0.212...v0.0.213

v0.0.212

26 Jun 01:46

Choose a tag to compare

What's Changed

  • Add cvd_simulate: simulate colour-vision deficiency and flag collisions by @JE-Chen in #442
  • Add marks_layout: non-overlapping Set-of-Marks labels with readable colour by @JE-Chen in #443
  • Add contrast_map: grade on-screen text contrast by sampling its colours by @JE-Chen in #444
  • Add theme_normalize: match a light-mode template in dark mode by @JE-Chen in #445
  • Release: perception lane (CVD, mark layout, contrast, theme-invariant match) v214-v217 by @JE-Chen in #446

Full Changelog: v0.0.211...v0.0.212

v0.0.211

25 Jun 23:28

Choose a tag to compare

What's Changed

  • Add retry_budget: deadline + jitter over resilience retries by @JE-Chen in #436
  • Add verify_field: read a field back and confirm the typed value by @JE-Chen in #437
  • Add adaptive_timeout: derive a wait timeout from observed durations by @JE-Chen in #438
  • Add ensure_state: idempotent read-compare-act-verify for control state by @JE-Chen in #439
  • Add app_idle: wait until the app's busy signal settles before acting by @JE-Chen in #440
  • Release: input-fidelity lane (retry budget, field verify, adaptive timeout, ensure state, app idle) v209-v213 by @JE-Chen in #441

Full Changelog: v0.0.210...v0.0.211

v0.0.210

25 Jun 21:38

Choose a tag to compare

What's Changed

  • Clear SonarCloud + Codacy static-analysis backlog by @JE-Chen in #431
  • Add system_volume: absolute read/set master volume and mute by @JE-Chen in #432
  • Add lock_session: lock the workstation and wait for unlock by @JE-Chen in #433
  • Add ime_state: live IME composition state for safe CJK entry by @JE-Chen in #434
  • Release: cross-app OS lane (system volume, lock session, IME state) v206-v208 by @JE-Chen in #435

Full Changelog: v0.0.209...v0.0.210

v0.0.209

25 Jun 00:48

Choose a tag to compare

What's Changed

  • Add shell_open: open files with default app / URLs in browser by @JE-Chen in #426
  • Add idle_keepawake: idle detection + keep machine awake by @JE-Chen in #427
  • Add file_assoc: resolve the app registered for a file type by @JE-Chen in #428
  • Group WHATS_NEW entries by date into one section per day by @JE-Chen in #429
  • Release: cross-app OS lane (shell_open, idle_keepawake, file_assoc) by @JE-Chen in #430

Full Changelog: v0.0.208...v0.0.209

v0.0.208

24 Jun 22:54

Choose a tag to compare

What's Changed

  • Add ax_events: reactive UIA focus-change wait by @JE-Chen in #424
  • Release: native-UIA depth pt.3 — reactive focus event (v202); native-UIA lane complete by @JE-Chen in #425

Full Changelog: v0.0.207...v0.0.208

v0.0.207

24 Jun 22:34

Choose a tag to compare

What's Changed

  • Add transform_window: move/resize UIA elements + window state by @JE-Chen in #419
  • Add legacy_accessible: MSAA bridge for old controls UIA can't model by @JE-Chen in #420
  • Add advanced TextPattern: find / select / read text attributes by @JE-Chen in #421
  • Add selection_view: container selection + view switching by @JE-Chen in #422
  • Release: native-UIA depth pt.2 — transform/window, MSAA, advanced text, selection/views (v198–v201) by @JE-Chen in #423

Full Changelog: v0.0.206...v0.0.207

v0.0.206

24 Jun 19:09

Choose a tag to compare

What's Changed

  • Add virtualized: realize off-screen items in virtualized lists/grids by @JE-Chen in #415
  • Add ax_props: read rich UIA element properties before acting by @JE-Chen in #416
  • Add table_pattern: table headers + cell addressing for native grids by @JE-Chen in #417
  • Release: native-UIA depth pt.1 — virtualized items + rich properties + table addressing (v195–v197) by @JE-Chen in #418

Full Changelog: v0.0.205...v0.0.206

v0.0.205

24 Jun 18:20

Choose a tag to compare

What's Changed

  • Add failure_signature: normalise + hash errors to stable signatures by @JE-Chen in #410
  • Add run_diff: LCS-aligned diff of two run step-traces by @JE-Chen in #411
  • Add flake_cluster: cluster tests that flake together (co-failure Jaccard) by @JE-Chen in #412
  • Add step_timeline: per-run step waterfall + bottleneck steps by @JE-Chen in #413
  • Release: test-robustness lane — failure signatures, run diff, flake clustering, step timeline (v191–v194) by @JE-Chen in #414

Full Changelog: v0.0.204...v0.0.205