Skip to content

Releases: linuxserver/docker-syncthing

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