Skip to content

Releases: syncthing/syncthing-macos

Upgrade syncthing to v1.18.3

06 Oct 17:23

Choose a tag to compare

  • This release updates the bundled syncthing to v1.18.3

Upgrade syncthing to v1.18.2

01 Oct 06:56

Choose a tag to compare

Pre-release
  • This release updates the bundled syncthing to v1.18.2 (bugfix release)

Upgrade syncthing to v1.18.1

05 Aug 07:33

Choose a tag to compare

  • This release updates the bundled syncthing to v1.18.1 (bugfix release)

Upgrade syncthing to v1.18.0

09 Jul 08:10

Choose a tag to compare

  • This release updates the bundled syncthing to v1.18.0

Upgrade syncthing to v1.17.0

04 Jun 12:34

Choose a tag to compare

  • This release updates the bundled syncthing to v1.17.0

Add hidden option for syncthing argument passing

09 May 16:50

Choose a tag to compare

This v1.16.1-2 release adds a hidden feature to pass additional commandline arguments to the syncthing executable.

You need to write these using the application defaults configuration from the Terminal.app.
The only current limitation the parameters cannot contain spaces!.
In the example below the audit log is enabled: defaults write com.github.xor-gate.syncthing-macosx Arguments '--audit --auditfile=/Users/JohnDoe/staudit.log'

See request #154

Upgrade syncthing to v1.16.1

05 May 15:43

Choose a tag to compare

  • This release updates the bundled syncthing to v1.16.1 (which is patched version from release v1.16.0)

Upgrade syncthing to v1.15.1

06 Apr 12:53

Choose a tag to compare

  • This release updates the bundled syncthing to v1.15.1 (which is patched version from release v1.15.0)

Upgrade syncthing to v1.14.0

03 Mar 18:10

Choose a tag to compare

  • This release updates the bundled syncthing to v1.14.0
  • This release needs macOS 10.12 or higher

Upgrade syncthing to v1.13.1 and write logfile to disk

12 Feb 10:51
0eb861f

Choose a tag to compare

  • This release is the last which is compatible with macOS 10.11 (see #148)
  • Update syncthing to v1.13.1 which fixes switching bug from tech-ui theme
  • Write syncthing logfile to disk, see README.md (fixes #93)
  • Deprecate use of TravisCI as we already use build.syncthing.net
  • Use new xcworkspace for building the project
  • Correctly vendor Sparkle updater with Cocoapods (issue introduced in #142)