You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-existing tasks were displayed as successfully removed. (#108)
Remove child process handling logic for MacOs, since the library simply doesn't support this.
Remove unneeded config features and reduce compile time by ~10%. Contribution by LovecraftianHorror (#112)
Remove futures-timers, effectively reducing compile time by ~14%. (#112)
Update to comfy-table v1.1.0, reducing compile time by another ~10%. (#112)
Changed
Linux process handling now always sends signals to it's direct children, if the root process is a sh -c process.
Previously, this behavior was somewhat ambiguous and inconsistent. (#109)