-
v1.17.0-rc.387d3a836 · ·
v1.17.0-rc.3 This release deprecates TLS 1.2 for sync connections; other side should be Syncthing 1.3.0 or newer, or see [insecureAllowOldTLSVersions](https://docs.syncthing.net/advanced/option-insecure-allow-old-tls-versions.html). Bugfixes: - #7592: Web UI doesn't handle long machine names well - #7593: ChaCha priority detection logic broken - #7608: Files ignored on one remote do not get synced Enhancements: - #7580: Improve logging for service failures - #7594: Consider removing support for TLS <1.3 on sync connections - #7600: Fast connect to new devices following config update - #7636: Improve QUIC performance
-
v1.17.0-rc.2c494ced2 · ·
v1.17.0-rc.2 This release deprecates TLS 1.2 for sync connections; other side should be Syncthing 1.3.0 or newer, or see [insecureAllowOldTLSVersions](https://docs.syncthing.net/advanced/option-insecure-allow-old-tls-versions.html). Bugfixes: - #7592: Web UI doesn't handle long machine names well - #7593: ChaCha priority detection logic broken - #7608: Files ignored on one remote do not get synced Enhancements: - #7580: Improve logging for service failures - #7594: Consider removing support for TLS <1.3 on sync connections - #7600: Fast connect to new devices following config update - #7636: Improve QUIC performance
-
v1.17.0-rc.1a8e2fc6f · ·
v1.17.0-rc.1 This release deprecates TLS 1.2 for sync connections; other side should be Syncthing 1.3.0 or newer, or see [insecureAllowOldTLSVersions](https://docs.syncthing.net/advanced/option-insecure-allow-old-tls-versions.html). Bugfixes: - #7592: Web UI doesn't handle long machine names well - #7593: ChaCha priority detection logic broken - #7608: Files ignored on one remote do not get synced Enhancements: - #7580: Improve logging for service failures - #7594: Consider removing support for TLS <1.3 on sync connections - #7600: Fast connect to new devices following config update - #7636: Improve QUIC performance
-
v1.16.0ec86db17 · ·
v1.16.0 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7379: "Warning, this path is a subdirectory of an existing folder" does not appear when editing only folder label - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] - #7584: Folder label missing from folder path when adding new folders Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
-
v1.16.0-rc.3ec86db17 · ·
v1.16.0-rc.3 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7379: "Warning, this path is a subdirectory of an existing folder" does not appear when editing only folder label - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] - #7584: Folder label missing from folder path when adding new folders Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
-
v1.16.0-rc.2156d96e5 · ·
v1.16.0-rc.2 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7551: QUIC: failed to determine receive buffer size: doesn't have a SyscallConn - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" - #7568: panic: runtime error: slice bounds out of range [24:3] Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
-
v1.16.0-rc.1f71fcd44 · ·
v1.16.0-rc.1 This release adds untrusted / encrypted devices for public testing. It should still be considered beta / testing-only. Bugfixes: - #7026: panic: key not found when repairing DB - #7533: Remote completion on untrusted devices is incorrect - #7548: Upgrading syncthing-relaysrv to 1.15.0 fails in post-installation - #7557: Encrypted folder(s) on Windows reported as "Unexpected Objects" Enhancements: - #109: Support for file encryption (e.g. non-trusted servers) - #3322: GUI "Out of sync" modal uses massive amounts of CPU in browser - #7520: Ask for confirmation before reverting/overriding a folder
-
v1.15.0fb4fdaf4 · ·
[v1.15.0](https://github.com/syncthing/syncthing/releases/v1.15.0) This release fixes a vulnerability where Syncthing and the relay server can crash due to malformed relay protocol messages (CVE-2021-21404); see https://github.com/syncthing/syncthing/security/advisories/GHSA-x462-89pf-6r5h. This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - [#7198](https://github.com/syncthing/syncthing/issues/7198): Removing a folder and re-adding it again (untrusted) makes it not sync until restart - [#7385](https://github.com/syncthing/syncthing/issues/7385): infinite filesystem recursion due to missing file id - [#7419](https://github.com/syncthing/syncthing/issues/7419): panic "Snapshot(): database is closed" on start after wiping database - [#7429](https://github.com/syncthing/syncthing/issues/7429): "Ignore Patterns" tab disappears after visiting "Folder Defaults" - [#7434](https://github.com/syncthing/syncthing/issues/7434): Non-DNS-like computer name fails creation of HTTPS certificate - [#7451](https://github.com/syncthing/syncthing/issues/7451): strelaysrv v1.14.0 failing to load - [#7466](https://github.com/syncthing/syncthing/issues/7466): Receive-encrypted fails after a while: file with empty block list - [#7469](https://github.com/syncthing/syncthing/issues/7469): .stignore should be ignored in Receive Encrypted folders - [#7474](https://github.com/syncthing/syncthing/issues/7474): Device tries to push ignored files to a remote device in a 3-device setup - [#7481](https://github.com/syncthing/syncthing/issues/7481): Versioning help strings are not displayed in the GUI - [#7509](https://github.com/syncthing/syncthing/issues/7509): Sharing the first folder to an untrusted device on an established connection sends plain-text Enhancements: - [#6566](https://github.com/syncthing/syncthing/issues/6566): Ship stcli in main package - [#7457](https://github.com/syncthing/syncthing/issues/7457): Remove sub-second precision from the REST API rest/stats/device. - [#7514](https://github.com/syncthing/syncthing/issues/7514): Increase default strelaysrv network buffer size Other issues: - [#4719](https://github.com/syncthing/syncthing/issues/4719): Package stcli as Debian package - [#7199](https://github.com/syncthing/syncthing/issues/7199): Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.60d7a77ba · ·
v1.15.0-rc.6 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7198: Removing a folder and re-adding it again (untrusted) makes it not sync until restart - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI - #7509: Sharing the first folder to an untrusted device on an established connection sends plain-text Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. - #7514: Increase default strelaysrv network buffer size Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.539c2d1bc · ·
v1.15.0-rc.5 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.4cd21b8df · ·
v1.15.0-rc.4 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7385: infinite filesystem recursion due to missing file id - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" - #7434: Non-DNS-like computer name fails creation of HTTPS certificate - #7451: strelaysrv v1.14.0 failing to load - #7466: Receive-encrypted fails after a while: file with empty block list - #7469: .stignore should be ignored in Receive Encrypted folders - #7474: Device tries to push ignored files to a remote device in a 3-device setup - #7481: Versioning help strings are not displayed in the GUI Enhancements: - #6566: Ship stcli in main package - #7457: Remove sub-second precision from the REST API rest/stats/device. Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.3cf838c71 · ·
v1.15.0-rc.3 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.25548a8eb · ·
v1.15.0-rc.2 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on important production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.15.0-rc.1c1d06d95 · ·
v1.15.0-rc.1 This release updates the CLI to use subcommands and adds the subcommands `cli` (previously standalone `stcli` utility) and `decrypt` (for offline verifying and decrypting encrypted folders). With this release we invite everyone to test the "untrusted (encrypted) devices" feature. You should not use it yet on critical production data. Thus UI controls are hidden behind a feature flag. For more information, visit: https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470 Bugfixes: - #7419: panic "Snapshot(): database is closed" on start after wiping database - #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults" Enhancements: - #6566: Ship stcli in main package Other issues: - #4719: Package stcli as Debian package - #7199: Build script -no-upgrade handling is unintuitive
-
v1.14.0e2e5643c · ·
v1.14.0 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
-
v1.14.0-rc.3e2e5643c · ·
v1.14.0-rc.3 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
-
v1.14.0-rc.260c218ef · ·
v1.14.0-rc.2 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes - #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices - #7354: Error message when external versioning fails is ambiguous - #7371: junctionsAsDirs requires Syncthing restart to trigger Enhancements: - #944: Handle info labels that are longer than available space - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation
-
v1.14.0-rc.1d8421979 · ·
v1.14.0 This release adds configurable device and folder defaults. The output format of the [/rest/db/browse endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has changed. Bugfixes: - #5426: Old device removed from introducer isn't removable from other devices - #6086: Default Folder uses different config than user-created folders - #7257: Rescan All button should be greyed out when all folders are paused. - #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files - #7267: GUI log tailing is broken if closed when scrolled up - #7268: Data requests block each other, and some API requests, due to casefs lock contention - #7270: Data requests block API requests that also touch the filesystem - #7273: Data requests block adding new folder - #7280: Stopped folder not synchronizing after a rescan - #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed - #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration - #7333: Encrypted folder fails to serve files < 1024 bytes Enhancements: - #4224: Editable default values for folders, devices - #5187: Remove pending folders if remote device no longer announces them - #6949: Visual eye sore on Advanced Configuration page. - #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall Other issues: - #7344: Very slow tests due to encryption token generation