New Features
Core Functionality
- Added
process-compose.yaml
validations with--dry-run
command (#331) - Added ability to control resources refresh interval separately from the processes status table interval -
--slow-ref-rate
flag.
Bug Fixes
- Fixed performance regression in TUI caused by recursive monitoring of processes resources (#336)
Documentation
- Updated CLI documentation
Thank You
I'd like to extend my sincere thanks to all the contributors who made this release possible:
- Louis Opter @lopter
Your contributions are greatly appreciated!
Changelog
- a10f050 Add
--dry-run
flag to the root & up commands to validate the config - dd5adc5 Add shell.nix file
- 36da57d Replaces instances of yaml.v2 with yaml.v3
- d1fd7c3 chore: bump nix to v1.63.1
- ab708ca chore: nix updated vendorHash
- fc52776 default.nix: update vendorHash
- bfc122f fix #336: fix performance regression caused by recursive processes resources monitoring