Skip to content

CLI v1.22.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 11:52
· 149 commits to main since this release
e8391cd

Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:

  • Paths on windows are normalised to unix format prior to being filtered. Windows-style patterns still work, but unix-style patterns will also now work (better). (#487, #546, #558)
  • Options that would send signals to processes are ignored on Windows, as we don't have support for non-kill signals there. (#219, #544, #559)