Releases
v1.40.0
What Changed
Added ability to get an individual process state in CLI. Issue #271
Added configuration inheritance with extends
attribute. Issue #270
Added ability to start disabled processes if specified explicitly. Issue #268
Added configurable daemon launch timeout. Issue #258
Added setting to disable the exit confirmation in TUI. Issue #268
Added ability to mouse-click the help buttons to trigger actions. Issue #252
Bug Fixes
Now dependencies check runs even in a non strict mode. Issue #261 . Thanks @j-chmielewski
Nix build now produces a static library. Issue #265
Fix scenarios in which project update unit-test might hang.
Prevent EOF error on process-compose down
Prevent down command hanging with daemon Launching scenario. Issue #258 . Thanks @Lagoja for repro steps.
Fixed race condition for stopping killed daemons.
Fixed issue in which a stop to restarting processes would be ignored for the next run. Issue #258 . Thanks @mprimi for repro steps.
Changelog
f97dd93 Make nix build produce a static binary
b9bca9f bump nix to v1.40
dd2cb88 feat #258 : Added configurable daemon launch timeout
b34afe4 feat #266 : Start disabled processes if specified explicitly
9bb8297 feat #268 : Added setting to disable the exit confirmation in TUI
aba328e feat #270 : Add configuration inheritance with extends
aef7723 feat #271 : Get Individual Process State in CLI
1e6ff70 fix #252 : Allow clicking on shortcut buttons
2f0dfb9 fix #258 : Prevent PC stuck in down command with daemon Launching scenario
6a6182b fix #258 : don't run stopped process while waiting for restart
ff2eaa9 fix #258 : fix race condition for stopping killed daemons
6b724f8 fix #261 : validate all dependencies are defined
ba1d0d7 fix #265 : Disable dynamic linking in Nix build
b0d388b fix: Prevent EOF error on process-compose down
a867fdb fix: Update test hangs sometimes
994e543 internal: Dependencies updated
You can’t perform that action at this time.