Skip to content

Releases: linuxserver/docker-syncthing

v1.1.0-pkg-a14eb000-ls6

12 Mar 19:09
Compare
Choose a tag to compare

LinuxServer Changes:

Update Build process for v1.1.0 release.
syncthing Changes:

⚠️ Notice ⚠️

Due to adopting Go 1.12 and API changes there this release does not work on Windows XP / Server 2003 / Home Server. Syncthing 1.0.1 is the latest binary to "support" (it seemed to work, although was still not officially supported) those operating systems.

Bugfixes

  • #5482: minHomeDiskFreePct is still present in fresh configs
  • #5493: Monitor bug: TERM signaling not passed to syncthing process
  • #5557: Hashing performance degradation when using large blocks

Enhancements

  • #5365: .desktop files: desktop-entry-lacks-keywords-entry
  • #5445: User/group ownership following parent dir

Other issues

  • #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test failed)
  • #5246: TestParentDeletion fails on OpenBSD
  • #5311: Update prometheus/common/expfmt to pass tests on go1.11
  • #5454: build.go setup problems with gomodules
  • #5495: Dockerhub Docker builds fail continously
  • #5515: Missing string from Transifex

API Changes

  • Change #5479 introduces the new copyOwnershipFromParent folder
    configuration option. The default, false, matches the old behavior of
    not copying ownership information.
  • Since change #5405, large (variable size) blocks are enabled by default for newly created folders.

v1.1.0-pkg-a14eb000-ls5

05 Mar 21:04
02f774f
Compare
Choose a tag to compare

LinuxServer Changes:

Update Build process for v1.1.0 release.
syncthing Changes:

Bugfixes

  • #5482: minHomeDiskFreePct is still present in fresh configs
  • #5493: Monitor bug: TERM signaling not passed to syncthing process
  • #5557: Hashing performance degradation when using large blocks

Enhancements

  • #5365: .desktop files: desktop-entry-lacks-keywords-entry
  • #5445: User/group ownership following parent dir

Other issues

  • #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test failed)
  • #5246: TestParentDeletion fails on OpenBSD
  • #5311: Update prometheus/common/expfmt to pass tests on go1.11
  • #5454: build.go setup problems with gomodules
  • #5495: Dockerhub Docker builds fail continously
  • #5515: Missing string from Transifex

API Changes

  • Change #5479 introduces the new copyOwnershipFromParent folder
    configuration option. The default, false, matches the old behavior of
    not copying ownership information.
  • Since change #5405, large (variable size) blocks are enabled by default for newly created folders.

v1.0.1-pkg-a14eb000-ls4

25 Feb 06:26
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Package Versions

syncthing Changes:

Bugfixes:

  • #2697: Folder status "box" character not readable by screen readers / not color blindness friendly
  • #4216: "Automatic upgrades" web GUI option in pre-release versions is misleading
  • #5340: Incorrectly out of sync, sequence number oddness.
  • #5385: Deleted files show up as failed scans
  • #5389: gui: Missing icon in footer
  • #5392: Data race in model.(*folder).startWatch()
  • #5397: Scan errors about ignored files displayed in web UI
  • #5401: panic: runtime error: invalid memory address or nil pointer dereference in ignore.go
  • #5411: Illegal characters in folder name on auto accept
  • #5428: Beeps randomly on Windows

Other issues:

  • #5148: Consider switching to Go modules
  • #5422: TestIssue3028 flaky on windows

v1.0.1-pkg-ba2b4f1e-ls3

12 Feb 14:45
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Templated Files

syncthing Changes:

Bugfixes:

  • #2697: Folder status "box" character not readable by screen readers / not color blindness friendly
  • #4216: "Automatic upgrades" web GUI option in pre-release versions is misleading
  • #5340: Incorrectly out of sync, sequence number oddness.
  • #5385: Deleted files show up as failed scans
  • #5389: gui: Missing icon in footer
  • #5392: Data race in model.(*folder).startWatch()
  • #5397: Scan errors about ignored files displayed in web UI
  • #5401: panic: runtime error: invalid memory address or nil pointer dereference in ignore.go
  • #5411: Illegal characters in folder name on auto accept
  • #5428: Beeps randomly on Windows

Other issues:

  • #5148: Consider switching to Go modules
  • #5422: TestIssue3028 flaky on windows

v1.0.1-pkg-ba2b4f1e-ls2

05 Feb 19:04
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Templated Files

syncthing Changes:

Bugfixes:

  • #2697: Folder status "box" character not readable by screen readers / not color blindness friendly
  • #4216: "Automatic upgrades" web GUI option in pre-release versions is misleading
  • #5340: Incorrectly out of sync, sequence number oddness.
  • #5385: Deleted files show up as failed scans
  • #5389: gui: Missing icon in footer
  • #5392: Data race in model.(*folder).startWatch()
  • #5397: Scan errors about ignored files displayed in web UI
  • #5401: panic: runtime error: invalid memory address or nil pointer dereference in ignore.go
  • #5411: Illegal characters in folder name on auto accept
  • #5428: Beeps randomly on Windows

Other issues:

  • #5148: Consider switching to Go modules
  • #5422: TestIssue3028 flaky on windows

v1.0.1-pkg-ba2b4f1e-ls1

05 Feb 06:58
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Package Versions

syncthing Changes:

Bugfixes:

  • #2697: Folder status "box" character not readable by screen readers / not color blindness friendly
  • #4216: "Automatic upgrades" web GUI option in pre-release versions is misleading
  • #5340: Incorrectly out of sync, sequence number oddness.
  • #5385: Deleted files show up as failed scans
  • #5389: gui: Missing icon in footer
  • #5392: Data race in model.(*folder).startWatch()
  • #5397: Scan errors about ignored files displayed in web UI
  • #5401: panic: runtime error: invalid memory address or nil pointer dereference in ignore.go
  • #5411: Illegal characters in folder name on auto accept
  • #5428: Beeps randomly on Windows

Other issues:

  • #5148: Consider switching to Go modules
  • #5422: TestIssue3028 flaky on windows

v1.0.0-pkg-ba2b4f1e-ls1

22 Jan 22:02
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Package Versions

syncthing Changes:

This major release honors the fact that Syncthing is used widely and since a while no longer "really in beta". It does not represent a breaking change. For more information refer to the announcement on the forum.

Bugfixes:

  • #5324: Incorrect warning when --home and path on same directory level
  • #5369: Empty file field in log when normalizePath failed
  • #5372: Event system can cause deadlock

Enhancements:

  • #2760: Option to limit max simultaneous scans
  • #5286: Add hardening options to systemd units
  • #5320: Show configured rate limit in the GUI
  • #5336: Show list of locally changed files for receive only folders

Other issues:

  • #5334: New chmduquesne/rollinghash breaks tests
  • #5362: lib/model: TestDeregister* tests are bad