Skip to content

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 13 Aug 07:56
· 3 commits to master since this release

Fixed

  • Start-at-login now works from a LaunchAgent. The generated script used a bare stackd command, which launchd cannot find because it does not inherit your shell PATH.
  • LaunchAgents now invoke PHP and the stackd binary with absolute paths, and set PATH and HOME on the plist.

Added

  • stackd autostart run starts every configured login instance without a TTY or spinner.
  • stackd doctor fails when autostart.sh is missing, still calls bare stackd, or the LaunchAgent plist is absent.

After upgrading, run stackd autostart enable once so the LaunchAgent is rewritten with the new script.

Full Changelog: v1.0.9...v1.0.10