Skip to content

fswatch v. 1.18.2

Latest
Compare
Choose a tag to compare
@emcrisostomo emcrisostomo released this 27 Jan 11:20
· 18 commits to master since this release

What's New in fswatch v. 1.18.2:

fswatch v. 1.18.2 introduces the following features and bug fixes:

  • Added event flag CloseWrite: file open for write has been closed.

  • kqueue_monitor: added support for CloseWrite, adding support for events of type NOTE_CLOSE_WRITE.

  • inotify_monitor: added support for CloseWrite, adding support for events of type IN_CLOSE_WRITE.

  • Issue #337: fswatch exits on non-existing paths.