Tags: wangshiyang/syncthing
Tags
v0.13.7 Fixes the issue with the GUI being grey on startup (syncthing#3301)
v0.13.6 This is a bugfix release. There are also multiple cleanups and minor improvements to the web UI by @norgeous. Resolved issues: * syncthing#3262: v0.13.5 -no-upgrade build now requires gcc (by @calmh, reviewed by @AudriusButkevicius) * syncthing#3267: Favicon should not be animated (by @calmh, reviewed by @AudriusButkevicius) * syncthing#3136: Toggling HTTP/HTTPS breaks GUI/API (by @calmh, reviewed by @canton7) * syncthing#3287: Understand older/newer Hello messages (by @calmh, reviewed by @AudriusButkevicius) * Warnings on relay connectivity issues are reduced (by @scienmind)
v0.13.5 This is mainly a bugfix release. Resolved issues: * syncthing#3099: Please move the debian folder debian: Rename debian directory to debtpl (by @calmh) * syncthing#3201: api: /rest/system/browse behaves strangely on Windows lib/osutil: Fix globbing at root (by @AudriusButkevicius, reviewed by @calmh) * syncthing#3174: Ignore patterns with non-ASCII characters causes out of memory crash vendor: Update github.com/gobwas/glob (by @calmh) * syncthing#3193: Upgrading a running syncthing from CLI doesn't work cmd/syncthing: Fix upgrade of running syncthing from CLI (by @alex2108, reviewed by @calmh) * syncthing#3182: Sort out http caching strategy cmd/syncthing: Be more explicit about how assets should be cached (by @canton7, reviewed by @calmh) * syncthing#3204: gui: Allow Anon usage Reporting dialogue shows html code gui: Extract URL from translated string (by @calmh, reviewed by @AudriusButkevicius) * syncthing#3223: Panic when connecting to relay via SOCKS proxy lib/connections: Handle wrapped connection in SetTCPOptions (by @calmh, reviewed by @AudriusButkevicius) * syncthing#3223: Panic when connecting to relay via SOCKS proxy lib/relay: Correctly get IP from remote addr via proxy (by @calmh, reviewed by @AudriusButkevicius) * syncthing#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) * syncthing#1018: gui: Use favicon as an indicator of Syncthing status gui: Use favicon as indication for status (by @norgeous, reviewed by @AudriusButkevicius) * syncthing#3236: gui: Editing a device duplicates it on the folder gui: Fix editing devices (by @AudriusButkevicius, reviewed by @calmh) * syncthing#3068: Unshared folder should still have status "scanning" when scanning gui: Show 'scanning' on unshared folders (by @norgeous, reviewed by @AudriusButkevicius) * syncthing#901: Re-enable autoupgrade for custom builds cmd/syncthing: Re-enable auto upgrade for dev builds (by @calmh, reviewed by @AudriusButkevicius) * syncthing#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.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 (syncthing#3142, @calmh) * lib/model: Leave temp file in place when final rename fails (syncthing#3146, @calmh) * lib/model: Track puller creation times (syncthing#3145, @AudriusButkevicius) * gui: Set CSRF stuff earlier (syncthing#3138, @calmh) * cmd/syncthing: Correctly set, parse and compare modified time HTTP headers (syncthing#3165, @calmh) * lib/util: Add secure random numbers source (syncthing#3178, @calmh) * lib/upgrade: Prefer a minor upgrade over a major (syncthing#3163, @calmh) * cmd/syncthing: Do not modify events (syncthing#3002, @AudriusButkevicius) * lib/model: Fix wild completion percentages (syncthing#3102, @AudriusButkevicius) * cmd/syncthing: Use API to generate API Key and folder ID (syncthing#3179, @calmh)
v0.13.2 This release fixes a security flaw in the REST API and is recommended for all users. Resolved issues: * gui: Update translations (syncthing#3125, @AudriusButkevicius) * lib/connections: Do not resolve addresses (syncthing#3129, @AudriusButkevicius) * cmd/syncthing: Enforce stricter CSRF policy on /rest GET requests (syncthing#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.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 (syncthing#3103, @calmh) * gui, lib: Add missing licenses (syncthing#3100, @aviau) * lib/connections: Correctly add port to portless tcp:// URLs (syncthing#3115, @calmh)
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.
PreviousNext