Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Releases: syncthing/syncthing-inotify

v0.6.7

03 Aug 06:33
Compare
Choose a tag to compare
  • Use correct path separator to locate Syncthing config (fixes #76)

v0.6.6

31 Jul 22:49
Compare
Choose a tag to compare
  • Reduce amount of temporary dir and file aggregation
  • Clear in progress paths when indexing the entire folder
  • Reduce default delay scan interval to 1h (fixes #69)
  • Fixed bug when aggregating delete events that have overlapping filenames

v0.6.5

20 Jun 21:02
Compare
Choose a tag to compare
  • Ignore temporary syncthing files on windows (fixes #68)
  • Only delay rescan interval when necessary (fixes #67)
  • Stricter default ignore paths

v0.6.4

06 Jun 19:27
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release
  • Reduced energy consumption. Inotify will now be completely idle when there is nothing to do
  • Periodically extend the delay rescan interval (fixes #62)
  • Expire old paths
  • Improved error messages

v0.6.3

24 May 17:28
Compare
Choose a tag to compare
  • Updated toolchain flags to support old x86 and ARMv5 architectures (fixes #58)
  • Updated Systemd script with support for exit code 3

v0.6.2

24 May 09:20
Compare
Choose a tag to compare
  • 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

01 May 11:32
Compare
Choose a tag to compare
  • 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

22 Apr 07:36
Compare
Choose a tag to compare

‼️ This is a new major release. It's not compatible with Syncthing <= v0.10.x. It contains new features. Please read the release notes.

  • 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

19 Apr 20:55
Compare
Choose a tag to compare
v0.6-beta6 Pre-release
Pre-release
  • Catch /rest/events timeout (fixes #44)

v0.6-beta5

18 Apr 21:49
Compare
Choose a tag to compare
v0.6-beta5 Pre-release
Pre-release
  • Properly fix out of bounds error