- Add parameter to allow selection of touch flags
- Update mtime as well as atime to trigger file events on the guest (#28)
- Fix for "No such file or directory" on Windows host (#11)
- Breaking change: Minimum required Vagrant version changed to 1.7.3+
- Fixed a dependency issue with celluloid (#10, @leafac)
Note: This release was yanked due to a dependency issue, see #9
- Added command synopsis (#7, @leafac)
- Fix issue with vagrant runtime dependency on celluloid (#8, @leafac)
Note: This release was yanked due to a dependency issue, see #9
- Breaking change: Added support for forwading file addition/removal (#6, @leafac)
- Depend on
vagrant
rather thanlisten
for better compatibility with upstream (#5, @leafac) - Added documentation (#3 & #4, @leafac)
- Fix multimachine use, allow specifying which machine to target (@elskwid)
- Fix
listen
dependency
- Uses access time modification, rather than modified time
- Allow guest path overriding
- Increase the delay between changes to 2 seconds