This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
Releases: syncthing/syncthing-inotify
Releases · syncthing/syncthing-inotify
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
- Automatic delay of rescan interval (fixes #55). This feature overrides the rescan interval on Syncthing (e.g. 60s) when running syncthing-inotify. This works without changing the config file and relies on a new Syncthing API functionality. Therefore, when syncthing-inotify is stopped, the default rescan interval of 60s will be restored.
- Support for old x86 and ARMv5 architectures (fixes #58)
- Tag build with version number (fixes #57)
- Added -home flag to sniff configuration settings
- Added exit code 3 to request a restart from the parent process
- Deprecate support for darwin-386 and solaris.
v0.6.1
- Fix recursive removal notifications
- Improved debug output when API key is missing
- Fail when exceeding inotify watch limits (Linux) (cherry-picked rjeczalik/notify@00b2500)
v0.6
- Updated to latest Syncthing API (v0.11)
- Uses recursive watches on all platforms, thereby fixing OSX file handler issues
- Uses multi-scan requests, thus supporting efficient renames and faster scanning
- Inform Syncthing about inotify errors (fixes #32)
- Catch /rest/events timeout (fixes #44)
- Fix exit codes for systemd (fixes #39) (Thanks @rumpelsepp)
- Increase notify.EventInfo channel buffer
- Filter empty lists (fixes #47)
- Fix out of bounds error
- Various bugfixes
v0.6-beta6
- Catch /rest/events timeout (fixes #44)
v0.6-beta5
- Properly fix out of bounds error