Skip to content

Releases: syncthing/syncthing

v0.13.10

03 Jul 11:59
v0.13.10
Compare
Choose a tag to compare

This is a regular bugfix release recommended for all users.

Resolved issues:

  • #3128: Generated folder IDs are now lower case.
  • #3338: Syncthing now uses shorter temporary file names, alleviating issues on encfs.
  • #3335: Event IDs seen in /rest/system/events are now sequential again.
  • #3362: Tests now pass on when building on arm64.
  • #2471: Folders are now marked "stopped" when missing a path, and duplicate folder IDs are not accepted.
  • #3375: A stalling TLS handshake no longer blocks the connection service.
  • #3346: The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa.

v0.13.9

26 Jun 13:46
v0.13.9
Compare
Choose a tag to compare

This release fixes a crash on 32 bit platforms introduced in 0.13.8.

v0.13.8

26 Jun 10:54
v0.13.8
Compare
Choose a tag to compare

This release contains bugfixes and one backwards compatible enhancement.

Resolved issues:

  • #3306: The layout of the out of sync items dialog has been improved.
  • #3310: Folders are now sorted by label, falling back to ID when required.
  • #3330: Windows zip files now make sense when unpacked on non-Windows.
  • #3321: Folder name completion now works for empty names on non-Windows.
  • #2782: Folders can now be symbolic links also when using ~-relative paths.

New features and enhancements:

  • #3340: The discovered device addresses are now shown for disconnected devices.

v0.13.7

13 Jun 16:13
v0.13.7
Compare
Choose a tag to compare

Fixes the issue with the GUI being grey on startup (#3301)

v0.13.6

12 Jun 14:33
v0.13.6
Compare
Choose a tag to compare

This is a bugfix release. There are also multiple cleanups and minor improvements to the web UI by @norgeous.

Resolved issues:

  • #3262: v0.13.5 -no-upgrade build now requires gcc (@calmh)
  • #3267: Favicon should not be animated (@calmh)
  • #3136: Toggling HTTP/HTTPS breaks GUI/API (@calmh)
  • #3287: Understand older/newer Hello messages (@calmh)
  • Warnings on relay connectivity issues are reduced (@scienmind)

v0.13.5

03 Jun 11:05
v0.13.5
Compare
Choose a tag to compare

This is mainly a bugfix release.

Resolved issues:

  • #3099: Please move the debian folder
    debian: Rename debian directory to debtpl (by @calmh)
  • #3201: api: /rest/system/browse behaves strangely on Windows
    lib/osutil: Fix globbing at root (by @AudriusButkevicius, reviewed by @calmh)
  • #3174: Ignore patterns with non-ASCII characters causes out of memory crash
    vendor: Update github.com/gobwas/glob (by @calmh)
  • #3193: Upgrading a running syncthing from CLI doesn't work
    cmd/syncthing: Fix upgrade of running syncthing from CLI (by @alex2108, reviewed by @calmh)
  • #3182: Sort out http caching strategy
    cmd/syncthing: Be more explicit about how assets should be cached (by @canton7, reviewed by @calmh)
  • #3204: gui: Allow Anon usage Reporting dialogue shows html code
    gui: Extract URL from translated string (by @calmh, reviewed by @AudriusButkevicius)
  • #3223: Panic when connecting to relay via SOCKS proxy
    lib/connections: Handle wrapped connection in SetTCPOptions (by @calmh, reviewed by @AudriusButkevicius)
  • #3223: Panic when connecting to relay via SOCKS proxy
    lib/relay: Correctly get IP from remote addr via proxy (by @calmh, reviewed by @AudriusButkevicius)
  • #3201: api: /rest/system/browse behaves strangely on Windows
    gui: /rest/system/browse with no arguments returns drives on Windows (by @AudriusButkevicius, reviewed by @calmh)
  • #1018: gui: Use favicon as an indicator of Syncthing status
    gui: Use favicon as indication for status (by @norgeous, reviewed by @AudriusButkevicius)
  • #3236: gui: Editing a device duplicates it on the folder
    gui: Fix editing devices (by @AudriusButkevicius, reviewed by @calmh)
  • #3068: Unshared folder should still have status "scanning" when scanning
    gui: Show 'scanning' on unshared folders (by @norgeous, reviewed by @AudriusButkevicius)
  • #901: Re-enable autoupgrade for custom builds
    cmd/syncthing: Re-enable auto upgrade for dev builds (by @calmh, reviewed by @AudriusButkevicius)
  • #3143: Date and time of last scan
    lib/model, lib/stats: Keep track of folder's last scan time (by @majedev, reviewed by @AudriusButkevicius)

v0.13.4

26 May 09:17
v0.13.4
Compare
Choose a tag to compare

This is a bug fix release that corrects a deadlock introduced in v0.13.3.

v0.13.3

26 May 07:50
v0.13.3
Compare
Choose a tag to compare

This is a bug fix release to fix a number of issues introduced in the v0.13 release.

Resolved issues:

v0.13.2

21 May 14:08
v0.13.2
Compare
Choose a tag to compare

This release fixes a security flaw in the REST API and is recommended for all users.

Resolved issues:

New enhancements:

  • The verbose log output (-verbose) and audit log (-audit) will now contain information about changes to local files.

This release changes the behavior of HTTP requests to the /rest interface. All such requests must now be accompanied by either a CSRF token or the API key.

v0.12.25

21 May 14:04
v0.12.25
Compare
Choose a tag to compare

This release fixes a security flaw in the REST API and is recommended for all users.

  • cmd/syncthing: Enforce stricter CSRF policy on /rest GET requests (@calmh)