This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
v0.7
New features:
- Added support for log files (thanks @letiemble)
- Wait for frequently modified files to settle (thanks @plouj)
- Add support for user-defined accumulation intervals (thanks @imsodin)
Improvements:
- Do not abort inotify when errors occur on ignored paths (thanks @imsodin and @mnagel)
- Avoid busy wait when --delay-scan is set to 0 (thanks @tillberg)
- Cleanup of the aggregation algorithm (big thanks to @plouj)
- Additional README instructions on how to increase the max_user_watches (thanks @ErikBjare)
- Print the folder id if installing the handler fails (thanks @mnagel)
- Make build script Ruby 2.+ compatible
- Compiled with Go1.6
Regressions:
- Removed dragonfly 386 support