Skip to content

Releases: josephbartlett/windows-appshot-codex

v0.3.0

Choose a tag to compare

@josephbartlett josephbartlett released this 22 May 14:26

What's Changed

  • Add GitHub Actions validation for plugin metadata, skill metadata, docs, and PowerShell syntax.
  • Add a one-command install/update script for personal Codex plugin setup.
  • Harden installer behavior with dirty-checkout protection, detached/no-upstream checks, marketplace JSON backup writes, malformed JSON errors, metadata preservation, and duplicate entry collapse.
  • Expand repo-local validation with installer smoke coverage and capture safety-invariant checks.
  • Add troubleshooting guidance for install, execution policy, query matching, browser-tab confirmation, foreground verification, and partial UI Automation text.

Validation

  • Repo-local validator with hotkey validation passed.
  • Plugin manifest validator passed.
  • Skill validator passed.
  • PowerShell scripts parse-check passed.
  • Five-reviewer PASS/BLOCK gate passed.

v0.2.1

Choose a tag to compare

@josephbartlett josephbartlett released this 22 May 13:32

What's Changed

  • Rework user-facing documentation and plugin metadata to lead with $windows-appshot plugin commands before direct PowerShell script usage.
  • Keep direct PowerShell usage documented as advanced/debug/reference workflow.

Validation

  • Plugin validation
  • Skill validation
  • PowerShell script parse checks
  • Hotkey validate-only
  • git diff --check
  • Five-reviewer PASS/BLOCK release gate

v0.2.0

Choose a tag to compare

@josephbartlett josephbartlett released this 22 May 04:59

What's Changed

  • Add query-based window and browser tab target selection.
  • Add -ListWindows, -TargetIndex, and hotkey query support.
  • Keep browser tab activation confirmation-first, with foreground and tab verification before capture.
  • Tighten UI Automation extraction to skip generic Pane, editable, password, off-screen, and aggregate TextPattern content.
  • Document the five-reviewer PASS/BLOCK release gate.

Validation

  • Plugin validation
  • Skill validation
  • PowerShell script parse checks
  • Hotkey validate-only
  • git diff --check
  • Synthetic browser-tab safety checks
  • Live harmless-window capture smoke test with foreground verification and no secret leak

v0.1.0

Choose a tag to compare

@josephbartlett josephbartlett released this 22 May 04:12

Initial public release.

  • Add Windows foreground-window screenshot capture.
  • Add visible, non-password UI Automation text extraction.
  • Add local appshot bundle output with metadata and prompt files.
  • Add Codex CLI command generation using supported image input.
  • Add optional global hotkey listener.
  • Add Codex plugin manifest and windows-appshot skill.