Skip to content

Releases: emcrisostomo/fswatch

fswatch 1.6.0

30 Sep 13:14
Compare
Choose a tag to compare

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 39fswatch 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

08 Aug 14:53
Compare
Choose a tag to compare

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

04 Aug 16:25
Compare
Choose a tag to compare

What's New in fswatch 1.5.0

fswatch v. 1.5.0 fixes the following bugs:

  • Fix issue 46: Allow filtering by event type.

libfswatch v. 1.5.0 introduces the following improvements:

  • Fix issue 46: Allow filtering by event type.
  • Fix issue 83: Callback invocation should be moved into fsw::monitor.

fswatch 1.4.7

24 May 19:04
Compare
Choose a tag to compare

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

09 Aug 15:26
Compare
Choose a tag to compare

fsw has been merged with fswatch.

fswatch 1.4.6

14 Jan 15:11
Compare
Choose a tag to compare

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

06 Nov 14:40
Compare
Choose a tag to compare

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

06 Nov 12:22
Compare
Choose a tag to compare

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

27 Sep 16:42
Compare
Choose a tag to compare

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

27 Sep 10:54
Compare
Choose a tag to compare

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.