- [inotify] Add support for
IN_OPEN
events: aFileOpenedEvent
event will be fired (#941) - [watchmedo] Add optional event debouncing for
auto-restart
, only restarting once if many events happen in quick succession (--debounce-interval
) (#940) - [watchmedo] Add option to not auto-restart the command after it exits (
--no-restart-on-command-exit
) (#946) - [watchmedo] Exit gracefully on
KeyboardInterrupt
exception (Ctrl+C) (#945)
💟 Thanks to our beloved contributors: @BoboTiG, @dstaple, @taleinat, @cernekj