Releases
v1.24.0
What Changed
Added ability to exit process-compose on skipped process availability.exit_on_skipped
. Issue #225 . Huge thanks to @shivaraj-bh 🔥
Added ability to start process compose in detached mode -D
. Issue #169
Added ability to clear TUI logs and mark logs position. Issue #222
Added configuration is_tui_disabled: true
to compose.yaml
to start without TUI.
Added support for multiple, configurable .env
files (-e
flag). Issue #220
Bug Fixes
Check if unix socket is in use before removing it. Issue #224 . Huge thanks to @mkenigs 🔥
Changelog
3937434 feat #169 : Add --detach option
38a472f feat #220 : Support for custom .env files
1f86a5d feat #222 : Added logs clear and mark (Ctrl-K
and m
)
9631b60 feat : Added configuration to compose.yaml to start without TUI
e3d9281 feat: Add availability.exit_on_skipped
c47a7af feat: Validate compose.yaml before running in detached mode
14b33bc fix: check if unix socket is in use
You can’t perform that action at this time.