Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.13.6
    v0.13.6
    
    This is a bugfix release. There are also multiple cleanups and minor
    improvements to the web UI by @norgeous.
    
    Resolved issues:
    
    * #3262: v0.13.5 -no-upgrade build now requires gcc (by @calmh, reviewed by @AudriusButkevicius)
    * #3267: Favicon should not be animated (by @calmh, reviewed by @AudriusButkevicius)
    * #3136: Toggling HTTP/HTTPS breaks GUI/API (by @calmh, reviewed by @canton7)
    * #3287: Understand older/newer Hello messages (by @calmh, reviewed by @AudriusButkevicius)
    * Warnings on relay connectivity issues are reduced (by @scienmind)
    
  • v0.13.5
    v0.13.5
    
    This is mainly a bugfix release.
    
    Resolved issues:
    
    * #3099: Please move the debian folder
    
      debian: Rename debian directory to debtpl (by @calmh)
    
    * #3201: api: /rest/system/browse behaves strangely on Windows
    
      lib/osutil: Fix globbing at root (by @AudriusButkevicius, reviewed by
      @calmh)
    
    * #3174: Ignore patterns with non-ASCII characters causes out of memory
      crash
    
      vendor: Update github.com/gobwas/glob (by @calmh)
    
    * #3193: Upgrading a running syncthing from CLI doesn't work
    
      cmd/syncthing: Fix upgrade of running syncthing from CLI (by @alex2108,
      reviewed by @calmh)
    
    * #3182: Sort out http caching strategy
    
      cmd/syncthing: Be more explicit about how assets should be cached (by
      @canton7, reviewed by @calmh)
    
    * #3204: gui: Allow Anon usage Reporting dialogue shows html code
    
      gui: Extract URL from translated string (by @calmh, reviewed by
      @AudriusButkevicius)
    
    * #3223: Panic when connecting to relay via SOCKS proxy
    
      lib/connections: Handle wrapped connection in SetTCPOptions (by @calmh,
      reviewed by @AudriusButkevicius)
    
    * #3223: Panic when connecting to relay via SOCKS proxy
    
      lib/relay: Correctly get IP from remote addr via proxy (by @calmh,
      reviewed by @AudriusButkevicius)
    
    * #3201: api: /rest/system/browse behaves strangely on Windows
    
      gui: /rest/system/browse with no arguments returns drives on Windows (by
      @AudriusButkevicius, reviewed by @calmh)
    
    * #1018: gui: Use favicon as an indicator of Syncthing status
    
      gui: Use favicon as indication for status (by @norgeous, reviewed by
      @AudriusButkevicius)
    
    * #3236: gui: Editing a device duplicates it on the folder
    
      gui: Fix editing devices (by @AudriusButkevicius, reviewed by @calmh)
    
    * #3068: Unshared folder should still have status "scanning" when scanning
    
      gui: Show 'scanning' on unshared folders (by @norgeous, reviewed by
      @AudriusButkevicius)
    
    * #901: Re-enable autoupgrade for custom builds
    
      cmd/syncthing: Re-enable auto upgrade for dev builds (by @calmh, reviewed
      by @AudriusButkevicius)
    
    * #3143: Date and time of last scan
    
      lib/model, lib/stats: Keep track of folder's last scan time (by @Majed
      Abdulaziz, reviewed by @AudriusButkevicius)
    
  • v0.13.4
    v0.13.4
    
    This is a bug fix release that corrects a deadlock introduced in v0.13.3.
    
  • v0.13.3
    c5131710 · gui: Update translations ·
    v0.13.3
    
    This is a bug fix release to fix a number of issues introduced in the v0.13 release.
    
    Resolved issues:
    
    * vendor: Replace github.com/jackpal/gateway with github.com/calmh/gateway (#3142, @calmh)
    * lib/model: Leave temp file in place when final rename fails (#3146, @calmh)
    * lib/model: Track puller creation times (#3145, @AudriusButkevicius)
    * gui: Set CSRF stuff earlier (#3138, @calmh)
    * cmd/syncthing: Correctly set, parse and compare modified time HTTP headers (#3165, @calmh)
    * lib/util: Add secure random numbers source (#3178, @calmh)
    * lib/upgrade: Prefer a minor upgrade over a major (#3163, @calmh)
    * cmd/syncthing: Do not modify events (#3002, @AudriusButkevicius)
    * lib/model: Fix wild completion percentages (#3102, @AudriusButkevicius)
    * cmd/syncthing: Use API to generate API Key and folder ID (#3179, @calmh)
    
  • v0.13.2
    v0.13.2
    
    This release fixes a security flaw in the REST API and is recommended for all
    users.
    
    Resolved issues:
    
    * gui: Update translations (#3125, @AudriusButkevicius)
    * lib/connections: Do not resolve addresses (#3129, @AudriusButkevicius)
    * cmd/syncthing: Enforce stricter CSRF policy on /rest GET requests (#3134, @calmh)
    
    New enhancements:
    
    * The verbose log output (-verbose) and audit log (-audit) will now contain
      information about changes to local files.
    
    This release changes the behavior of HTTP requests to the /rest interface. All
    such requests must now be accompanied by either a CSRF token or the API key.
    
  • v0.12.25
    v0.12.25
    
  • v0.13.1
    v0.13.1
    
    Fixes two bugs resulting in things not connecting after upgrade to v0.13.0.
    Also please read the v0.13.0 relase notes. This release is not compatible with
    v0.12.x.
    
    * lib/config: Don't migrate non-HTTPS-URL discovery servers to new path (#3103, @calmh)
    * gui, lib: Add missing licenses (#3100, @aviau)
    * lib/connections: Correctly add port to portless tcp:// URLs (#3115, @calmh)
    
  • v0.13.0
    Syncthing v0.13.0 "Copper Cockroach"
    ====================================
    
    Upgrade Notes
    -------------
    
    - v0.13 is not protocol compatible with v0.12.
    
    - The database format has changed. It will be migrated without rescan on
      first startup, but the first startup may take longer than usual.
    
    Major Changes Since v0.12
    -------------------------
    
    Devices now announce files that are in progress of being downloaded, in
    addition to those that are already complete. This means a device can serve
    parts of a file to other devices before it has completed the download
    itself.
    
    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.
    
    When receiving a connection attempt from an unknown device Syncthing will
    now show the name of that device, not only it's ID.
    
    Syncthing will now manage port mappings on NAT-PMP compliant routers, in
    addition to the existing UPnP support.
    
    Minor Changes and Improvements
    ------------------------------
    
    - Ignored files can now be tagged with the prefix (?d) to indicate that
      Syncthing may delete these files if they remain when deleting a directory.
      Ignore patterns use less memory by default.
    
    - The address for sync connections, both the listening side and for remote
      devices, can now be made IPv4- or IPv6-only. Use the tcp4:// or tcp6://
      schemes to specify one or the other. The default tcp:// is still dual
      stack. Additionally, relays are now treated as listen addresses and set in
      the same configuration setting.
    
    - The folder settings dialog has been cleaned up.
    
    - The environment variable ALL_PROXY_NO_FALLBACK can be set to disable
      falling back to direct connections in the absence of a working proxy.
    
    - Many, many bug fixes.
    
    Known Issues
    ------------
    
    - The "Syncing" complete percentage for remote devices may erronously
      display more than 100% (i.e. 156% or 297%) while a remote device is still
      synchronizing.
    
  • older-releases
    f2f9113f · nothing: Dummy commit ·
    older-releases
  • v0.12.24
    v0.12.24
    
  • v0.12.23
    v0.12.23
    
  • v0.13.0-beta.4
    v0.13.0-beta.4
    
  • v0.13.0-beta.3
    v0.13.0-beta.3
    
  • v0.12.22
    v0.12.22
    
  • v0.13.0-beta.2
    v0.13.0-beta.2
    
  • v0.13.0-beta.1
    v0.13.0-beta.1
    
  • v0.12.21
    v0.12.21
    
  • v0.12.20
    v0.12.20
    
  • v0.12.19
    c482cbbe · Docs & translations ·
    v0.12.19
    
  • phabricator/diff/4
    cd7b8736 · wip ·