Skip to content
v0.13.5

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 @Majed
  Abdulaziz, reviewed by @AudriusButkevicius)