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.8.7

16 Jun 22:32
Compare
Choose a tag to compare

This is a bugfix release to v0.8.6

  • Includes all reverse dependencies of syncthing/lib/ignore (fixes #168)

v0.8.6

15 Jun 18:43
Compare
Choose a tag to compare
  • Add new architectures on linux ("arm64", "ppc64", "ppc64le", "mips", "mipsle") (fixes #158, #160) (thanks @janost and @Zillode)
  • Track dependencies in vendor/ (thanks @grb43)
  • Uses the first certificate in a bundle instead of aborting with an error (fixes #159) (thanks @Zillode)
  • Update Syncthing's ignore and the notify library (fixes #167)
  • Fix bug potentially blocking the program (fixes #164)
  • Many fixes in the background (thanks @Zillode)

v0.8.5

09 Feb 06:34
Compare
Choose a tag to compare

Many cool additions in this release, have fun!
This update includes compatibility fixes for Syncthing v0.14.22.

  • Validate server certificate (fixes #140) ! (thanks @Unrud)
  • Adjust to new event API (fixes #154) (thanks @imsodin)
  • Don't send subs param when syncing entire folder (thanks @javmorin)
  • Do not exit if no folders are configured (fixes #148) (thanks @imsodin)
  • Create zip release for Windows (fixes #136)
  • Fix Invalid config dir when fetching csrftokens.txt

v0.8.4

17 Oct 19:16
Compare
Choose a tag to compare
  • Use new notify.WatchWithFilter API (thanks @imsodin)
  • Fix network.target for user instances in systemd (thanks @peterhoeg)
  • Compiled with Go 1.7.1

v0.8.4-beta

11 Oct 20:57
Compare
Choose a tag to compare
v0.8.4-beta Pre-release
Pre-release
  • Use new notify.WatchWithFilter API (thanks @imsodin)
  • Fix network.target for user instances in systemd (thanks @peterhoeg)
  • Compiled with Go 1.7.1

v0.8.3

18 Jul 19:28
Compare
Choose a tag to compare
  • Improve documentation (thanks @asavonic and @arjenschol)
  • Use the canonicalized absolute path for folder (thanks @Unrud)
  • Close file descriptor after reading configuration file (fixes #118)

v0.8.2

12 Jun 16:20
Compare
Choose a tag to compare
  • Make ignoring compatible with Syncthing 0.13 (fixes #110, thanks @imsodin)
  • Expand tilde on incoming events (fixes #108)
  • Use folder label instead of ID
  • Added version-tagged dependencies via Godeps

v0.8

17 May 18:11
Compare
Choose a tag to compare
  • Improves handling of ignored folders (thanks @imsodin)
  • Removed usage of deprecated configuration fields since Syncthing v0.13

This version is compatible with Syncthing v0.12 and Syncthing v0.13.

v0.7

09 Apr 07:44
Compare
Choose a tag to compare

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

v0.6.8

16 Jan 20:55
Compare
Choose a tag to compare
  • Include upstream bugfixes from rjeczalik/notify
  • Overrule 0.0.0.0 address from Syncthing config.xml
  • Build Debian archives
  • Clarify error message when running out of inotify handlers
  • Increase open file (fd) limit if possible