All Versions
86
Latest Version
Avg Release Cycle
6 days
Latest Release
839 days ago

Changelog History
Page 9

  • v1.2.1-rc.1 Changes

    July 16, 2019

    v1.2.1

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #5801: panic: close of nil channel in relay client stop
    • โฌ†๏ธ #5803: Web UI shows confusing description on RC builds when upgrades are disabled
    • โšก๏ธ #5828: panic: Index update for not running folder
    • ๐Ÿ”€ #5833: Paused folder shows filesystem watcher error
    • ๐Ÿ”€ #5837: panic: runtime error: index out of range in recheckFile
    • #5849: Cannot concatenate external versioner template variables ("%FOLDER_PATH%/%FILE_PATH%")

    โœจ Enhancements

    • โšก๏ธ #5811: Download progress of folders in the UI should update more frequently

    Other issues

    • ๐Ÿ”€ #5754: Support paging on jobQueue.Jobs
    • ๐Ÿ”€ #5813: Potential bugs on old cores: using 64-bit functions sync/atomic
    • ๐Ÿ”€ #5853: Inconsistent handling of empty folder path
  • v1.2.0 Changes

    July 09, 2019

    v1.2.0

    Important notes

    ๐Ÿš€ This release does not interoperate with Syncthing 0.14.45 or older.

    ๐Ÿš€ This release adds QUIC with NAT traversal as a new transport protocol. TCP
    is usually more performant and remains the preferred way of connection when
    possible.

    ๐Ÿš€ This release adds automatic crash reporting. See
    ๐Ÿ”€ https://docs.syncthing.net/users/crashrep.html for details.

    ๐Ÿš€ This release makes large / variable block size the only available mode of
    ๐Ÿ‘€ operation; small / fixed blocks are deprecated. See
    ๐Ÿ”€ https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.

    ๐Ÿš€ This release reverts the version naming change in #4586 (v1.1.4). Versions
    are now named with the time of their archiving, and the file modification
    ๐Ÿ‘ป time is unchanged when archiving. An exception to this is the "Trashcan"
    ๐Ÿ”– versioner which does not modify the name - instead it does set the file
    modification time the time of archiving.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
    • ๐Ÿ”€ #5609: Filesystem watching failed when parent folder is not listable
    • ๐Ÿ”€ #5652: Connection error after closing failed items list and opening another list
    • ๐Ÿ”€ #5765: Verioner cleanup looks at the wrong time
    • ๐Ÿ”€ #5766: Support bundle doesn't include errors list, instead printing an error
    • ๐Ÿ”€ #5770: Scan failure blocks "Rescan" button
    • ๐Ÿ”€ #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
    • ๐Ÿ”€ #5780: Panic when folder disappears while scanning
    • ๐Ÿ”€ #5781: Shutdown takes too long, triggering fmut deadlock panic
    • ๐Ÿ”€ #5791: Puller complains about invalid filenames which are long gone

    โœจ Enhancements

    • ๐Ÿ”€ #959: Automatic error log sending to dev. team
    • ๐Ÿ”€ #3345: Show last connection error per discovered address
    • ๐Ÿ”€ #5377: Use of QUIC for transport
    • ๐Ÿณ #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
    • ๐Ÿ”€ #5697: Handle fatal watch errors gracefully
    • ๐Ÿ”€ #5774: WebUI table column widths broken on narrow displays

    Other issues

    • ๐Ÿ”€ #5760: Dead link in README.md
    • ๐Ÿ”€ #5796: TestPullInvalidIgnoredSR/SO is flaky
  • v1.2.0-rc.4 Changes

    June 28, 2019

    v1.2.0

    Important notes

    ๐Ÿš€ This release does not interoperate with Syncthing 0.14.45 or older.

    ๐Ÿš€ This release adds QUIC with NAT traversal as a new transport protocol. TCP
    is usually more performant and remains the preferred way of connection when
    possible.

    ๐Ÿš€ This release adds automatic crash reporting. See
    ๐Ÿ”€ https://docs.syncthing.net/users/crashrep.html for details.

    ๐Ÿš€ This release makes large / variable block size the only available mode of
    ๐Ÿ‘€ operation; small / fixed blocks are deprecated. See
    ๐Ÿ”€ https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.

    ๐Ÿš€ This release reverts the version naming change in #4586 (v1.1.4). Versions
    are now named with the time of their archiving, and the file modification
    ๐Ÿ‘ป time is unchanged when archiving. An exception to this is the "Trashcan"
    ๐Ÿ”– versioner which does not modify the name - instead it does set the file
    modification time the time of archiving.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
    • ๐Ÿ”€ #5609: Filesystem watching failed when parent folder is not listable
    • ๐Ÿ”€ #5652: Connection error after closing failed items list and opening another list
    • ๐Ÿ”€ #5765: Verioner cleanup looks at the wrong time
    • ๐Ÿ”€ #5766: Support bundle doesn't include errors list, instead printing Support bundle: failed to create errors.json: <nil>
    • ๐Ÿ”€ #5770: Scan failure blocks "Rescan" button
    • ๐Ÿ”€ #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
    • ๐Ÿ”€ #5780: Panic when folder disappears while scanning
    • ๐Ÿ”€ #5781: Shutdown takes too long, triggering fmut deadlock panic
    • ๐Ÿ”€ #5791: Puller complains about invalid filenames which are long gone

    โœจ Enhancements

    • ๐Ÿ”€ #959: Automatic error log sending to dev. team
    • ๐Ÿ”€ #3345: Show last connection error per discovered address
    • ๐Ÿ”€ #5377: Use of QUIC for transport
    • ๐Ÿณ #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
    • ๐Ÿ”€ #5697: Handle fatal watch errors gracefully
    • ๐Ÿ”€ #5774: WebUI table column widths broken on narrow displays

    Other issues

    • ๐Ÿ”€ #5760: Dead link in README.md
    • ๐Ÿ”€ #5796: TestPullInvalidIgnoredSR/SO is flaky
  • v1.2.0-rc.3 Changes

    June 25, 2019

    v1.2.0

    Important notes

    ๐Ÿš€ This release does not interoperate with Syncthing 0.14.45 or older.

    ๐Ÿš€ This release adds QUIC with NAT traversal as a new transport protocol. TCP
    is usually more performant and remains the preferred way of connection when
    possible.

    ๐Ÿš€ This release adds automatic crash reporting. See
    ๐Ÿ”€ https://docs.syncthing.net/users/crashrep.html for details.

    ๐Ÿš€ This release makes large / variable block size the only available mode of
    ๐Ÿ‘€ operation; small / fixed blocks are deprecated. See
    ๐Ÿ”€ https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.

    ๐Ÿš€ This release reverts the version naming change in #4586 (v1.1.4). Versions
    are now named with the time of their archiving, and the file modification
    ๐Ÿ‘ป time is unchanged when archiving. An exception to this is the "Trashcan"
    ๐Ÿ”– versioner which does not modify the name - instead it does set the file
    modification time the time of archiving.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
    • ๐Ÿ”€ #5609: Filesystem watching failed when parent folder is not listable
    • ๐Ÿ”€ #5652: Connection error after closing failed items list and opening another list
    • ๐Ÿ”€ #5765: Verioner cleanup looks at the wrong time
    • ๐Ÿ”€ #5766: Support bundle doesn't include errors list, instead printing Support bundle: failed to create errors.json: <nil>
    • ๐Ÿ”€ #5770: Scan failure blocks "Rescan" button
    • ๐Ÿ”€ #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
    • ๐Ÿ”€ #5780: Panic when folder disappears while scanning
    • ๐Ÿ”€ #5781: Shutdown takes too long, triggering fmut deadlock panic
    • ๐Ÿ”€ #5791: Puller complains about invalid filenames which are long gone

    โœจ Enhancements

    • ๐Ÿ”€ #959: Automatic error log sending to dev. team
    • ๐Ÿ”€ #3345: Show last connection error per discovered address
    • ๐Ÿ”€ #5377: Use of QUIC for transport
    • ๐Ÿณ #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
    • ๐Ÿ”€ #5697: Handle fatal watch errors gracefully
    • ๐Ÿ”€ #5774: WebUI table column widths broken on narrow displays

    Other issues

    • ๐Ÿ”€ #5760: Dead link in README.md
    • ๐Ÿ”€ #5796: TestPullInvalidIgnoredSR/SO is flaky
  • v1.2.0-rc.2 Changes

    June 18, 2019

    v1.2.0

    Important notes

    ๐Ÿš€ This release does not interoperate with Syncthing 0.14.45 or older.

    ๐Ÿš€ This release adds QUIC with NAT traversal as a new transport protocol. TCP
    is usually more performant and remains the preferred way of connection when
    possible.

    ๐Ÿš€ This release adds automatic crash reporting. See
    ๐Ÿ”€ https://docs.syncthing.net/users/crashrep.html for details.

    ๐Ÿš€ This release makes large / variable block size the only available mode of
    ๐Ÿ‘€ operation; small / fixed blocks are deprecated. See
    ๐Ÿ”€ https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
    • ๐Ÿ”€ #5609: Filesystem watching failed when parent folder is not listable
    • ๐Ÿ”€ #5652: Connection error after closing failed items list and opening another list
    • ๐Ÿ”€ #5765: Verioner cleanup looks at the wrong time
    • ๐Ÿ”€ #5766: Support bundle doesn't include errors list, instead printing Support bundle: failed to create errors.json: <nil>
    • ๐Ÿ”€ #5770: Scan failure blocks "Rescan" button
    • ๐Ÿ”€ #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
    • ๐Ÿ”€ #5780: Panic when folder disappears while scanning
    • ๐Ÿ”€ #5781: Shutdown takes too long, triggering fmut deadlock panic
    • ๐Ÿ”€ #5791: Puller complains about invalid filenames which are long gone

    โœจ Enhancements

    • ๐Ÿ”€ #959: Automatic error log sending to dev. team
    • ๐Ÿ”€ #3345: Show last connection error per discovered address
    • ๐Ÿ”€ #5377: Use of QUIC for transport
    • ๐Ÿณ #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
    • ๐Ÿ”€ #5697: Handle fatal watch errors gracefully
    • ๐Ÿ”€ #5774: WebUI table column widths broken on narrow displays

    Other issues

    • ๐Ÿ”€ #5760: Dead link in README.md
    • ๐Ÿ”€ #5796: TestPullInvalidIgnoredSR/SO is flaky
  • v1.0.1-cs.1

    January 19, 2020