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.8.7
v0.8.6
- 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
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
v0.8.4-beta
- 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
v0.8.2
v0.8
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