NEWS
****

New in 1.3.9:

  * Paths can be included using -i/--include and providing a set of regular
    expressions.

New in 1.3.8:

  * Diagnostic messages were output by the inotify monitor even if fswatch was
    not run in verbose mode.

New in 1.3.7:

  * Remove usages of C++11 initializer lists so that fswatch builds with older
    compiler.

New in 1.3.6:

  * fswatch-run scripts are provided for ZSH and Bash.
  * System is scanned during installation to check for ZSH and Bash
    availability.  Path of found shells is substituted in the corresponding
    scripts, otherwise the default /bin/[shell] is used.
  * If a supported shell is found, the fswatch-run symbolic link is created in
    the installation directory to the corresponding script.  The lookup order
    of the shells is:
    - ZSH.
    - Bash.

New in 1.3.5:

  * Fix bug to write usage to standard error when invalid arguments are
    specified.

New in 1.3.4:

  * Fix bug in fswatch-run script to allow arguments to be passed to the
    command to run.

New in 1.3.3:

  * Add -o/--one-per-batch option to print a single message with the number of
    change events in the current batch.
  * Add fswatch-run shell script to mimic the behaviour of earlier fswatch
    versions and launch the specified command when change events are received.

New in 1.3.2:

  * fswatch has been merged with fsw (https://github.com/emcrisostomo/fsw).
