Releases: kozec/syncthing-gtk
Releases · kozec/syncthing-gtk
v0.4.1
v0.4
- Added support for inotify filesystem watching, enabling changed files to be synchronized immediately.
- Added UI Settings Dialog with options to disable hiding window on startup and non-native looking window header.
- Added error message that popups when daemon version is too old
- Support for REST API changes and changed node/repo-related terminology in syncthing v0.10
Requires daemon version 0.10 or newer. For older daemon version, please use v0.3.8
v0.3.8.1
Last version working with Syncthing daemon version lower than v0.10
Bugfixes:
- Don't display just added repo with 'unknown' state
- Display "Always start daemon automaticaly" even if app starts minimized
- Check daemon version and exit with message if daemon is too old
v0.3.8
- Support for setting 'Introducer' nodes and ignore patterns editing, new in syncthing v0.9.18
v0.3.7
- Support for REST API changes in syncthing v0.9.18
- Added support for displaying 'last seen' value
v0.3.6
- Changed icon on 'edit' button to cogwheel
- Added 'Share Repositories' block to node editor, allowing user to set all repositories shared with edited node in one place
- Increased event pooling interval when main window is hidden to save some CPU power
- Some (mostly cosmetic) fixes