Syncthing v1.5.0-rc.2 Release Notes

Release Date: 2020-04-22 // about 4 years ago
  • v1.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