[0.7.2] - 2020-10-05
Fixed
- 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)
Added
- Update workflow to build arm binaries.