Skip to content

CrossMacro v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 17:00

CrossMacro v1.0.1 - Workflow Scripting, Wayland Coverage & Startup Stability

This release introduces workflow scripting capabilities, expands Linux/Wayland coverage, and fixes startup stability issues across Linux and macOS builds.

Key changes:

  • Workflow scripting: Added structured control flow support in run steps (if, for, while, continue, break) for more expressive automations.
  • New current-position action: Actions can now run at the live cursor position instead of only fixed coordinates.
  • Wayland compatibility: Added Wayfire absolute pointer position support for better integration on Wayfire-based desktops.
  • Linux startup reliability: Fixed a mutex fallback edge case that could allow a second instance in restricted environments.
  • macOS launch fix: Resolved a Skia renderer configuration issue that could cause the app not to open in some builds.

Full Changelog: v0.9.9...v1.0.1

Recording