Skip to content

1.0.2

Latest

Choose a tag to compare

@AbmSourav AbmSourav released this 11 Feb 10:54
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
a5ed768

1.0.2 release πŸŽ‰

What's changed?

  • Named Process Registry β€” PID-based process registry with JSON file storage at ~/.cadence/registry/
  • cadence stop <name> β€” Stop a running daemon by name (sends SIGTERM)
  • cadence status <name> β€” Show process info (PID, script, started time, running status)
  • cadence list β€” List all registered daemons with status
  • --name option to assign a custom name to a daemon process
  • Stale PID cleanup β€” automatically cleans up entries for dead processes
  • Process auto-registration on start and auto-unregistration on stop

Full Changelog: 1.0.1...1.0.2