Skip to content

v1.4.0

Latest

Choose a tag to compare

@Letdown2491 Letdown2491 released this 10 Nov 07:25

Version 1.4.0

  • Added activity event recording for service state changes (started, stopped, failed, restarted).
  • Added activity event recording for user actions (start, stop, restart, reload, enable, disable, check).
  • Activity history displays in the "Recent Activity" panel with human-readable timestamps.
  • Activity history persists to ~/.config/runkit/activity.json with last 10 events per service.
  • Automatically detects service state changes between app sessions (tracks what happened while the app was closed).
  • Service states are saved on app close and compared on startup to detect offline changes.
  • Activity events include PID information for running/failed services.
  • Added restart detection when service PID changes while running.
  • Added ActivityEvent and ActivityEventType types to runkit-core.
  • Added chrono dependency for timestamp handling in runkit-core and runkit.
  • Added waypoint-scheduler service description (see Waypoint GTK).