-
v0.14.125bb74ee6 · ·
v0.14.12 This is a minor release recommended for all users. Resolved issues: * #3737: A data race in the code that caused test failures, and possibly other inconsitencies, has been resolved. * #3241: Links in warning messages are now clickable in the GUI. * #3711: Files are now synced to disk before committed to database, to avoid possible inconsistencies if a power failure occurs during syncing. * #3724: Log entries now mention folder by label in addition to the ID. In addition: * The default folder now has the folder ID "default" again, simplifying initial setup. * Retries for misconfigured relay setups are slowed down somewhat to be kinder on our relay pool infrastructure.
-
v0.14.112641062c · ·
v0.14.11 This is a minor release recommended for all users. Resolved issues: * #1015: Introducers can now remove devices that they introduced * #3726: Syncthing now correctly reconnects to staticly configured relays * #3718: strelaysrv: No longer crashes with "panic: send on closed channel" * #3682: strelaysrv: Binding to a specific address now works better * #3710: Folder information in the GUI now uses icons and tooltips * #3730: The "snap" packaging now has more useful default directories
-
v0.14.10b7e21984 · ·
v0.14.10 This is a minor release recommended for all users. Resolved issues: * #3623: Display of global and local state is clearer, especially in the presence of ignores. * #3647: GUI does not show "failed items" unless there are items that have failed. Also: * Fixes to questionmark and asterisk handling in ignore patterns. * Build script can create a snap file. * "Black" theme re-added. * Debugging options for deadlocks.
-
v0.14.9b8a90b7e · ·
v0.14.9 This is a minor release recommended for all users. Resolved issues: * #3651: Documentation PDFs are fixed. * #3638: German localisation is improved. (As are a couple of others as I forgot to update them the last release.) * #3619: Browser error on first startup doesn't happen as easily anymore. * #3664: Syncthing compiles in Go versions older than 1.7 again. * #3577: Adding folder using Long UNC path no longer causes stack overflow (but don't do that, it's not necessary).
-
v0.14.8fe9c2b98 · ·
v0.14.8 This is a minor release recommended for all users. The main change here is to handle issues with the new SHA256 implementation introduced in 0.14.7. When using the monitor process (which is the default) crashes will be detected and the new hashing package disabled. A manual selection can also be forced by setting the environment variable STHASHING to either "minio" (the new package) or "standard" (the default Go package). Resolved issues: * #3613: The monitor process now detects crashes due to the new hashing package and disables it on subsequent launch. * #3614: The two hash packages are benchmarked on startup and the fastest on is selected. * #3588: Folders are now correctly shown as out of sync when they miss only deleted files. * #3578: UPnP handling is corrected in the case where more than one router is detected. * #3639: Patterns with terminal slash (e.g., "dir/") now correctly ignore directory contents.
-
v0.14.75f01afb7 · ·
v0.14.7 This is a minor release recommended for all users. Improvements in this release include faster (i.e., less CPU intensive) hashing on some Intel and ARM64 CPU:s, a more refined dark theme, CORS headers in the API, and an updated set of default discovery servers. Resolved issues since v0.14.6: * #3596: Deadlock no longer occurs on device removal
-
v0.14.67569b75d · ·
v0.14.6 This is a minor release recommended for all users. Resolved issues since v0.14.5: * #3496: In sync percentages no longer go negative for large numbers of deleted files. * #3502: Files that were deleted and then ignored are no longer deleted on other devices that didn't ignore them. * #3525: Configuration is no moved away when perfoming an upgrade on a full disk.
-
v0.14.51188ebbb · ·
v0.14.5 This is a minor release recommended for all users. Resolved issues since v0.14.4: * #3492, #3493: Completion percentage calculations have been improved. * #3513: Windows build have been fixed for Go 1.7, and now requires Go 1.7. * #3517: A zero progress update interval doesn't drive up CPU usage during syncing any more. * #3516: Virtual modtime handling has been fixed, so that master folders no longer become spuriously out of sync. * #3529: Temporary index sorting databases are removed from disk at startup, if left over after a hard stop. * #3509: Discovery server now returns Seen time value in UTC. * #3511: Discovery server now generates a new key pair when one doesn't exist at startup. * #3503: Relay server no longer crashes with "send on closed channel". * #3505: Relay server can open ports using uPNP. * #3506: Relay server can properly listen on IPv6 only or IPv4 only. * #3500, #3530: Automatic upgrade takes more care to not leave temporaries behind or remove the original in case of upgrade failure.
-
v0.14.47114cacb · ·
v0.14.4 This is a minor release recommended for all users. Several bugs have been fixed and one enhancement added (high precision time stamps). Resolved issues since v0.14.3: * #1300: In sync percentage is weighted to folder size, not just average of folder completion. * #3012: Files with invalid file names for Windows now show up in the list of failed items. * #3297: Accessibility in the GUI is improved. * #3305: Timestamps are now compared with up to nanosecond precision and synced with up to microsecond precision, depending on the filesystem in use. * #3457: Ignores and invalid file names are now handled correctly when delta indexes are being used. * #3458: Files inside directories with names ending in space are now correctly handled on Windows. * #3466: Connection switching (relay->direct) no longer causes a crash. * #3468: Old index databases (v0.11-v0.12 and v0.13) are now properly cleaned away from disk. * #3470: Syncthing no longer claims a connection was from an ignored device when the device is just unknown.
-
v0.14.3a022b0cf · ·
v0.14.3 This is a minor release recommended for all users. Resolved issues since v0.14.2: * #3451: Devices no longer get stuck in "out of sync" after a disconnection. * #3448: Syncthing no longer crashes when a connection is lost before index sending has started. * #3449: Temporary index databases are now created in the home (config) directory, not the system temporary directory.
-
v0.14.125a7b0a6 · ·
v0.14.1 This is a minor release recommended for all users. This release includes "delta indexes", a backwards compatible protocol enhancement. Prior to delta indexes being implemented, full index information was exchanged at every connection start. With delta indexes, only index information that has changed since last contact is transferred. Delta indexes are enabled automatically between 0.14.1+ devices. Resolved issues since v0.14.0: * #438: Delta indexes are now implemented. * #3440: Files that grow or shrink during scanning would result in conflicts or inconsistent data after synchronization. This issue was introduced in 0.14.0.
-
v0.14.0e1a4f81e · ·
v0.14.0 This is a new major release, incompatible with Syncthing v0.13 and earlier. This release introduces a new, extensible sync protocol and corresponding changes to local discovery and the database. A full rehashing of folder contents will happen on first restart. To roll back to a v0.13 release, simply download and run a v0.13 Syncthing. Resolved issues since v0.13.10: * #3397: The Anonymous Usage Reporting Preview is now correctly formatted * #3346: Discovery results now respects address family for listen addresses. * #3080: The sync protocol, local discovery protocol and database format is now based on protocol buffers. * #3227: File names ending in space are now correctly marked as invalid on Windows. * #3278: Local discovery now quickly detects other local devices on restart. * #3077: A race condition causing a deadlock on folder addition is fixed.
-
v0.14.0-rc.1e1a4f81e · ·
v0.14.0-rc.1 This is the release candidate for the upcoming v0.14 release. This release introduces a new, future extensible sync protocol and corresponding changes to local discovery and the database. This v0.14 RC can only talk to other v0.14 clients, RC or future. A full rehashing of the folder contents will happen on first restart. To roll back to a v0.13 release, simply download and run a v0.13 Syncthing. Resolved issues since v0.14.0-beta.1: * A protocol inconsistency was corrected, resulting in this release being incompatible with the beta. * #3397: The Anonymous Usage Reporting Preview is now correctly formatted Resolved issues since v0.13.10: * #3346: Discovery results now respects address family for listen addresses. * #3080: The sync protocol, local discovery protocol and database format is now based on protocol buffers. * #3227: File names ending in space are now correctly marked as invalid on Windows. * #3278: Local discovery now quickly detects other local devices on restart. * #3077: A race condition causing a deadlock on folder addition is fixed.
-
v0.14.0-beta.1beec9e83 · ·
v0.14.0-beta.1 This is the first beta release of the upcoming v0.14 release. This release introduces a new, future extensible sync protocol and corresponding changes to local discovery and the database. This v0.14 beta can only talk to other v0.14 clients, beta or future. A full rehashing of the folder contents will happen on first restart. To roll back to a v0.13 release, simply download and run a v0.13 Syncthing. Resolved issues since v0.13.10: * #3346: Discovery results now respects address family for listen addresses. * #3080: The sync protocol, local discovery protocol and database format is now based on protocol buffers. * #3227: File names ending in space are now correctly marked as invalid on Windows. * #3278: Local discovery now quickly detects other local devices on restart. * #3077: A race condition causing a deadlock on folder addition is fixed.
-
v0.13.10223e14b0 · ·
v0.13.10 This is a regular bugfix release recommended for all users. Resolved issues: * #3128: Generated folder IDs are now lower case. * #3338: Syncthing now uses shorter temporary file names, alleviating issues on encfs. * #3335: Event IDs seen in /rest/system/events are now sequential again. * #3362: Tests now pass on when building on arm64. * #2471: Folders are now marked "stopped" when missing a path, and duplicate folder IDs are not accepted. * #3375: A stalling TLS handshake no longer blocks the connection service. * #3346: The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa.
-
v0.13.8b71cc8a5 · ·
v0.13.8 This release contains bugfixes and one backwards compatible enhancement. Resolved issues: * #3306: The layout of the out of sync items dialog has been improved. * #3310: Folders are now sorted by label, falling back to ID when required. * #3330: Windows zip files now make sense when unpacked on non-Windows. * #3321: Folder name completion now works for empty names on non-Windows. * #2782: Folders can now be symbolic links also when using ~-relative paths. New features and enhancements: * #3340: The discovered device addresses are now shown for disconnected devices.