Syncthing

Productivity

Continuous file synchronization between your devices.

Latest v2.1.3 · by SyncthingWebsitesyncthing/syncthing

Release activity

Release activity — 10 releases across 10 days since Jun 2, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 2, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 20261 release on Aug 3, 2026
Tuesday1 release on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 20261 release on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 20261 release on Jul 21, 20261 release on Jul 28, 2026No releases on Aug 4, 2026
WednesdayNo releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 20261 release on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 20261 release on Aug 5, 2026
ThursdayNo releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 5, 20261 release on Jun 12, 2026No releases on Jun 19, 20261 release on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 6, 20261 release on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 2, 2026

Changelog

v2.1.3

Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimise for reduced database size and overhead via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long, with the sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration
Changed 5
  • Lazy-render collapsed panels to reduce watcher count in GUI
  • Remove ignore file caching entirely
  • Slightly optimise rename detection
  • Optimise casefs caching performance
  • Optimise fsync calls
Fixed 11
  • Allow loading ignore patterns behind symlink
  • Avoid warning on does-not-exist scan error
  • Fix locking correctness in strelaypoolsrv
  • Properly health-check up-to-date folders
  • Fix expanding one folder not collapsing others in group
  • Add bottom margin to folder action buttons for wrapped spacing
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3 or ghcr.io/syncthing/syncthing:2.1.3 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3

View originalPermalink
How v2.1.3 went

v2.1.3-rc.3

Pre-release
Added 5
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders by setting the blockIndexing attribute on folder configuration to optimize for reduced database size and overhead
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long via the sessionCookieDurationS attribute in GUI configuration
  • GUI session cookie path can be adjusted via the sessionCookiePath attribute in GUI configuration
Changed 4
  • Remove ignore file caching entirely
  • Slightly optimize rename detection
  • Optimize fsync calls
  • Optimize casefs caching performance
Fixed 11
  • Allow loading ignore patterns behind symlink
  • Avoid warning on does-not-exist scan error
  • Strelaypoolsrv locking correctness
  • Properly health-check up-to-date folders
  • Fix expanding one folder not collapsing others in group
  • Add bottom margin to folder action buttons for wrapped spacing
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3-rc.3 or ghcr.io/syncthing/syncthing:2.1.3-rc.3 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.3

View originalPermalink
How v2.1.3-rc.3 went

v2.1.3-rc.2

Pre-release
Added 5
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used in addition to existing SOCKS proxy support via the all_proxy environment variable
  • Block indexing can be turned off for folders via the blockIndexing attribute to optimize for reduced database size and overhead
  • GUI login session duration can be configured to be longer or shorter than the default one week or set to infinitely long via the sessionCookieDurationS attribute
  • GUI session cookie path can be adjusted via the sessionCookiePath attribute in GUI configuration
Changed 4
  • Remove ignore file caching entirely
  • Optimize rename detection
  • Optimize fsync calls
  • Optimize casefs caching performance
Fixed 10
  • Allow loading ignore patterns behind symlink
  • Avoid warning on does-not-exist scan error
  • Fix locking correctness in strelaypoolsrv
  • Properly health-check up-to-date folders
  • Fix expanding one folder not collapsing others in group
  • Add bottom margin to folder action buttons for wrapped spacing
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3-rc.2 or ghcr.io/syncthing/syncthing:2.1.3-rc.2 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.2

View originalPermalink
How v2.1.3-rc.2 went

v2.1.3-rc.1

Pre-release
Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies
  • Block indexing can be turned off for folders where it is more desirable to optimise for reduced database size and overhead than minimal transfer size via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long via the sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration
Fixed 5
  • Allow loading ignore patterns behind symlink
  • Avoid warning on does-not-exist scan error
  • Fix locking correctness in strelaypoolsrv
  • Properly health-check up-to-date folders
  • Fix expanding one folder not collapsing others in group in the GUI
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3-rc.1 or ghcr.io/syncthing/syncthing:2.1.3-rc.1 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.1

View originalPermalink
How v2.1.3-rc.1 went

v2.1.2

Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used in addition to SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimize for reduced database size and overhead via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long, via the sessionCookieDurationS and sessionCookiePath attributes in GUI configuration
Changed 3
  • Open URLs via Windows API instead of cmd.exe
  • Increase default value for num hashers
  • Stop treating dirs as having size 128
Fixed 10
  • On Windows don't allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
Security 1
  • Attempt to prevent blatantly unsafe external versioner commands
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.2 or ghcr.io/syncthing/syncthing:2.1.2 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.1...v2.1.2

View originalPermalink
How v2.1.2 went

v2.1.2-rc.4

Pre-release
Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used in addition to existing SOCKS proxy support via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimise for reduced database size and overhead via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week or set to infinitely long via the sessionCookieDurationS and sessionCookiePath attributes in GUI configuration
Changed 4
  • Open URLs via Windows API instead via cmd.exe
  • Increase default value for num hashers
  • Stop treating directories as having size 128
  • Attempt to prevent blatantly unsafe external versioner commands
Fixed 10
  • On Windows do not allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.2-rc.4 or ghcr.io/syncthing/syncthing:2.1.2-rc.4 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.1...v2.1.2-rc.4

View originalPermalink
How v2.1.2-rc.4 went

v2.1.2-rc.3

Pre-release
Added 5
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies
  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long
  • The cookie path can also be adjusted in GUI configuration
Changed 4
  • Open URLs via Windows API instead via cmd.exe
  • Separate methods to drop a device vs its files
  • Increase default value for num hashers
  • Stop treating dirs as having size 128
Fixed 9
  • On Windows don't allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
Security 1
  • Attempt to prevent blatantly unsafe external versioner commands
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.2-rc.3 or ghcr.io/syncthing/syncthing:2.1.2-rc.3 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.1...v2.1.2-rc.3

View originalPermalink
How v2.1.2-rc.3 went

v2.1.2-rc.2

Pre-release
Added 5
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimize for reduced database size and overhead via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long via the sessionCookieDurationS attribute in GUI configuration
  • GUI session cookie path can be adjusted via the sessionCookiePath attribute in GUI configuration
Changed 1
  • Open URLs via Windows API instead via cmd.exe
Fixed 7
  • On Windows do not allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
  • Loosen restriction on size of directory entries
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.2-rc.2 or ghcr.io/syncthing/syncthing:2.1.2-rc.2 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.1...v2.1.2-rc.2

View originalPermalink
How v2.1.2-rc.2 went

v2.1.2-rc.1

Pre-release
Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used in addition to existing SOCKS proxy support via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimise for reduced database size and overhead via the blockIndexing attribute on folder configuration
  • GUI login session duration can be configured to be longer or shorter than the default one week or set to infinitely long via the sessionCookieDurationS and sessionCookiePath attributes in GUI configuration
Changed 1
  • Open URLs via Windows API instead of cmd.exe
Fixed 6
  • On Windows do not allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.2-rc.1 or ghcr.io/syncthing/syncthing:2.1.2-rc.1 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.1...v2.1.2-rc.1

View originalPermalink
How v2.1.2-rc.1 went

v2.1.1

Added 4
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used in addition to SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders via the blockIndexing attribute on folder configuration to optimize for reduced database size and overhead
  • GUI login session duration can be configured with the sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration
Fixed 5
  • Properly upgrade via REST when Syncthing is running
  • Ensure user read/write/execute permissions on archived directories in versioner
  • Only announce wildcard for TCP punching when listening on wildcard address
  • Close source loader responses on errors in stcrashreceiver
  • Handle zero-size requests in protocol
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.1 or ghcr.io/syncthing/syncthing:2.1.1 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.0...v2.1.1

View originalPermalink
How v2.1.1 went
View all

Discussion