Syncthing v0.13.0 isn’t released yet, but these notes are valid for the development builds and betas in the meantime and give an overview of what to expect from the actual release.
Upgrade Notes
Not protocol compatible with v0.12.x.
The database format has changed. It will be migrated without rescan on first startup, but the first startup may take longer than usual.
Today is April Fools’ Day.
Download the release packages manually here. This beta release is not available vi apt-get
, but there are Debian packages here.
You can downgrade again by simply running the latest v0.12 release. If there have been many changes since the upgrade to v0.13 there may be sync conflicts, as the v0.12 format database hasn’t been updated.
There are probably more changes to come. Do not run this release unless you’re willing to participate in experimenting.
Important Changes and Improvements
Folder Labels
Folder labels are now distinct from the folder ID. The intention is for the label to be human readable and for the ID to be machine readable and unique. When upgrading, folder IDs are not changed. However when creating new folders Syncthing will suggest a random, unique folder ID.
(Thanks @lkwg82)
Documentation to update
- Specs (BEP)
- Getting started guide
- “Configuration” article, adds new config fields
Identification of Connections from Unknown Devices
When receiving a connection attempt from an unknown device Syncthing will now show the name of that device, not only it’s ID.
(Thanks @AudriusButkevicius )
Documentation to update
- Specs (BEP)
Minor Changes and Improvements
-
The address for sync connections, both the listening side and for remote devices, can now be made IPv4- or IPv6-only. Use the
tcp4://
ortcp6://
schemes to specify one or the other. The defaulttcp://
is still dual stack. -
The folder settings dialog has been cleaned up.
Things That May Yet Be Included
New, Smarter File Puller
TBD
Temporary Indexes
TBD
Integrated Filesystem Notification Watcher
TBD