Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Not yet seconds ago.
False
Not yet seconds ago
6 hours agoGoto single snapshot
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
syncthing / syncthing Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 5.4k
* Star 87.5k
* Code
* Issues 357
* Issues 358
* Pull requests 18
* Actions
* Projects
* Wiki
* Security and quality 2
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Actions
* Projects
* Wiki
* Security and quality
* Insights
Releases: syncthing/syncthing
Releases Tags
Releases · syncthing/syncthing
Release list
* v2.1.3
* v2.1.3-rc.3
* v2.1.3-rc.2
* v2.1.3-rc.1
* v2.1.2
* v2.1.2-rc.4
* v2.1.2-rc.3
* v2.1.2-rc.2
* v2.1.2-rc.1
* v2.1.1
Previous Next
Jump to release
* v2.1.3
* v2.1.3-rc.3
* v2.1.3-rc.2
* v2.1.3-rc.1
* v2.1.2
* v2.1.2-rc.4
* v2.1.2-rc.3
* v2.1.2-rc.2
* v2.1.2-rc.1
* v2.1.1
Previous Next
v2.1.3
v2.1.3 Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 05 Aug 13:06
Immutable release. Only release title and notes can be modified.
v2.1.3
946e2b8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix(ignore, fs): allow loading ignore patterns behind symlink (fixes #10785) by @calmh in #10786
* fix: avoid warning on does-not-exist scan error (fixes #10465) by @calmh in #10791
* fix(strelaypoolsrv): locking correctness by @calmh in #10801
* fix(model): properly health-check up-to-date folders (fixes #10546) by @calmh in #10773
* fix(gui): fix expanding one folder not collapsing others in group by @tbodt in #10809
* fix(gui): add bottom margin to folder action buttons for wrapped spacing by @rohitanwar in #10728
* fix(upnp): guard against out of index string access by @calmh in #10834
* fix(ignore): handle pattern resulting in empty string by @calmh in #10835
* fix(versioner): handle invalid empty command by @calmh in #10836
* fix(api): handle empty path in static request by @calmh in #10837
* fix(db, model): better handle db connections, puller concurrency, avoid deadlock (fixes #10841) by @calmh in #10842
Other
* chore(fs): use x/sys/windows where possible by @greatroar in #10766
* chore(model): simplify FileInfoBatch size computation by @calmh in #10776
* build: allow inotify on Android amd64 (ref #8710) by @chenxiaolong in #10783
* chore: fix a couple of unclosed http connections by @calmh in #10806
* chore(gui): lazy-render collapsed panels to reduce watcher count by @Finomosec in #10772
* build(deps): update dependencies by @calmh in #10824
* chore: new code contribution guidelines by @calmh in #10821
* chore: remove ignore file caching entirely by @calmh in #10813
* chore: slightly optimise rename detection (ref #10777) by @calmh in #10819
* chore(gui): better describe when a pending folder/device notification will reappear by @tbodt in #10808
* chore: deflake TestRecvOnlyRevertNeeds by @calmh in #10827
* chore(model): don't check existing file twice in rename detection by @imsodin in #10833
* chore(fs): optimise casefs caching performance by @calmh in #10830
* chore(model): optimise fsync calls by @calmh in #10831
* chore(syncthing): include local db entries in perfstats by @calmh in #10839
New Contributors
* @chenxiaolong made their first contribution in #10783
* @Finomosec made their first contribution in #10772
* @tbodt made their first contribution in #10809
* @rohitanwar made their first contribution in #10728
Full Changelog: v2.1.2...v2.1.3
Contributors
*
*
*
*
*
*
*
calmh, chenxiaolong, and 5 other contributors
Assets 38
* compat.json
sha256:b5b4c89437fcf7b116711cabbb5a7ffe7d8f30b55146d65f6c67d22ed445593b
112 Bytes 2026-08-05T13:06:28Z
* sha1sum.txt.asc
sha256:8f6047696d643cba7f7f1a6ca6f2ff48797d20aa4d34231d9e604d4dbaa7107d
8.59 KB 2026-08-05T13:06:28Z
* sha256sum.txt.asc
sha256:ca1573c54189856241a7275c9fadf7a6e8d24bed67ba412edb8e05e608721b55
10.8 KB 2026-08-05T13:06:28Z
* syncthing-freebsd-386-v2.1.3.tar.gz
sha256:532d0e97b4f7d2bc4b1fc4291a2328e144fa5e294bb79d885d49fd8546362fea
12 MB 2026-08-05T13:06:28Z
* syncthing-freebsd-amd64-v2.1.3.tar.gz
sha256:a16fb76a06d5da9726c8475a6eba8982b4bee5ab560090f8819bffc464e2b4a7
12.5 MB 2026-08-05T13:06:29Z
* syncthing-freebsd-arm-v2.1.3.tar.gz
sha256:184478a89637b163f8766bb90c74b051bc441db5e630f8c2c9f80efbb1845795
11.9 MB 2026-08-05T13:06:29Z
* syncthing-freebsd-arm64-v2.1.3.tar.gz
sha256:c85d2172adcca0376c3910f2845875bbde227ac87aae05e7c9b5bedca776bb02
11.6 MB 2026-08-05T13:06:29Z
* syncthing-illumos-amd64-v2.1.3.tar.gz
sha256:ff529d62514e7a3350d643bac68caa3bde42b1de7fac3e0c839b73dcd1900f38
14.1 MB 2026-08-05T13:06:29Z
* syncthing-linux-386-v2.1.3.tar.gz
sha256:a6bbf3606c5cf934a50122b403c8c563c72d5e19173648a9cf091cd25c2b229d
10.9 MB 2026-08-05T13:06:29Z
* syncthing-linux-amd64-v2.1.3.tar.gz
sha256:f929eb8e5b72a85543eeeefb2c38f34a68e0c530e70758a2905b78840c76602c
11.3 MB 2026-08-05T13:06:30Z
* Source code (zip)
2026-08-05T12:50:59Z
* Source code (tar.gz)
2026-08-05T12:50:59Z
* Release attestation (json)
2026-08-05T12:50:59Z
* Show all 38 assets Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 14 appman1234, m-ueberall, CamelT0E, radian896, Turhvjbufv, dsh2dsh, TheUltraParanoid, TwistTheNeil, RLoris, pothi, and 4 more reacted with thumbs up emoji 🎉 8 0xfeeddeadbeef, ccjmne, kinghat, whiztech, TwistTheNeil, RLoris, i0tool5, and Qvineox reacted with hooray emoji ❤️ 7 davidetogni, CamelT0E, Hosseinghorbani0, TwistTheNeil, RLoris, xplosionmind, and XYu-2070 reacted with heart emoji 🚀 2 TwistTheNeil and i0tool5 reacted with rocket emoji 👀 1 xplosionmind reacted with eyes emoji
All reactions
* 👍 14 reactions
* 🎉 8 reactions
* ❤️ 7 reactions
* 🚀 2 reactions
* 👀 1 reaction
21 people reacted
v2.1.3-rc.3
v2.1.3-rc.3 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 03 Aug 22:03
Immutable release. Only release title and notes can be modified.
v2.1.3-rc.3
946e2b8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix(ignore, fs): allow loading ignore patterns behind symlink (fixes #10785) by @calmh in #10786
* fix: avoid warning on does-not-exist scan error (fixes #10465) by @calmh in #10791
* fix(strelaypoolsrv): locking correctness by @calmh in #10801
* fix(model): properly health-check up-to-date folders (fixes #10546) by @calmh in #10773
* fix(gui): fix expanding one folder not collapsing others in group by @tbodt in #10809
* fix(gui): add bottom margin to folder action buttons for wrapped spacing by @rohitanwar in #10728
* fix(upnp): guard against out of index string access by @calmh in #10834
* fix(ignore): handle pattern resulting in empty string by @calmh in #10835
* fix(versioner): handle invalid empty command by @calmh in #10836
* fix(api): handle empty path in static request by @calmh in #10837
* fix(db, model): better handle db connections, puller concurrency, avoid deadlock (fixes #10841) by @calmh in #10842
Other
* chore(fs): use x/sys/windows where possible by @greatroar in #10766
* chore(model): simplify FileInfoBatch size computation by @calmh in #10776
* build: allow inotify on Android amd64 (ref #8710) by @chenxiaolong in #10783
* chore: fix a couple of unclosed http connections by @calmh in #10806
* chore(gui): lazy-render collapsed panels to reduce watcher count by @Finomosec in #10772
* build(deps): update dependencies by @calmh in #10824
* chore: new code contribution guidelines by @calmh in #10821
* chore: remove ignore file caching entirely by @calmh in #10813
* chore: slightly optimise rename detection (ref #10777) by @calmh in #10819
* chore(gui): better describe when a pending folder/device notification will reappear by @tbodt in #10808
* chore: deflake TestRecvOnlyRevertNeeds by @calmh in #10827
* chore(model): don't check existing file twice in rename detection by @imsodin in #10833
* chore(fs): optimise casefs caching performance by @calmh in #10830
* chore(model): optimise fsync calls by @calmh in #10831
* chore(syncthing): include local db entries in perfstats by @calmh in #10839
New Contributors
* @chenxiaolong made their first contribution in #10783
* @Finomosec made their first contribution in #10772
* @tbodt made their first contribution in #10809
* @rohitanwar made their first contribution in #10728
Full Changelog: v2.1.2...v2.1.3-rc.3
Contributors
*
*
*
*
*
*
*
calmh, chenxiaolong, and 5 other contributors
Assets 38
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 7 0xfeeddeadbeef, yacodes, ahloiscreamo, Xanthus-Lee, rasa, Turhvjbufv, and i0tool5 reacted with hooray emoji ❤️ 1 tomstefanski reacted with heart emoji
All reactions
* 🎉 7 reactions
* ❤️ 1 reaction
8 people reacted
v2.1.3-rc.2
v2.1.3-rc.2 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 28 Jul 06:32
Immutable release. Only release title and notes can be modified.
v2.1.3-rc.2
bcef5c5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix(ignore, fs): allow loading ignore patterns behind symlink (fixes #10785) by @calmh in #10786
* fix: avoid warning on does-not-exist scan error (fixes #10465) by @calmh in #10791
* fix(strelaypoolsrv): locking correctness by @calmh in #10801
* fix(model): properly health-check up-to-date folders (fixes #10546) by @calmh in #10773
* fix(gui): fix expanding one folder not collapsing others in group by @tbodt in #10809
* fix(gui): add bottom margin to folder action buttons for wrapped spacing by @rohitanwar in #10728
* fix(upnp): guard against out of index string access by @calmh in #10834
* fix(ignore): handle pattern resulting in empty string by @calmh in #10835
* fix(versioner): handle invalid empty command by @calmh in #10836
* fix(api): handle empty path in static request by @calmh in #10837
Other
* chore(fs): use x/sys/windows where possible by @greatroar in #10766
* chore(model): simplify FileInfoBatch size computation by @calmh in #10776
* build: allow inotify on Android amd64 (ref #8710) by @chenxiaolong in #10783
* chore: fix a couple of unclosed http connections by @calmh in #10806
* chore(gui): lazy-render collapsed panels to reduce watcher count by @Finomosec in #10772
* build(deps): update dependencies by @calmh in #10824
* chore: new code contribution guidelines by @calmh in #10821
* chore: remove ignore file caching entirely by @calmh in #10813
* chore: slightly optimise rename detection (ref #10777) by @calmh in #10819
* chore(gui): better describe when a pending folder/device notification will reappear by @tbodt in #10808
* chore: deflake TestRecvOnlyRevertNeeds by @calmh in #10827
* chore(model): don't check existing file twice in rename detection by @imsodin in #10833
* chore(fs): optimise casefs caching performance by @calmh in #10830
* chore(model): optimise fsync calls by @calmh in #10831
* chore(syncthing): include local db entries in perfstats by @calmh in #10839
New Contributors
* @chenxiaolong made their first contribution in #10783
* @Finomosec made their first contribution in #10772
* @tbodt made their first contribution in #10809
* @rohitanwar made their first contribution in #10728
Full Changelog: v2.1.2...v2.1.3-rc.2
Contributors
*
*
*
*
*
*
*
calmh, chenxiaolong, and 5 other contributors
Assets 38
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 6 TzurSoffer, i0tool5, Kernel86, KalvinVilla, tomstefanski, and ShamaHamilton reacted with thumbs up emoji 🎉 5 thisisarnabdas, MituuZ, TzurSoffer, i0tool5, and ShamaHamilton reacted with hooray emoji ❤️ 2 TzurSoffer and ShamaHamilton reacted with heart emoji 🚀 4 thisisarnabdas, TzurSoffer, i0tool5, and ShamaHamilton reacted with rocket emoji 👀 2 Turhvjbufv and TzurSoffer reacted with eyes emoji
All reactions
* 👍 6 reactions
* 🎉 5 reactions
* ❤️ 2 reactions
* 🚀 4 reactions
* 👀 2 reactions
9 people reacted
v2.1.3-rc.1
v2.1.3-rc.1 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 21 Jul 05:03
Immutable release. Only release title and notes can be modified.
v2.1.3-rc.1
5fa3d9f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix(ignore, fs): allow loading ignore patterns behind symlink (fixes #10785) by @calmh in #10786
* fix: avoid warning on does-not-exist scan error (fixes #10465) by @calmh in #10791
* fix(strelaypoolsrv): locking correctness by @calmh in #10801
* fix(model): properly health-check up-to-date folders (fixes #10546) by @calmh in #10773
* fix(gui): fix expanding one folder not collapsing others in group by @tbodt in #10809
Other
* chore(fs): use x/sys/windows where possible by @greatroar in #10766
* chore(model): simplify FileInfoBatch size computation by @calmh in #10776
* build: allow inotify on Android amd64 (ref #8710) by @chenxiaolong in #10783
* chore: fix a couple of unclosed http connections by @calmh in #10806
* chore(gui): lazy-render collapsed panels to reduce watcher count by @Finomosec in #10772
New Contributors
* @chenxiaolong made their first contribution in #10783
* @Finomosec made their first contribution in #10772
* @tbodt made their first contribution in #10809
Full Changelog: v2.1.2...v2.1.3-rc.1
Contributors
*
*
*
*
*
calmh, chenxiaolong, and 3 other contributors
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 3 i0tool5, l3p8, and TzurSoffer reacted with thumbs up emoji 😄 4 clinic7, CamelT0E, OpalAayan, and tomstefanski reacted with laugh emoji ❤️ 1 TzurSoffer reacted with heart emoji 👀 3 Turhvjbufv, i0tool5, and TzurSoffer reacted with eyes emoji
All reactions
* 👍 3 reactions
* 😄 4 reactions
* ❤️ 1 reaction
* 👀 3 reactions
8 people reacted
v2.1.2
v2.1.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 08 Jul 13:43
Immutable release. Only release title and notes can be modified.
v2.1.2
44cbfca
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix: on Windows don't allocate console if not opened inside one by @Shablone in #10726
* fix(connections): do not report connection metrics for self (ref #10509) by @calmh in #10724
* fix: let umask do the thing by @calmh in #10723
* fix(fs, model): improve symlink resilience in file shortcut by @calmh in #10739
* fix(protocol): always expect & validate block hash in requests by @calmh in #10738
* fix(protocol): be more stringent about blocks in non-file entries by @calmh in #10737
* fix(protocol): loosen restriction on size of directory entries by @calmh in #10743
* fix(folder): check if context canceled when scanning (fixes #10363) by @henriksb1 in #10757
* fix(config): remove extraneous defaults setting while unmarshalling folder options (fixes #10746, fixes #10389) by @calmh in #10763
* fix(sqlite): update last migration to set schema version, counts by @calmh in #10768
Other
* chore(syncthing): open URLs via Windows API instead via cmd.exe by @Shablone in #10712
* chore(db, model): separate methods to drop a device vs its files by @imsodin in #10480
* build(deps): update dependencies by @calmh in #10740
* build: use Go 1.26 for Windows as well by @calmh in #10744
* chore(osutil): fixup test for symlinked folder root by @calmh in #10758
* chore(model): increase default value for num hashers by @calmh in #10761
* chore: stop treating dirs as having size 128 by @imsodin in #10750
* chore(versioner): attempt to prevent blatantly unsafe external versioner commands (fixes #10721) by @calmh in #10722
New Contributors
* @Shablone made their first contribution in #10712
* @henriksb1 made their first contribution in #10757
Full Changelog: v2.1.1...v2.1.2
Contributors
*
*
*
*
calmh, imsodin, and 2 other contributors
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 26 CamelT0E, yacodes, kapamagnit23, dsh2dsh, m-ueberall, Odgamer-1, appman1234, TzurSoffer, i0tool5, boxden, and 16 more reacted with thumbs up emoji 🎉 8 0xfeeddeadbeef, kapamagnit23, i0tool5, boxden, whiztech, TzurSoffer, Ai686Leo, and TwistTheNeil reacted with hooray emoji ❤️ 10 TzurSoffer, rowellr, boxden, jherkenhoff, davidetogni, 239, NickWick13, Ai686Leo, TwistTheNeil, and pgreenland reacted with heart emoji 🚀 6 TzurSoffer, i0tool5, boxden, boolka, Ai686Leo, and TwistTheNeil reacted with rocket emoji 👀 4 TzurSoffer, boxden, Ai686Leo, and TwistTheNeil reacted with eyes emoji
All reactions
* 👍 26 reactions
* 🎉 8 reactions
* ❤️ 10 reactions
* 🚀 6 reactions
* 👀 4 reactions
34 people reacted
v2.1.2-rc.4
v2.1.2-rc.4 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 26 Jun 06:04
Immutable release. Only release title and notes can be modified.
v2.1.2-rc.4
44cbfca
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix: on Windows don't allocate console if not opened inside one by @Shablone in #10726
* fix(connections): do not report connection metrics for self (ref #10509) by @calmh in #10724
* fix: let umask do the thing by @calmh in #10723
* fix(fs, model): improve symlink resilience in file shortcut by @calmh in #10739
* fix(protocol): always expect & validate block hash in requests by @calmh in #10738
* fix(protocol): be more stringent about blocks in non-file entries by @calmh in #10737
* fix(protocol): loosen restriction on size of directory entries by @calmh in #10743
* fix(folder): check if context canceled when scanning (fixes #10363) by @henriksb1 in #10757
* fix(config): remove extraneous defaults setting while unmarshalling folder options (fixes #10746, fixes #10389) by @calmh in #10763
* fix(sqlite): update last migration to set schema version, counts by @calmh in #10768
Other
* chore(syncthing): open URLs via Windows API instead via cmd.exe by @Shablone in #10712
* chore(db, model): separate methods to drop a device vs its files by @imsodin in #10480
* build(deps): update dependencies by @calmh in #10740
* build: use Go 1.26 for Windows as well by @calmh in #10744
* chore(osutil): fixup test for symlinked folder root by @calmh in #10758
* chore(model): increase default value for num hashers by @calmh in #10761
* chore: stop treating dirs as having size 128 by @imsodin in #10750
* chore(versioner): attempt to prevent blatantly unsafe external versioner commands (fixes #10721) by @calmh in #10722
New Contributors
* @Shablone made their first contribution in #10712
* @henriksb1 made their first contribution in #10757
Full Changelog: v2.1.1...v2.1.2-rc.4
Contributors
*
*
*
*
calmh, imsodin, and 2 other contributors
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 12 i0tool5, kapamagnit23, resiehnnes, MituuZ, aleksa-radojicic, boxden, tomstefanski, TzurSoffer, CamelT0E, soumarcelino, and 2 more reacted with thumbs up emoji 🚀 7 i0tool5, kapamagnit23, boxden, TzurSoffer, soumarcelino, boolka, and Ai686Leo reacted with rocket emoji 👀 4 Turhvjbufv, boxden, TzurSoffer, and Ai686Leo reacted with eyes emoji
All reactions
* 👍 12 reactions
* 🚀 7 reactions
* 👀 4 reactions
14 people reacted
v2.1.2-rc.3
v2.1.2-rc.3 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 23 Jun 10:04
Immutable release. Only release title and notes can be modified.
v2.1.2-rc.3
e4d08b3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix: on Windows don't allocate console if not opened inside one by @Shablone in #10726
* fix(connections): do not report connection metrics for self (ref #10509) by @calmh in #10724
* fix: let umask do the thing by @calmh in #10723
* fix(fs, model): improve symlink resilience in file shortcut by @calmh in #10739
* fix(protocol): always expect & validate block hash in requests by @calmh in #10738
* fix(protocol): be more stringent about blocks in non-file entries by @calmh in #10737
* fix(protocol): loosen restriction on size of directory entries by @calmh in #10743
* fix(folder): check if context canceled when scanning (fixes #10363) by @henriksb1 in #10757
* fix(config): remove extraneous defaults setting while unmarshalling folder options (fixes #10746, fixes #10389) by @calmh in #10763
Other
* chore(syncthing): open URLs via Windows API instead via cmd.exe by @Shablone in #10712
* chore(db, model): separate methods to drop a device vs its files by @imsodin in #10480
* build(deps): update dependencies by @calmh in #10740
* build: use Go 1.26 for Windows as well by @calmh in #10744
* chore(osutil): fixup test for symlinked folder root by @calmh in #10758
* chore(model): increase default value for num hashers by @calmh in #10761
* chore: stop treating dirs as having size 128 by @imsodin in #10750
* chore(versioner): attempt to prevent blatantly unsafe external versioner commands (fixes #10721) by @calmh in #10722
New Contributors
* @Shablone made their first contribution in #10712
* @henriksb1 made their first contribution in #10757
Full Changelog: v2.1.1...v2.1.2-rc.3
Contributors
*
*
*
*
calmh, imsodin, and 2 other contributors
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
❤️ 2 davidetogni and soumarcelino reacted with heart emoji
All reactions
* ❤️ 2 reactions
2 people reacted
v2.1.2-rc.2
v2.1.2-rc.2 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 13 Jun 06:47
Immutable release. Only release title and notes can be modified.
v2.1.2-rc.2
f1d631d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix: on Windows don't allocate console if not opened inside one by @Shablone in #10726
* fix(connections): do not report connection metrics for self (ref #10509) by @calmh in #10724
* fix: let umask do the thing by @calmh in #10723
* fix(fs, model): improve symlink resilience in file shortcut by @calmh in #10739
* fix(protocol): always expect & validate block hash in requests by @calmh in #10738
* fix(protocol): be more stringent about blocks in non-file entries by @calmh in #10737
* fix(protocol): loosen restriction on size of directory entries by @calmh in #10743
Other
* chore(syncthing): open URLs via Windows API instead via cmd.exe by @Shablone in #10712
* chore(db, model): separate methods to drop a device vs its files by @imsodin in #10480
* build(deps): update dependencies by @calmh in #10740
New Contributors
* @Shablone made their first contribution in #10712
Full Changelog: v2.1.1...v2.1.2-rc.2
Contributors
*
*
*
calmh, imsodin, and Shablone
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 8 Kurami32, ahloiscreamo, TzurSoffer, resiehnnes, Cordis2Die, tomstefanski, AverageHoarder, and i0tool5 reacted with thumbs up emoji 🎉 5 0xfeeddeadbeef, boolka, Turhvjbufv, TzurSoffer, and i0tool5 reacted with hooray emoji ❤️ 1 TzurSoffer reacted with heart emoji
All reactions
* 👍 8 reactions
* 🎉 5 reactions
* ❤️ 1 reaction
11 people reacted
v2.1.2-rc.1
v2.1.2-rc.1 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 12 Jun 07:20
Immutable release. Only release title and notes can be modified.
v2.1.2-rc.1
ee275fe
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix: on Windows don't allocate console if not opened inside one by @Shablone in #10726
* fix(connections): do not report connection metrics for self (ref #10509) by @calmh in #10724
* fix: let umask do the thing by @calmh in #10723
* fix(fs, model): improve symlink resilience in file shortcut by @calmh in #10739
* fix(protocol): always expect & validate block hash in requests by @calmh in #10738
* fix(protocol): be more stringent about blocks in non-file entries by @calmh in #10737
Other
* chore(syncthing): open URLs via Windows API instead via cmd.exe by @Shablone in #10712
* chore(db, model): separate methods to drop a device vs its files by @imsodin in #10480
* build(deps): update dependencies by @calmh in #10740
New Contributors
* @Shablone made their first contribution in #10712
Full Changelog: v2.1.1...v2.1.2-rc.1
Contributors
*
*
*
calmh, imsodin, and Shablone
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 6 Kurami32, TzurSoffer, Ai686Leo, Cordis2Die, i0tool5, and Brisingr05 reacted with thumbs up emoji ❤️ 2 TzurSoffer and tomstefanski reacted with heart emoji 👀 3 Turhvjbufv, TzurSoffer, and i0tool5 reacted with eyes emoji
All reactions
* 👍 6 reactions
* ❤️ 2 reactions
* 👀 3 reactions
8 people reacted
v2.1.1
v2.1.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
st-release released this 02 Jun 11:50
Immutable release. Only release title and notes can be modified.
v2.1.1
6be1ff8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
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
* fix(syncthing): properly upgrade via REST when Syncthing is running (fixes #10697) by @calmh in #10699
* fix(versioner): ensure user read/write/execute on archived dirs (fixes #10532) by @calmh in #10696
* fix(discover): only announce wildcard for TCP punching when listening on wildcard address (fixes #10503) by @calmh in #10691
* fix(stcrashreceiver): close source loader responses on errors by @mattn in #10704
* fix(protocol): handle zero-size requests (fixes #10709) by @calmh in #10710
Other
* build: be explicit about workflow permissions by @calmh in #10690
* chore(syncthing): include runtime context in GC crashes by @calmh in #10702
* build(deps): x/net for govulncheck by @calmh in #10703
* chore: use path/filepath for local file system paths by @mattn in #10705
New Contributors
* @mattn made their first contribution in #10704
Full Changelog: v2.1.0...v2.1.1
Contributors
*
*
mattn and calmh
Assets 35
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 20 dsh2dsh, appman1234, TzurSoffer, ak7991, i0tool5, studying123456789, dan0102dan, sergiye, kapamagnit23, Wkoikoi, and 10 more reacted with thumbs up emoji 🎉 6 whiztech, zunami, TzurSoffer, TwistTheNeil, boxden, and c-airr reacted with hooray emoji ❤️ 8 TzurSoffer, pgreenland, madscientist16, davidetogni, TwistTheNeil, boxden, Siress, and lwgat233 reacted with heart emoji 🚀 11 0xfeeddeadbeef, gorsing, santiagobiali, Turhvjbufv, kinghat, TzurSoffer, i0tool5, kapamagnit23, TwistTheNeil, boxden, and FutureLabAI reacted with rocket emoji
All reactions
* 👍 20 reactions
* 🎉 6 reactions
* ❤️ 8 reactions
* 🚀 11 reactions
33 people reacted
Previous 1 2 3 4 5 … 47 48 Next
Previous Next
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Tip: Highlight text to share or add to ignore lists.
— Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires Playwright/WebDriver enabled