Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@mauri870 mauri870 released this 04 Oct 20:58
· 2 commits to master since this release

Changes since 0.2.0

  • Migrated from structopt to clap v4
  • Use of crossbeam to select between multiple channels
  • Spawn processes in their own process group to avoid zombie processes when killed
  • Graceful shutdown when ctrl+c is pressed
  • Migrated from notify v4 to v5 (notify-debouncer-mini)
  • Automatically skip .ignore/.gitignore entries in the current dir
  • Better process management with waitid (thanks nix!)