[v1.87.0] - 2026-01-03
New Features
- Process Dependency Graph: Added a comprehensive visualization feature available via CLI (
graphcommand), TUI (Ctrl+Q), and REST API (graph). Supports multiple output formats: ASCII, Mermaid, JSON, and YAML. - Scheduled Processes: Introduced support for cron and interval-based process execution.
- Enhanced TUI Interactivity: Added mouse support to the terminal view and a configurable escape character for interactive processes.
Bug Fixes
- Fixed a bug where environment variables were not correctly applied to foreground processes (#427).
- Fixed missing version information when the application is installed using
go install(#426). - Resolved various styling and layout issues for interactive processes in the TUI.
Maintenance
- CI/CD: Expanded the CI build matrix to include Windows and improved test coverage across all packages.
- Dependencies: Updated Go modules dependencies.