Changelog History
Page 4
-
v1.6.0
June 01, 2020 -
v1.6.0-rc.5 Changes
May 20, 2020v1.6.0
๐ This release performs a database schema migration, and adds the
BlockPullOrder
,DisableFsync
andMaxConcurrentWrites
folder
๐ง options to the configuration schema.The
LocalChangeDetected
event no longer has theaction
set to
added
for new files, instead showingmodified
for all local file
๐ changes.๐ Bugfixes:
- ๐ #3876: Removing and re-adding a folder may cause data loss
- ๐ #5731: 100% CPU every minute on watch setup retry
- ๐ #6268: Out of sync panel layout overflows
- ๐ #6557: Folder error repeatedly set and unset
- ๐ #6559: Deadlock on folder unsubscribe
- ๐ #6576: Versioning params in config flip flop in order
- ๐ #6578: Allow rescan at folder state "Local Additions"
- ๐ #6583: Distributed deadlock on request
- ๐ณ #6604: Docker healthcheck fails when run in host network
โจ Enhancements:
- ๐ #5224: Accept new connections in place of old ones when appropriate
- ๐ #6530: Add "Pause All"/"Resume All" button for devices
- ๐ #6541: Limit number of concurrent writes while syncing
Other issues:
-
v1.6.0-rc.4 Changes
May 16, 2020v1.6.0
๐ This release performs a database schema migration, and adds the
BlockPullOrder
,DisableFsync
andMaxConcurrentWrites
folder
๐ง options to the configuration schema.The
LocalChangeDetected
event no longer has theaction
set to
added
for new files, instead showingmodified
for all local file
๐ changes.๐ Bugfixes:
- ๐ #3876: Removing and re-adding a folder may cause data loss
- ๐ #5731: 100% CPU every minute on watch setup retry
- ๐ #6268: Out of sync panel layout overflows
- ๐ #6557: Folder error repeatedly set and unset
- ๐ #6559: Deadlock on folder unsubscribe
- ๐ #6576: Versioning params in config flip flop in order
- ๐ #6578: Allow rescan at folder state "Local Additions"
- ๐ #6583: Distributed deadlock on request
- ๐ณ #6604: Docker healthcheck fails when run in host network
โจ Enhancements:
- ๐ #5224: Accept new connections in place of old ones when appropriate
- ๐ #6530: Add "Pause All"/"Resume All" button for devices
- ๐ #6541: Limit number of concurrent writes while syncing
Other issues:
-
v1.6.0-rc.3 Changes
May 16, 2020v1.6.0
๐ This release performs a database schema migration, and adds the
BlockPullOrder
,DisableFsync
andMaxConcurrentWrites
folder
๐ง options to the configuration schema.The
LocalChangeDetected
event no longer has theaction
set to
added
for new files, instead showingmodified
for all local file
๐ changes.๐ Bugfixes:
- ๐ #3876: Removing and re-adding a folder may cause data loss
- ๐ #5731: 100% CPU every minute on watch setup retry
- ๐ #6268: Out of sync panel layout overflows
- ๐ #6557: Folder error repeatedly set and unset
- ๐ #6559: Deadlock on folder unsubscribe
- ๐ #6576: Versioning params in config flip flop in order
- ๐ #6578: Allow rescan at folder state "Local Additions"
- ๐ #6583: Distributed deadlock on request
- ๐ณ #6604: Docker healthcheck fails when run in host network
โจ Enhancements:
- ๐ #5224: Accept new connections in place of old ones when appropriate
- ๐ #6530: Add "Pause All"/"Resume All" button for devices
- ๐ #6541: Limit number of concurrent writes while syncing
Other issues:
-
v1.6.0-rc.2 Changes
May 13, 2020๐ This release performs a database schema migration, and adds the
BlockPullOrder
,DisableFsync
andMaxConcurrentWrites
folder
๐ง options to the configuration schema.The
LocalChangeDetected
event no longer has theaction
set to
added
for new files, instead showingmodified
for all local file
๐ changes.๐ Bugfixes:
- ๐ #3876: Removing and re-adding a folder may cause data loss
- ๐ #5731: 100% CPU every minute on watch setup retry
- ๐ #6268: Out of sync panel layout overflows
- ๐ #6557: Folder error repeatedly set and unset
- ๐ #6559: Deadlock on folder unsubscribe
- ๐ #6576: Versioning params in config flip flop in order
- ๐ #6578: Allow rescan at folder state "Local Additions"
- ๐ #6583: Distributed deadlock on request
- ๐ณ #6604: Docker healthcheck fails when run in host network
โจ Enhancements:
- ๐ #5224: Accept new connections in place of old ones when appropriate
- ๐ #6530: Add "Pause All"/"Resume All" button for devices
- ๐ #6541: Limit number of concurrent writes while syncing
Other issues:
-
v1.6.0-rc.1
May 11, 2020 -
v1.5.0
May 04, 2020 -
v1.5.0-rc.2 Changes
April 22, 2020v1.5.0
๐ This release changes the default location for the index database under
some circumstances. Two new flags can also be used to affect the
๐ง location of the configuration (-config
) and database (-data
)
separately. The old-home
flag is equivalent to setting both of these
to the same directory. When no flags are given the following logic is
๐ used to determine the data location:- 0๏ธโฃ If a database exists in the old default location, that location is
still used. This means existing installations are not affected by this
๐ change. - If
$XDG_DATA_HOME
is set, use$XDG_DATA_HOME/syncthing
. - ๐ If
~/.local/share/syncthing
exists, use that location. - 0๏ธโฃ Use the old default location.
๐ This logic is used on non-Windows, non-Mac platforms only. On Windows
and Mac the logic is unchanged.๐ Bugfixes:
- ๐ #3808: gui: Number of days must be number flashes red then disappears
- ๐ #5809: stdiscosrv failed to load keypair without proper error message
- ๐ #6410: Wrong 30-days-interval in staggered versioning
- ๐ #6430: Incorrect out-of-sync/locally changed status indication on folders
- ๐ #6436: Revert Local Changes red button does not work correctly
- ๐ #6440: Doesn't run monitor process when started with STNORESTART=1
- ๐ #6450: LDAP auth doesn't handle LDAPS with certificate validation
- ๐ #6487: Scan problem within single unignored subdirectory prevents bidirectional sync
โจ Enhancements:
- #4924: Move index db to $XDG_DATA_HOME/syncthing/
- ๐ #5376: Improve LDAP authentication
- โฌ๏ธ #6384: Do auto upgrades early and synchronously on startup
- ๐ #6416: Improve device status for "unused" devices
- ๐ #6432: Deleted file that existed locally only reported as locally changed
- โฌ๏ธ #6437: Don't start browser when restarting after upgrade
Other issues:
- ๐ #6471: Windows exe isn't properly version tagged
- 0๏ธโฃ If a database exists in the old default location, that location is
-
v1.5.0-rc.1
April 13, 2020 -
v1.4.2 Changes
April 08, 2020v1.4.2
โก๏ธ This is a tiny update to fix a couple of crashes that should not have
โฌ๏ธ landed in 1.4.1, and revert a change to the upgrade code that puts
โฌ๏ธ unnecessary load on the upgrade server.๐ Bugfixes:
- ๐ #6499: panic: nil pointer dereference in usage reporting