Skip to content

Releases: linuxserver/docker-syncthing

v1.27.0-ls122

05 Dec 07:20
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #9179: spurious log file in $XDG_CONFIG_HOME
  • #9189: Discovery Returns IP
  • #9208: Display error in 1.26 with login screen

Enhancements:

  • #9178: Default config (state) dir on Unixes should be ~/.local/state/syncthing ($XDG_STATE_HOME/syncthing)
  • #9200: Login form: login button should have an id attribute

v1.26.1-ls121

25 Nov 01:47
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #9208: Display error in 1.26 with login screen

v1.26.1-ls120

18 Nov 01:48
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #9208: Display error in 1.26 with login screen

v1.26.1-ls119

15 Nov 13:23
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #9208: Display error in 1.26 with login screen

v1.26.0-ls118

06 Nov 18:20
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #9072: Omitting %s from LDAP search filter results in corrupt search filter
  • #9106: Posting config with invalid versioner type causes panic
  • #9120: Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
  • #9133: Syncthing Docker container fails to start if underlying filesystem doesn't support chown
  • #9143: traefik no longer url escape X-Forwarded-Tls-Client-Cert header
  • #9149: Favicon is stuck in notify state

Enhancements:

  • #4137: Use a real login screen + sessions instead of HTTP basic auth

v1.25.0-ls117

04 Nov 01:47
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #8274: Usage report transport type is wrong for QUIC
  • #8482: Discovery server keeps duplicate entries
  • #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
  • #9112: panic: counter cannot decrease in value
  • #9123: Hashed passwords via API are hashed again

Enhancements:

  • #141: Use multiple simultaneous TCP connections
  • #5607: Move footer links to header

v1.25.0-ls116

21 Oct 01:42
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #8274: Usage report transport type is wrong for QUIC
  • #8482: Discovery server keeps duplicate entries
  • #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
  • #9112: panic: counter cannot decrease in value
  • #9123: Hashed passwords via API are hashed again

Enhancements:

  • #141: Use multiple simultaneous TCP connections
  • #5607: Move footer links to header

v1.25.0-ls115

07 Oct 01:45
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #8274: Usage report transport type is wrong for QUIC
  • #8482: Discovery server keeps duplicate entries
  • #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
  • #9112: panic: counter cannot decrease in value
  • #9123: Hashed passwords via API are hashed again

Enhancements:

  • #141: Use multiple simultaneous TCP connections
  • #5607: Move footer links to header

v1.25.0-ls114

03 Oct 08:24
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #8274: Usage report transport type is wrong for QUIC
  • #8482: Discovery server keeps duplicate entries
  • #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
  • #9112: panic: counter cannot decrease in value
  • #9123: Hashed passwords via API are hashed again

Enhancements:

  • #141: Use multiple simultaneous TCP connections
  • #5607: Move footer links to header

v1.24.0-ls113

30 Sep 01:45
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

syncthing Changes:

Bugfixes:

  • #8965: v1.23.6 introduces untrusted sharing regression

Enhancements:

  • #5175: Record more performance metrics
  • #7456: Announce IPv6 ULA
  • #7973: Restore versions file filter should be case insensitive
  • #8767: Check interface for FlagRunning

Other issues:

  • #9021: panic: bug: ClusterConfig called on closed or nonexistent connection
  • #9034: Build with Go 1.21 out of the box