Releases: emcrisostomo/fswatch
Releases · emcrisostomo/fswatch
fswatch 1.6.0
What's New in fswatch 1.6.0
fswatch v. 1.6.0 introduces the following features:
- Issue 88: A monitor for Microsoft Windows has been added.
fswatch
can now be built on Microsoft Windows using Cygwin.- Issue 39
fswatch
can report monitor buffer overflows (which cannot be avoided with certain monitors) as regular events for callers to recover gracefully. - Monitors can be customized by passing monitor-specific configuration properties.
fswatch 1.5.1
What's New in fswatch 1.5.1
fswatch v. 1.5.1 introduces the following improvements:
fswatch-run
scripts have been removed.- Dependency on at least one supported shell (Zsh or Bash) has been removed.
- Fixes Issue 91: Can't compile fswatch 1.5.0 on FreeBSD 9.3-RELEASE.
fswatch 1.5.0
fswatch 1.4.7
What's New in fswatch 1.4.7
fswatch v. 1.4.7 fixes the following bugs:
- Fix bug in exclusion filter ordering.
libfswatch v. 1.4.7 introduces the following improvements:
- Provide a way to pass context data to the C API monitor callback.
fswatch v. 1.3.2
fswatch 1.4.6
What's New in fswatch 1.4.6
fswatch v. 1.4.6 fixes the following bugs:
- Issue 74: Assertion failed on
fsw_destroy_session
.
fswatch 1.4.5.3
What's New in fswatch 1.4.5.3
fswatch v. 1.4.5.3 introduces the following features, improvements and bug fixes:
- Issue 67: 100% CPU usage while using libfswatch.
This issue only affects the inotify monitor, available only on Linux systems.
fswatch 1.4.5.2
What's New in fswatch 1.4.5.2
fswatch v. 1.4.5.2 introduces the following features, improvements and bug fixes:
- Issue 66: Exclude items with poll_monitor not considered.
fswatch 1.4.5.1
What's New in fswatch 1.4.5.1
fswatch v. 1.4.5.1 introduces the following features, improvements and bug fixes:
- Do not distribute wrapper scripts for shells which are not installed (the FreeBSD port system checks shebangs and complains).
fswatch 1.4.5
What's New in fswatch 1.4.5
fswatch v. 1.4.5 introduces the following features, improvements and bug fixes:
- Add custom record formats.