Releases: emcrisostomo/fswatch
fswatch v. 1.17.1
What's New in fswatch 1.17.1
fswatch
1.17.1 introduces the following features and bug fixes:
- Issue #291: Issue 291: Configuration header leaked into public interface in v. 1.17.0.
libfswatch
1.17.1 introduces the following features and bug fixes:
- Issue #291: Issue 291: Configuration header leaked into public interface in v. 1.17.0.
fswatch v. 1.17.0
What's New in fswatch 1.17.0
fswatch
1.17.0 introduces the following features and bug fixes:
-
Refactor code to replace usages of deprecated function
FSEventStreamScheduleWithRunLoop
withFSEventStreamSetDispatchQueue
. -
Issue #230: Improve responsiveness on macos: add support for
kFSEventStreamCreateFlagNoDefer
. -
Issue #249: Man page still mentions
fswatch-run
. -
Issue #255: Implement event bubbling.
-
Issue #256:
-1
flag prints the file changed 3x before exiting.
libfswatch
1.17.0 introduces the following features and bug fixes:
fswatch v. 1.16.0
What's New in fswatch 1.16.0
fswatch
1.16.0 introduces the following features and bug fixes:
-
Update FSEvents flags and add support to macOS 10.10+ features.
-
Issue #226: Add FreeBSD installation instructions.
-
Issue #243: PlatformSpecific instead of Updated on Darwin 19.4.
-
Issue #248: Update fswatch.7.in to add the Event Types section to the man
page. -
Issue #257: Update FreeBSD installation instructions.
-
Issue #260: Fix memory leak.
-
Issue #269: do not use global variable in function, pass parameter
instead. -
Issue #270: using both AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS is
deprecated in autoconf-2.71 -
Issue #272: Send AttributeModified on touch when using the FSevents monitor.
libfswatch
1.16.0 introduces the following features and bug fixes:
-
Update FSEvents flags and add support to macOS 10.10+ features.
-
Issue #260: Fix memory leak.
fswatch v. 1.15.0
What's New in fswatch 1.15.0
libfswatch
1.15.0 introduces the following features and bug fixes:
- #224: Add
pkg-config
support.
fswatch v. 1.14.0
What's New in fswatch 1.14.0
libfswatch
1.14.0 introduces the following features and bug fixes:
- The library version has been updated to
11:1:0
. - #218: fswatch v1.13 ignores the --monitor parameter and always uses the default monitor
fswatch v. 1.13.0
What's New in fswatch 1.13.0
libfswatch
1.13.0 introduces the following features and bug fixes:
- The library version has been updated to
11:0:0
. - #142: Static library will not have any monitor type available
fswatch v. 1.12.0
What's New in fswatch 1.12.0
fswatch
1.12.0 introduces the following features and bug fixes:
- #178: Migrate usages of POSIX regular expressions (
<regex.h>
) to the C++11 regex library (<regex>
). - #191: Wrong error message is printed when inotify event queue overflows.
libfswatch
1.11.3 introduces the following features and bug fixes:
fswatch v. 1.11.3
What's New in fswatch 1.11.3
fswatch
1.11.3 introduces the following features and bug fixes:
- #192: Make the build reproducible.
libfswatch
1.11.3 introduces the following features and bug fixes:
fswatch 1.11.2
What's New in fswatch 1.11.2
fswatch
1.11.2 introduces the following features and bug fixes:
- #183: Generate a single message catalog for both
fswatch
andlibfswatch
- NLS support can be disabled.
- gettext is an optional dependency.
fswatch 1.11.1
What's New in fswatch 1.11.1
fswatch
1.11.1 introduces the following features and bug fixes:
- #182: Remove mandatory dependency to git