Skip to content

Releases: syncthing/syncthing

v1.29.2

12 Jan 15:45
v1.29.2
516f3e2
Compare
Choose a tag to compare

v1.29.2

Bugfixes:

  • #9913: panic: string field contains invalid UTF-8 [recovered]

v1.29.1

09 Jan 21:11
v1.29.1
ab20c16
Compare
Choose a tag to compare

v1.29.1

Bugfixes:

  • #9904: The browse API response has changed as of Syncthing v1.29.0
  • #9906: Deadlocks randomly, occasionally
  • #9907: The response of "pending" APIs has changed as of Syncthing v1.29.0
  • #9909: Login into UI (Browser) not working anymore

v1.29.0

06 Jan 08:26
Compare
Choose a tag to compare

v1.29.0

Bugfixes:

  • #9855: GUI address unix socket broken
  • #9872: When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed
  • #9875: Clarify log message for ignored folders

Other issues:

  • #9870: Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml

v1.29.0-rc.3

31 Dec 11:47
v1.29.0-rc.3
Compare
Choose a tag to compare
v1.29.0-rc.3 Pre-release
Pre-release

v1.29.0-rc.3

Bugfixes:

  • #9855: GUI address unix socket broken
  • #9872: When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed
  • #9875: Clarify log message for ignored folders

Other issues:

  • #9870: Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml

v1.29.0-rc.2

20 Dec 09:27
v1.29.0-rc.2
b5a7879
Compare
Choose a tag to compare
v1.29.0-rc.2 Pre-release
Pre-release

What's Changed

  • build(deps): update dependencies by @calmh in #9866
  • chore(fs): add debug logging for case cache registry by @imsodin in #9869
  • chore(model): clarify log message (fixes #9875) by @calmh in #9876
  • fix(scanner): continue walk after special files (fixes #9872) by @calmh in #9877
  • fix(discovery): properly unmarshal local discovery by @calmh in #9880
  • fix(stdiscosrv): handle announcements properly :p by @calmh in #9881

Full Changelog: v1.29.0-rc.1...v1.29.0-rc.2

v1.29.0-rc.1

09 Dec 08:09
fefbf4d
Compare
Choose a tag to compare
v1.29.0-rc.1 Pre-release
Pre-release

Bugfixes:

  • #9855: GUI address unix socket broken

v1.28.1

03 Dec 12:03
v1.28.1
612fdff
Compare
Choose a tag to compare

Bugfixes:

  • #9400: Folder overlap not detected when using tilde
  • #9590: WebUI table column widths broken on iPhone 12 Pro Max and wider
  • #9686: Sync status stays at 'Syncing xx%" when remote device pauses the folder.
  • #9757: Firefox, dark theme: device ID is hard to read
  • #9775: Junctions as dirs doesn't work anymore
  • #9776: Disabled checkbox panels don't respect dark theme
  • #9783: gui: Address override not respected in fresh default config
  • #9821: panic: runtime error: index out of range [-1]

Enhancements:

  • #9725: Ignoring symbolic links when syncing on android as well

v1.28.1-rc.2

25 Nov 07:13
v1.28.1-rc.2
612fdff
Compare
Choose a tag to compare
v1.28.1-rc.2 Pre-release
Pre-release

Bugfixes:

  • #9400: Folder overlap not detected when using tilde
  • #9590: WebUI table column widths broken on iPhone 12 Pro Max and wider
  • #9686: Sync status stays at 'Syncing xx%" when remote device pauses the folder.
  • #9757: Firefox, dark theme: device ID is hard to read
  • #9775: Junctions as dirs doesn't work anymore
  • #9776: Disabled checkbox panels don't respect dark theme
  • #9783: gui: Address override not respected in fresh default config
  • #9821: panic: runtime error: index out of range [-1]

Enhancements:

  • #9725: Ignoring symbolic links when syncing on android as well

v1.28.1-rc.1

14 Nov 11:02
v1.28.1-rc.1
896f972
Compare
Choose a tag to compare
v1.28.1-rc.1 Pre-release
Pre-release

Bugfixes:

  • #9400: Folder overlap not detected when using tilde
  • #9590: WebUI table column widths broken on iPhone 12 Pro Max and wider
  • #9686: Sync status stays at 'Syncing xx%" when remote device pauses the folder.
  • #9757: Firefox, dark theme: device ID is hard to read
  • #9775: Junctions as dirs doesn't work anymore
  • #9776: Disabled checkbox panels don't respect dark theme

Enhancements:

  • #9725: Ignoring symbolic links when syncing on android as well

v1.28.0

16 Oct 07:59
v1.28.0
6d64daa
Compare
Choose a tag to compare

Bugfixes:

  • #9597: Filenames with extended characters not ignored correctly on macOS
  • #9668: The Web UI defaults to Filipino on Finnish browsers.
  • #9670: lib/api: /svc/lang disregards the passed quality values
  • #9719: Unable to establish/maintain multiple connections due to connection priority error

Enhancements:

  • #9715: Lower the log level of "already connected to this device" to DEBUG (is: INFO)