Releases: F1bonacc1/process-compose
Releases · F1bonacc1/process-compose
v0.40.2
v0.40.1
v0.40.0
v0.29.7
v0.29.4
What Changed
- Better output in case of
compose.yaml
parsing issues (#37) - Previously ignored typos in
process
configuration are now logged (#37) - Log location is printed by the
process-compose info
command (#37) - Version information is available with the
process-compose version
command
Changelog
- 0f16894 Added version command - prints process-compose version and build info
- 70fd817 Fix Readme indentation
- 710d60a Fix link behind the maintained badge
- c75d318 Log location documentation update
- 82b43e8 Log process version
- bed65c1 Merge pull request #36 from F1bonacc1/version_info
- fd1eab3 Merge pull request #39 from JoshuaBehrens/patch-1
- e052de6 Print configuration info
- cf66870 Print project marshaling errors before exit
- 89254f1 Represent the last commit date instead of the build date
- 00a3211 fix README.md indentation
- fea0d86 go releaser
v0.29.1
v0.29.0
v0.28.0
What's Changed
- Added the ability to specify the process working directory
working_dir
- Added the ability to specify a subset of processes to run.
process-compose up process_name
- Added the ability to view process information in TUI - F3 (default)
- Added official macOS support
- Added information to TUI to review running out of a total number of processes (R/T)
- Rework nix instructions now that nixpkgs has it by @thenonameguy in #28
Full Changelog: v0.24.1...v0.28.0