Syncthing - Open Source BitTorrent sync alternative

Discussion in 'other software & services' started by dogbite, Sep 25, 2015.

  1. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,660
    Location:
    Under a bushel ...
    Successfully using Syncthing to sync mainly my folders of portables on D:\ drive on two laptops. Neat.
     
  2. guest

    guest Guest

    Syncthing v1.11.0 Released (November 3, 2020)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-11-0/15806
    v1.11.0
    This release adds the sendFullIndexOnUpgrade option to control whether all index data is resent when an upgrade is detected, equivalent to starting Syncthing with --reset-deltas. This (sendFullIndexOnUpgrade=true) used to be the behavior in previous versions, but is mainly useful as a troubleshooting step and causes high database churn. The new default is false.

    Bugfixes:
    • #6994: "panic: filling Blocks: leveldb: snapshot released" on folder save
    • #7002: "Syncing (NaN%, 0 B)" when syncing 0-byte files
    • #7008: Filenames containing dots lead to a "The system cannot find the file specified" sync error
    • #7021: Tests fail when building the Alpine pkg on aarch64
    • #7034: Folders getting stuck in "Syncing" after a20c6ca after doing changes when folders are paused
    • #7035: Devices Announcing LAN addresses even with AnnounceLANAddresses set to off/false
    • #7036: Shutting Syncthing down while pushing files to multiple devices corrupts the database?
    Enhancements:
    • #6982: Disable full index transmission on upgrade
    • #7020: Do not disconnect when changing folder settings
    • #7028: Detect and optionally report non-fatal failures
    Syncthing v1.11.1 Released (November 4, 2020)
     
    Last edited by a moderator: Nov 4, 2020
  3. guest

    guest Guest

    Syncthing v1.12.0 Released (December 1, 2020)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-12-0/15953
    v1.12.0
    This release adds a new config REST API 7.

    Bugfixes
    • #5360 2: Dangling symlink prevents filesystem watcher on FreeBSD
    • #6664: Panic due to internal folder context used on exported methods
    • #7063: panic: runtime error: invalid memory address or nil pointer dereference
    • #7077: GUI stuck with “id is not defined” error when trying to ignore non-existent folder
    • #7098 2: File deletions are not being synced in newly shared folders
    Enhancements
    • #6540: Config PATCH/PUT/DELETE API
    • #7099: Add a html message to GUI when javascript is disabled
    • #7108: Certificate for relaysrv with better naming
     
  4. guest

    guest Guest

    Syncthing v1.12.1 Released (January 6, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-12-1/16137
    v1.12.1
    Bugfixes:
    • #7075: Invalid names are allowed and "auto accepted" in folder root path on Windows
    • #7122: Sometimes indexes for some folders aren't sent after starting Syncthing
    • #7137: [Untrusted] Remove Unexpected Items leaves things behind
    • #7138: Wrong theme on selection
    • #7144: Quic spamming address resolving
    • #7152: Restart of Syncthing with receive-encrypted folder creates sync-conflicts, adds as unexpected items
    • #7153: Deleted locally changed items still shown as locally changed
    Enhancements:
    • #4824: Allow specifying remote expected web UI port which would generate a href somewhere
    • #7117: Ignore fsync errors when saving ignore files
     
  5. guest

    guest Guest

    Syncthing v1.13.0 Released (February 2, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-13-0/16292
    v1.13.0
    This release adds configuration options for min/max connections (see Connection Limits — Syncthing v1 documentation 2) and moves the storage of pending devices/folders from the config to the database (see REST API — Syncthing v1 documentation 1).

    Bugfixes
    • #7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
    • #7076 2: File not detected due to watching reporting events on old, deleted path
    • #7165: Connections aren’t actually closed when closing a protocol connection
    • #7184: Spurious unexpected directory in untrusted folder
    • #7197: In Recent Changes, the Device column is empty
    • #7231: panic: deadlock detected at fmut
    Enhancements
    • #7176: Active connections min/max setting
    • #7178 3: Pending devices and folders should live in the database instead of configuration
    Other issues
    • #6551: Test failure because of umask
     
  6. guest

    guest Guest

    Syncthing 1.14.0 Released (March 2, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-14-0/16430
    v1.14.0
    This release adds configurable device and folder defaults.
    The output format of the /rest/db/browse endpoint 1 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 2: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
    • #7267 1: 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 1: 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 2: 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 5: Editable default values for folders, devices
    • #5187: Remove pending folders if remote device no longer announces them
    • #6949 6: Visual eye sore on Advanced Configuration page.
    • #7340 1: Change name from “Open Source Continuous File Synchronization” to “Syncthing” in Windows Firewall
    Other issues
    • #7344 2: Very slow tests due to encryption token generation
     
  7. guest

    guest Guest

    Syncthing 1.18.0 Released (July 6, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-18-0/17051
    v1.18.0
    Bugfixes:

    • #7708: irreversible Local Additions after re-adding the same folder as Receive Only
    • #7731: Scan due to watcher can not found local change while modify file to empty
    • #7733: TypeError: Cannot read property ‘urAccepted’ of undefined
    • #7741: Out-of-sync state of zero-byte files is not reflected on peers
    Enhancements:
    • #7700: Add rest endpoint(s) to dismiss pending folder/device invitations
    • #7705: Accepting a receive encrypted folder share should prompt the user to input a password
    • #7722: Database GC can block for a long time
    • #7724: Ensure encryption to untrusted on new, trusted device on an existing folder
    • #7742: Use defaults for missing fields on the config rest API
    • #7743: Show discovery and listener status when not failed
     
  8. guest

    guest Guest

    Syncthing 1.18.1 Released (Augsut 3, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-18-1/17184
    v1.18.1
    Bugfixes

    • #7704: Changing folder type from receive encrypted to a different type corrupts the database
    • #7706: Delete Unexpected Items in receive encrypted folder is unable to delete “.stfolder.removed-*”
    • #7740: Incorrect local state when using negated patterns inside ignored parent folder on both sides
    • #7809: Syncthing attemps IPv4 addresses for quic6:// peers
    • #7839: Not exposed string for translation
    • #7845: Strings unavailable for translation
     
  9. guest

    guest Guest

  10. guest

    guest Guest

  11. guest

    guest Guest

    Syncthing 1.18.4 Released (November 2, 2021)
    Website
    Download / (GitHub)
    https://forum.syncthing.net/t/syncthing-v1-18-4/17549
    1.18.4
    Bugfixes:
    • #7991: Encryption trailer not updated on shortcut
    • #7994: Index "out of sync with reality" on receive-encrypted folder
    • #8000: stdiscosrv + strelaysrv systemd services not restarting on upgrade
    • #8012: Not retrying to sync when a new connection is established
    Enhancements:
    • #4293: make "Reduced by ignore patterns" label act like "editIgnoresButton"
     
  12. guest

    guest Guest

    Syncthing 1.19.0 Released (February 1, 2022)
    Website
    Announcement
    Download / (GitHub)
     
  13. guest

    guest Guest

    Syncthing 1.19.1 Released (March 1, 2022)
    Website
    Announcement
    Download / (GitHub)
    1.19.1
    Bugfixes:
    • #7850: junctionsAsDirs requires folder pause and resume to trigger
    • #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher
    • #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device
    • #8143: Behavior of discovery server doesn't match documentation
    • #8145: Folder ID not editable in add folder dialog
    Enhancements:
    • #7942: Improve error message about folder marker outside of folder
    • #8130: CLI: add command to print pending folders offered by specific device
     
  14. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    27,183
    Location:
    UK
    https://forum.syncthing.net/t/discontinuing-syncthing-android/23002
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.