Sourced from watchdog's releases.
2.3.0
- [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):heart_decoration: Thanks to our beloved contributors:
@BoboTiG
,@dstaple
,@taleinat
,@cernekj
Sourced from watchdog's changelog.
2.3.0
2023-02-23 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.2.1...v2.3.0>`__
- [inotify] Add support for
IN_OPEN
events: aFileOpenedEvent
event will be fired ([#941](https://github.com/gorakhargosh/watchdog/issues/941) <https://github.com/gorakhargosh/watchdog/pull/941>
__)- [watchmedo] Add optional event debouncing for
auto-restart
, only restarting once if many events happen in quick succession (--debounce-interval
) ([#940](https://github.com/gorakhargosh/watchdog/issues/940) <https://github.com/gorakhargosh/watchdog/pull/940>
__)- [watchmedo] Exit gracefully on
KeyboardInterrupt
exception (Ctrl+C) ([#945](https://github.com/gorakhargosh/watchdog/issues/945) <https://github.com/gorakhargosh/watchdog/pull/945>
__)- [watchmedo] Add option to not auto-restart the command after it exits (
--no-restart-on-command-exit
) ([#946](https://github.com/gorakhargosh/watchdog/issues/946) <https://github.com/gorakhargosh/watchdog/pull/946>
__)- Thanks to our beloved contributors:
@BoboTiG
,@dstaple
,@taleinat
,@cernekj
4f83d70
Version 2.3.0a9fc7f5
[watchmedo] Add option to not auto-restart the command after it exits.
(#946)d2837e9
[watchmedo] Exit gracefully on KeyboardInterrupt exception (Ctrl+C) (#945)3140f52
[watchmedo] Add optional event debouncing for auto-restart
(#940)2b09f64
[inotify] Add support for IN_OPEN
events via
FileOpenedEvent
events (...d565049
[doc] Add --verbose
flag to log example (#914)75c56f8
Bump the version