Skip to content

v1.27.0

Compare
Choose a tag to compare
@F1bonacc1 F1bonacc1 released this 14 Sep 21:04
· 42 commits to main since this release

What Changed

  • Added ability to force termination of processes that fail to terminate after shutdown.timeout_seconds. Issue #214
  • Added ability to list the running processes directly process-compose ls without the process-compose process sub-command. Issue #232
  • Added ability to update projects on the fly process-compose project update. Issue #233
  • Added "spinner" to the TUI to indicate that processes' long termination now performed in the background.
  • Dependencies update

Bug Fixes

  • Fixed a race condition between a process and its logs. Issue #237
  • When TUI starts now it automatically selects the fist enabled process. Issue #238
  • Fixed a race condition for very short project that could cause the TUI to hang. Issue #239

Full Changelog