Syncthing full changelog
Syncthing 2.0.11
released Nov 25, 2025 (New Release)
chore: update quic-go, adapt to lack of write tracking by @calmh in #10456
chore(cli): clean up generated usage strings for config commands (fixes #10462) by @acolomb in #10463
chore(cli): clean up generated usage strings for config commands (fixes #10462) by @acolomb in #10463
Syncthing 2.0.10
released Oct 27, 2025 (New Release)
Fixes
Fix(policy): only allow approvals by non-author contributors
Fix(fs): store getExpireAdd mutex in caseCache
Fix(fs): apply case option to fakefs in casefs tests
Fix(fs): only apply case option to fakefs in stress test
Other
Docs(docker): make host network mode the default
Chore(upnp): remove incorrect embedding of nat.Service
Chore: minor lint fixes
Chore(gui): add Azerbaijani (az) and Kurdish (ckb) l10n templates.
Fix(policy): only allow approvals by non-author contributors
Fix(fs): store getExpireAdd mutex in caseCache
Fix(fs): apply case option to fakefs in casefs tests
Fix(fs): only apply case option to fakefs in stress test
Other
Docs(docker): make host network mode the default
Chore(upnp): remove incorrect embedding of nat.Service
Chore: minor lint fixes
Chore(gui): add Azerbaijani (az) and Kurdish (ckb) l10n templates.
Syncthing 1.30.0
released Jul 1, 2025 (New Release)
Fixes:
fix(protocol): avoid deadlock with concurrent connection start and close by @calmh in #10140
fix(syncthing): avoid writing panic log to nil fd by @ardevd in #10154
Features:
feat(config): expose folder and device info as metrics (fixes #9519) by @calmh in #10148
Other:
build: properly propagate build tags to Debian build by @calmh in #10144
chore(protocol): don't start connection routines a second time by @imsodin in #10146
chore(protocol): only allow enc. password changes on cluster config by @imsodin in #10145
fix(protocol): avoid deadlock with concurrent connection start and close by @calmh in #10140
fix(syncthing): avoid writing panic log to nil fd by @ardevd in #10154
Features:
feat(config): expose folder and device info as metrics (fixes #9519) by @calmh in #10148
Other:
build: properly propagate build tags to Debian build by @calmh in #10144
chore(protocol): don't start connection routines a second time by @imsodin in #10146
chore(protocol): only allow enc. password changes on cluster config by @imsodin in #10145
Syncthing 1.29.7
released Jun 15, 2025 (New Release)
Fixes:
fix(db): handle large numbers of blocks in update by @calmh in #10025
fix(syncthing): make directory flags global for all commands by @calmh in #10028
fix(sqlite): apply options by @pixelspark in #10049
fix(db): version vector serialisation :( by @calmh in #10050
fix(model): loop-break regression while block copying in puller by @imsodin in #10069
fix(model): close fd immediately in copier by @imsodin in #10079
fix(model): use same folder first in copier by @imsodin in #10093
fix(model): correct bufferpool handling; simplify by @calmh in #10113
fix(protocol): avoid deadlock with concurrent connection start and close by @calmh in #10140
fix(syncthing): avoid writing panic log to nil fd by @ardevd in #10154
fix(fs): check for unsupported error on modern Windows (fixes #10164) by @rasa in #10165
fix(gui): don't show dial errors for paused devices (fixes #10166) by @marbens-arch in #10167
fix: track invalid files in LocalFlags to fix global count by @imsodin in #10170
fix(watchaggregator): properly handle sub-second watch durations (fixes #9927) by @imsodin in #10179
fix(db): remove invalid member from FileMetadata by @imsodin in #10180
Features:
feat: add syncthing debug database-statistics command by @calmh in #10117
feat(config): enable multiple connections by default by @calmh in #10151
feat(config): expose folder and device info as metrics (fixes #9519) by @calmh in #10148
feat: use Ed25519 keys for sync connections by @calmh in #10162
Other:
chore: remove abandoned next-gen-gui experiment by @calmh in #10004
chore: remove weak hashing which does not pull its weight by @calmh in #10005
chore: switch database engine to sqlite (fixes #9954) by @calmh in #9965
chore: harmonise command line flags by @calmh in #10007
chore(db): increase journal limit to 64MiB by @bt90 in #10022
chore: forget deleted files older than six months (fixes #6284) by @calmh in #10023
chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in #10027
cho
fix(db): handle large numbers of blocks in update by @calmh in #10025
fix(syncthing): make directory flags global for all commands by @calmh in #10028
fix(sqlite): apply options by @pixelspark in #10049
fix(db): version vector serialisation :( by @calmh in #10050
fix(model): loop-break regression while block copying in puller by @imsodin in #10069
fix(model): close fd immediately in copier by @imsodin in #10079
fix(model): use same folder first in copier by @imsodin in #10093
fix(model): correct bufferpool handling; simplify by @calmh in #10113
fix(protocol): avoid deadlock with concurrent connection start and close by @calmh in #10140
fix(syncthing): avoid writing panic log to nil fd by @ardevd in #10154
fix(fs): check for unsupported error on modern Windows (fixes #10164) by @rasa in #10165
fix(gui): don't show dial errors for paused devices (fixes #10166) by @marbens-arch in #10167
fix: track invalid files in LocalFlags to fix global count by @imsodin in #10170
fix(watchaggregator): properly handle sub-second watch durations (fixes #9927) by @imsodin in #10179
fix(db): remove invalid member from FileMetadata by @imsodin in #10180
Features:
feat: add syncthing debug database-statistics command by @calmh in #10117
feat(config): enable multiple connections by default by @calmh in #10151
feat(config): expose folder and device info as metrics (fixes #9519) by @calmh in #10148
feat: use Ed25519 keys for sync connections by @calmh in #10162
Other:
chore: remove abandoned next-gen-gui experiment by @calmh in #10004
chore: remove weak hashing which does not pull its weight by @calmh in #10005
chore: switch database engine to sqlite (fixes #9954) by @calmh in #9965
chore: harmonise command line flags by @calmh in #10007
chore(db): increase journal limit to 64MiB by @bt90 in #10022
chore: forget deleted files older than six months (fixes #6284) by @calmh in #10023
chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in #10027
cho
Syncthing 1.29.6
released May 6, 2025 (New Release)
What's Changed:
fix(model): close fd immediately in copier by @imsodin in #10079
build(deps): update dependencies by @calmh in #10091
chore(syncthing): ensure migrated database is closed before exiting by @xjtdy888 in #10076
chore(db, model): simplify per hash DB lookup in copier by @imsodin in #10080
fix(model): use same folder first in copier by @imsodin in #10093
feat(gui): close a modal when pressing ESC after switching modal tabs (fixes #9489) by @hazemKrimi in #10092
chore(model): refactor copier for more flatness by @imsodin in #10094
fix(model): close fd immediately in copier by @imsodin in #10079
build(deps): update dependencies by @calmh in #10091
chore(syncthing): ensure migrated database is closed before exiting by @xjtdy888 in #10076
chore(db, model): simplify per hash DB lookup in copier by @imsodin in #10080
fix(model): use same folder first in copier by @imsodin in #10093
feat(gui): close a modal when pressing ESC after switching modal tabs (fixes #9489) by @hazemKrimi in #10092
chore(model): refactor copier for more flatness by @imsodin in #10094
Syncthing 1.29.5
released Apr 30, 2025 (New Release)
chore(lib): expose model methods to obtain progress by @pixelspark in #9886
feat(gui): explanation to options enabled or disabled per folder type by @tomasz1986 in #9367
chore: remove abandoned next-gen-gui experiment by @calmh in #10004
chore: remove weak hashing which does not pull its weight by @calmh in #10005
chore: switch database engine to sqlite (fixes #9954) by @calmh in #9965
fix(gui): validate device ID in canonical form (fixes #7291) by @mathias4833 in #10006
fix(config): remove discontinued primary STUN server (fixes #10008) by @marbens-arch in #10009
fix(stun): better error handling (ref #10008) by @calmh in #10010
chore(config): remove discontinued secondary STUN servers (fixes #10011) by @marbens-arch in #10012
chore(fs): speed up case normalization by @bt90 in #10013
chore: harmonise command line flags by @calmh in #10007
build(deps): update dependencies by @calmh in #10020
chore(db): increase journal limit to 64MiB by @bt90 in #10022
chore: forget deleted files older than six months (fixes #6284) by @calmh in #10023
fix(db): handle large numbers of blocks in update by @calmh in #10025
chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in #10027
fix(syncthing): make directory flags global for all commands by @calmh in #10028
chore: configurable delete retention interval by @calmh in #10030
feat(fs, config): add support for custom filesystem type construction by @pixelspark in #9887
build: replace underscore in Debian version by @bt90 in #10032
chore(db): fix debug logging by @bt90 in #10033
chore(db): buffer pulled files for smaller WAL by @calmh in #10036
chore(model): add metric for total number of conflicts by @swenske in #10037
fix(config): properly apply defaults when reading folder configuration by @pixelspark in #10034
fix(config): zero filesystemtype is "basic" by @calmh in #10038
chore(db): use one SQLite database per folder by @calmh in #10042
chore(model): delay starting a pull while there
feat(gui): explanation to options enabled or disabled per folder type by @tomasz1986 in #9367
chore: remove abandoned next-gen-gui experiment by @calmh in #10004
chore: remove weak hashing which does not pull its weight by @calmh in #10005
chore: switch database engine to sqlite (fixes #9954) by @calmh in #9965
fix(gui): validate device ID in canonical form (fixes #7291) by @mathias4833 in #10006
fix(config): remove discontinued primary STUN server (fixes #10008) by @marbens-arch in #10009
fix(stun): better error handling (ref #10008) by @calmh in #10010
chore(config): remove discontinued secondary STUN servers (fixes #10011) by @marbens-arch in #10012
chore(fs): speed up case normalization by @bt90 in #10013
chore: harmonise command line flags by @calmh in #10007
build(deps): update dependencies by @calmh in #10020
chore(db): increase journal limit to 64MiB by @bt90 in #10022
chore: forget deleted files older than six months (fixes #6284) by @calmh in #10023
fix(db): handle large numbers of blocks in update by @calmh in #10025
chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in #10027
fix(syncthing): make directory flags global for all commands by @calmh in #10028
chore: configurable delete retention interval by @calmh in #10030
feat(fs, config): add support for custom filesystem type construction by @pixelspark in #9887
build: replace underscore in Debian version by @bt90 in #10032
chore(db): fix debug logging by @bt90 in #10033
chore(db): buffer pulled files for smaller WAL by @calmh in #10036
chore(model): add metric for total number of conflicts by @swenske in #10037
fix(config): properly apply defaults when reading folder configuration by @pixelspark in #10034
fix(config): zero filesystemtype is "basic" by @calmh in #10038
chore(db): use one SQLite database per folder by @calmh in #10042
chore(model): delay starting a pull while there
Syncthing 1.29.4
released Apr 1, 2025 (New Release)
Bugfixes:
#9990: Tildes break directory autocomplete
#9990: Tildes break directory autocomplete
Syncthing 1.29.3
released Mar 12, 2025 (New Release)
Bugfixes:
Unintelligible error message "setting metadata: lookup failed".
Unintelligible error message "setting metadata: lookup failed".
Syncthing 1.29.2
released Feb 7, 2025 (New Release)
Bugfixes:
#9929: Unintelligible error message "setting metadata: lookup failed"
#9929: Unintelligible error message "setting metadata: lookup failed"
Syncthing 1.28.1
released Dec 3, 2024 (New Release)
Bugfixes:
Gui: Address override not respected in fresh default config
Panic: runtime error: index out of range [-1]
Enhancements:
Ignoring symbolic links when syncing on android as well
Gui: Address override not respected in fresh default config
Panic: runtime error: index out of range [-1]
Enhancements:
Ignoring symbolic links when syncing on android as well
Syncthing for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Syncthing from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
MacX DVD Ripper Pro
50% Off -
WinX HD Video Converter
56% Off -
MacX DVD Video Converter
58% Off -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Tribler 8.2.1
- FrostWire 6.13.2 B321
- Transmission-Qt 4.0.6
- qBittorrent 5.0.0
- Arctic Torrent 1.2.3
- eMule 0.70a
- BitComet (x64bit) 2.07
- BitComet 2.18
- BitTorrent 7.11.0 B47117
- uTorrent (µTorrent) 3.6.0 B47124
- uTorrent 3 3.6.0 Build 47162
- DC++ 0.881
- FreeNet 0.7.5 Build 1503
- Strong DC++ 2.42
- LimeWire Basic 5.0.11.0
- Bitspirit 3.6.0.550
- Azureus 5.7.6.0
- Internet sharing plugin 5.0.1 Build 1126
- eMule Plus 1.2e
- Strong DC++ x64 2.42
Popular Tags
video
mp3
ares
p2p software
booster
tool
emule
accelerator
speed
download
music
share
sharing
p2p client
ares galaxy
file sharing
torrent
search
bearshare
file
p2p
bittorrent
peer to peer
songs
bittorrent client
internet
limewire
movies
gnutella
acceleration
Popular Windows 7 Software
- Network Traffic Generator and Monitor 12.6
- Firefox 64bit x64 127.0.2
- iTop VPN 7.1.0.6723
- RouterOS 7.20.5 Stable
- Google Chrome 126.0.6478.127
- Universal Maps Downloader 10.232
- SSuite NetSurfer Browser x64 2.30.16.4
- iTop Private Browser 3.1.0.255
- Allavsoft 3.28.6.9465
- NetSpot for Windows 5.1.0.703
- SSuite NetSurfer Browser 2.30.16.4
- SoftPerfect Network Scanner 25.9
- Google Chrome 17 17.0.963.78
- VPN Unlimited for PC 8.5.8
- Google Chrome Portable 126.0.6478.127
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



