v3.0.6 — Windows CLI parity
What's new in v3.0.6
Windows autostart via Task Scheduler
devtrack autostart-install on Windows now creates a proper Task Scheduler task (ONLOGON / HIGHEST) instead of falling through to the macOS launchd path. autostart-status and autostart-uninstall are fully wired up too.
Full cross-platform CLI parity
All commands behave identically on Windows, macOS, and Linux. Platform differences are handled internally:
force-trigger: SIGUSR2 (Unix) / HTTP endpoint (Windows)reload-config: SIGHUP (Unix) / HTTP endpoint (Windows)stop: SIGTERM (Unix) / TerminateProcess (Windows)upgrade: sudo cp (Unix) / rename-then-copy (Windows)- OS notifications: osascript/notify-send (Unix) / PowerShell balloon (Windows)
Windows binary metadata corrected
The embedded version info (versioninfo.json) was stale at 2.2.14. Updated to 3.0.6 and the .syso resource file regenerated.
Binaries
| Platform | File |
|---|---|
| Windows x86_64 | devtrack_windows_amd64.exe |
| macOS Intel | devtrack_darwin_amd64.tar.gz |
| macOS Apple Silicon | devtrack_darwin_arm64.tar.gz |
| Linux x86_64 | devtrack_linux_amd64.tar.gz |
| Linux ARM64 | devtrack_linux_arm64.tar.gz |
Upgrading
devtrack upgrade