v10.8.11 for Windows (December 8th, 2023):
- Fixes possible crashes when uploading only 1 file in parallel to FTP, caused by the new keep-alive feature from version 10.8.9.
v10.8.10 for Windows (December 6th, 2023):
- Can now use temporary filenames while uploading files using Sz compression. This will be done when the option “Automatically resume (copy with temporary filenames)” is used. Previously, the setting was ignored for uploading with Sz compression because the final compressed size is not known when the transfer starts. Interrupted Sz transfers can only use immediate resumes while the job is running; broken uploads have to start over from 0 when the job is started again. But the temporary filename is useful in many cases, especially to avoid confusing a partial file with a complete one.
v10.8.9 for Windows (December 3rd, 2023):
- Adds *.pdf;*.png to file masks not to copy on a block level basis.
- No longer restores file security while doing an integrity test.
- Deletes temp files when doing test integrity on Synthetic files.
- Keeps connections alive during the copying phase if there are multiple threads and one or more are currently idle.
v10.8.8 for Windows (November 30th, 2023):
- Adds buttons to the Monitoring Tool to stop all jobs in the network, stop all schedulers, and start all schedulers.
- Automatically replaces trailing space characters in folder and file names when uploading to DropBox, becaue these are forbidden.
- No longer checks base folder existence on S3 servers, especially when they are the source side, to avoid unnecessary error messages.
v10.8.7 for macOS (November 25th, 2023):
- Avoids locking files exclusively when uploading them via Internet Protocol, unless the database-safe mode with exclusive access is chosen.
v10.8.7 for Windows (November 24th, 2023):
- Makes it possible to combine two rarely used features, which would previously not work together: using an “Intermediate Copying Location” and continuous sync, aka “Use a single never-ending profile run”.
- Fixes a bug where download errors would not be completely handled, which could leave empty or incomplete files at the destination. Such files are now correctly managed again.
v10.8.6 for Windows (November 24th, 2023):
- Fixes a rare Access Violation error that could occur when verifying a file over SSH/SFTP using both the Sz file format and TGPuttyLib (only on Windows).
- Improved and uniform compiler optimization settings have been applied to all executables and languages.
v10.8.5 for Windows and Linux (November 22nd, 2023):
- Ensures that the new prompt from 10.8.4 appears only for background jobs if the user has activated it via the checkmark on the Program Settings dialog, tab sheet Misc (“Background jobs may prompt to turn on and connect missing drives”).
- Fixes binary file verification for various situations envolving the Sz file format and Synthetic Backup and/or using permissions embedded in the compressed file.
- No longer retries reading a folder due to duplicate folders on Google Drive.
- Syncovery can now migrate a mix of Microsoft and Google Documents from one Google Drive to another Google Drive and keep the original format. Except for drawings, which remain in the image format that was used for the download (such as PNG or JPG).
To achieve this, both sides must have Document Conversion enabled, and you need to take close look at the Google Docs tab sheet, which determines the types used for downloading. These types must also be checked for conversion upon upload.
The new feature needs to be enabled by pasting the following PascalScript into the profile, via the Job tab sheet and the PascalScript… checkmark:
function OnGetProfilePathBeforeListing(const isRightSide:Boolean;
var Path,UserName,Password:UnicodeString;
var AuthKey,AuthKeyPassword:AnsiString;
var Port:Integer):Boolean;
begin
ConvertOnlyConvertedGoogleDocs:=true;
Result:=true;
end;
v10.8.4 for Windows (November 18th, 2023):
- Improved prompts for missing volumes or devices.
- Minor fixes.
v10.8.3 for Linux (November 7th, 2023):
- Avoids timeout errors in the SMB connector (with code GSMBCS).
- Automatically replaces backslashes in folder and filenames when uploading to DropBox.
v10.8.3 for Windows (November 6th, 2023):
- Comparing two files via external diff tool from the Sync Preview now works with encrypted filenames too.
- Fixes a rare AWS signature V2 problem.
v10.8.2 for Windows (November 5th, 2023):
- Implements decompressing files when comparing two files via external diff tool from the Sync Preview.
- Prevents unnecessarily reducing block sizes after SFTP transfer interruptions with TGPuttyLib, which could cause slow transfers.
- Adds the new versioning option to the web GUI.
- Fixes exporting all profiles via XML from the Windows web GUI.
v10.8.1 for macOS (October 31st, 2023):
- Makes recent improvements from the Windows version available for macOS.
v10.8.1 for Windows (October 30th, 2023):
- Fixes an Access Violation error that could occur in v10.8.0.
- Fixes the “MIME-Version” header sometimes being added multiple times when sending a notification email.
v10.8.0 for Windows (October 30th, 2023):
- Adds the checkbox “Delete old file versions after X days” on the Versioning tab sheet.
- Fixes a problem where the changes-based listing method for cloud storages was not used although selected in the profile.
v10.7.11 for Windows (October 28th, 2023):
- Contains PascalScript enhancements for the new “Delete old files from source side” sample script
- If a native Google document cannot be exported from Google Drive, Syncovery will automatically create a link instead (as a .url file).
- The Sync Preview will now try to keep alive an FTP or SFTP session while Syncovery is idle, in order to avoid password expiry for temporary passwords.
- Fixes notication e-mails sometimes missing if deletions are disabled
v10.7.10 for Windows (October 22nd, 2023):
- Fixes downloading of temporary files for comparing in an external diff tool from the Sync Preview.
v10.7.9 for Windows (October 21st, 2023):
- Contains an improved Monitoring Tool that shows detailed progress regarding the status file downloads from FTP, and it should also show error messages, if any. In addition, there’s a checkmark for logging on the second tab sheet in the lower right. This will take effect immediately. So you don’t need to edit Syncovery.ini for logging any more.
- Avoids timeout errors causing remote listings to fail if access to uncompressed listing files is delayed for some reason.
v10.7.8 for Windows (October 17th, 2023):
- Avoids scanning the destination side for “Move Files to Destination” profiles when the source side is empty.
- Fixes some HTTP profiles not working in v10.7.7 when trying to download a specific file from a web site.
v10.7.7 for Windows (October 15th, 2023):
- Fixes a bug where real-time synchronization could unexpectedly remove empty folders.
- Jobs not run due to low memory will now show a warning status on the Profile Overview rather than only on the Scheduler tab sheet.
- When comparing folder attributes, Syncovery can now ignore the Archive attribute when you add IgnoreArchiveAttrForFolders=1 to the [Main] section of Syncovery.ini.
- Syncovery.exe can now be run with /MONITOR to launch the monitoring tool directly.
- Fixes the Syncovery Guardian Service not being restarted after installing an update.
v10.7.6 for Windows (October 11th, 2023):
- Fixes an error refreshing access tokens for OneDrive for Business that has started to occur with some Sharepoint sites.
- Improvements in responsiveness in the Monitoring Tool.
v10.7.5 for Windows (October 8th, 2023):
- Adds a checkmark to the Monitoring Tool, tab sheet “Configuration via Central Status Storage” to “use this machine as a broker than uploads other machine’s status information (obtained via direct connection – CIFS)”.
- Adds the OnNeedToReRun PascalScript hook that allows to determine if a job should be re-run after the re-run delay specified in the profile.
v10.7.4 for Windows (October 3rd, 2023):
- Fixes compatibility with some unusual S3 compatible servers that do not understand “Expect: 100-continue”.
- Uploading zip packages can now refrain from using a temporary file name if you add AvoidTempNameForPackageUploads=1 to Syncovery.ini.
v10.7.3 for Windows (October 2nd, 2023):
- Added an option to spawn separate subjobs simultaneously or not (previously the subjobs were always simultaneous).
- When using subjobs, the main job will no longer request recursive listings from cloud services such as S3 or PCloud. This will enable the sub-job feature to be used for large directly structures where a single recursive listing for the whole hierarchy cannot be provided by the servers.
v10.7.2 for Windows (September 21st, 2023):
- Adds an option to follow .lnk links on the tab sheet General Filters.
- Fixes one case where the OnActionComplete PascalScript hook was not called after moving a file.
v10.7.1 for Linux (September 19th, 2023):
- Fixes problems with DropBox folders or files that have straight double quotes in the name.
- Now always uses Database Fast Mode in continuous sync runs after the initial sync.
- Additional smaller improvements.
v10.7.0 for Linux (September 18th, 2023):
- Adds Citrix Sharefile as cloud storage.
- Continuous sync (aka “never ending profile run”) now keeps the cloud cache database in memory in all cases (previously it may have re-loaded the cache database in two-way sync jobs or if the profile was configured as a one-way download job from the cloud storage).
v10.7.0 for macOS (September 17th, 2023):
- Adds Citrix Sharefile as cloud storage.
- Fixes a bogus error message that sometimes occurred, similar to “Volume xyz seems to be the same as /”.
v10.7.0 for Windows (September 3rd, 2023):
- Adds Citrix Sharefile as cloud storage.
- Allows using the Graph protocol to connect to Sharepoint sites with an external guest account.
v10.6.17 for Windows (August 29th, 2023):
- Fixes a super rare hang condition.
v10.6.16 for Windows (August 28th, 2023):
- Fixes compatibility with FTP servers that disconnect when Syncovery tries the SITE UTIME command.
- Can handle incomplete DropBox listings better, as well as conflicts that occur as a result of incomplete cloud cache databases.
v10.6.15 for macOS and Windows (August 25th, 2023):
- A double-check for deleted files is no longer done unless specifically chosen under Files->Deletions in the profile.
- The Windows installer no longer uses WMI functions.
v10.6.14 for macOS (August 20th, 2023):
- Now compatible with macOS 14 Sonoma.
- Complies with a new Google Drive API requirement to pass access tokens as HTTP header.
v10.6.14 for Linux (August 19th, 2023):
- First release of a native ASUSTOR package.
- Complies with a new Google Drive API requirement to pass access tokens as HTTP header.
v10.6.13 for Windows (August 16th, 2023):
- Complies with a new Google Drive API requirement to pass access tokens as HTTP header.
v10.6.12 for Linux (August 13th, 2023):
- No longer tries to read extended attributes from any files if extended attribute copying is off.
- Fixes a possible critical section hang report.
v10.6.12 for Windows (August 10th, 2023):
- Fixes a problem with the integrated user management treating all users as admins.
v10.6.11 for Windows (August 9th, 2023):
- Fixes a problem with Box authentication when 2-step authentication is enabled.
v10.6.10 for Windows (August 5th, 2023):
- Fixes a problem caused by the new file size check for Google Drive downloads, which caused downloads of converted Google documents to fail.
v10.6.9 for Linux (August 4th, 2023):
- Updates the Linux version and includes an ARM 32 bit build again.
v10.6.9 for Windows (August 3rd, 2023):
- Fixes an error “invalid status file” in the Monitoring Tool which could be caused by different Syncovery versions using a different status file encryption key.
v10.6.8 for macOS (August 2nd, 2023):
- Fixes CPU usage when the profile result dialog is shown embedded in the main window.
- Includes recent improvements from the Windows version.
v10.6.8 for Windows (July 21st, 2023):
- Adds a double-check of downloaded file sizes from Google Drive.
v10.6.7 for Windows (July 18th, 2023):
- Now uses folder stub files for Azure BLOB Storage that are compatible with other apps, fixing a possible “duplicate folder” error.
v10.6.6 for Windows (July 13th, 2023):
- Adds file masks for Block Level Copying and Versioning.
- Support GPG for decryption, if you install gpg4win.
- Includes a stability fix when using real-time with cloud servers which are regularly checked for updates (for two-way syncs or to download from cloud, not for mere upload jobs).
v10.6.3 for Windows (July 1st, 2023):
- Adds retries to FTP file verification transfers.
- Minor fixes.
v10.6.2 for Windows (June 29th, 2023):
- Fixes minimizing Syncovery from the Copying Progress dialog if profiles are run with separate pop-up windows (not in the main window).
v10.6.1 for Windows (June 25th, 2023):
- Fixes progress reporting of jobs running in the “background with preview” when running in Citrix mode.
v10.6.0 for Windows (June 22nd, 2023):
- Adds a PGP decryption feature.
v10.5.11 for Windows (June 20th, 2023):
- Fixes restoring from zip files with “Verify copied files” turned on.
v10.5.10 for Windows (June 18th, 2023):
- Allows to disable editing by adding PrefsReadOnly=1 to the [Main] section of Syncovery.ini.
- Allows forcing Citrix mode by adding Citrix=1 to the [Main] section of Syncovery.ini.
v10.5.9 for Windows (June 17th, 2023):
- Fixes a Remote Service problem where selected subfolders with non-ASCII characters were missing from the listing.
- Includes some improvements for running under Citrix.
v10.5.8 for Windows (June 13th, 2023):
- Adds the capability to rename, move, and delete files using the Remote Service (see the new checkmarks under Files->More in the profile).
v10.5.7 for Windows (June 8th, 2023):
- Shows the last run’s duration as part of the result summary.
- Adds the OnProgress PacalScript hook.
- Fixes the Guardian service not restarting after installing Syncovery updates.
- Fixes unnecessary restarts required when installing updates.
- Fixes DropBox token expiration when downloading extremely large files.
v10.5.6 for Linux (June 5th, 2023):
- Fixes a Range Check Error that could occur when using the internal SMB protocol.
- Fixes adjusting the time zone via the buttons on the Program Settings dialog, tab sheet “Misc”.
v10.5.6 for Windows (May 29th, 2023):
- The result summary now shows the total file size for deleted files in addition to the file count.
- Syncovery now allows to sync .url files with Google Drive (unless Create Links to Online Docs is chosen, in which .url files are reserved for these links).
- The Syncovery scheduler will now restart automatically in the rare event that the real-time monitoring thread runs into an exception (or crash).
v10.5.5 for macOS and Windows (May 18th, 2023):
- Adds “never outdate database” option to Database tab sheet
- Adds DropBox + Box + PCloud + Sharepoint Resumable downloads (within a profile run only)
- Adds OnVerifyTLSCertificate, OnVerifySSHServerFingerprintHook
- Fixes Azure TLS certificate verification issues
v10.5.4 for Windows (May 16th, 2023):
- Fixes a SmartTracking database issue when using multiple destinations in a single profile.
v10.5.3 for Windows/macOS/Linux (May 14th/15th, 2023):
- Implements moving & renaming files on Wasabi, rather than using copy+delete as is necessary with other S3 storages.
- Implements resumable downloads from Google Drive (to tolerate interruptions while the profile is running – no resuming if the profile has completely stopped).
- Avoids unnecessary PCloud reauthentications.
- Fixes an AV that occurred when SmartTracking wanted to rename a conflicting file on the right side and copy both versions in both directions.
- Avoids showing a bogus file size of 1024 Bytes for Google Drive drawings
- Adds a checkmark to never outdate the file list cache.
- Adds OnLogFileClosed PascalScript hook and SkipMoves profile setting.
- Logs reason why a profile was canceled (such as cancel button clicked).
v10.4.6 for Windows (April 26th, 2023):
- Adds support for Hitachi Vantara as S3 compatible storage.
v10.4.1 for Windows (April 19th, 2023):
- Allows new users to connect with Google Cloud Storage.
- Fixes possible upload issues of files over 4GB with Google Cloud Storage.
- No longer tries to connect with SSH/SFTP servers if no user name is given.
v10.4.0 for Windows (April 16th, 2023):
- Contains an updated File System Monitoring Service to fix Windows crashing with a bluescreen since last week’s Windows updates. Only customers who were actively using the File System Monitoring Service were affected (a small percentage of Syncovery users).
- The option “Flat Right Side” has been made more flexible and now allows to keep a specified number of folder levels on the right side.
- Adds command line parameters to SyncoveryCL to stop/pause/resume a profile.
- Various additional improvements.
v10.3.17 for Windows (March 30th, 2023):
- Fixes replacing files on MTP devices (especially Android phones).
- Fixes setting the timestamp for files copied to MTP devices.
v10.3.16 for Windows (March 28th, 2023):
- Fixes a few issues around Compressed Package uploading via Internet Protocols, especially related to resuming and using a temporary filename so the Remote Service doesn’t try to unpack incompletely uploaded packages.
- Additional PascalScript enhancements.
v10.3.14 for Windows (March 19th, 2023):
- PascalScript enhancements.
- Minor fixes.
v10.3.13 for macOS and Windows (March 16th, 2023):
- Now uses TLS 1.2 for AWS Glacier.
- Minor fixes.
v10.3.12 for Windows (March 15th, 2023):
- Fixes a problem with zip files split into parts. When uploading a newer version, Syncovery would delete the older .zip and .z01 files but leave the other parts on the target storage.
- Similarly, if versioning is used and the backup files are split, the split files were not handled correctly (for example not renamed along with the main .zip part).
v10.3.11 for Windows (March 12th, 2023):
- Improves additional destinations dialog in web GUI.
- Fixes a few minor bugs.
v10.3.10 for Linux/NAS (March 9th, 2023):
- Adds a clock in the top right corner of the web GUI, especially useful for checking the server’s timezone.
- On the Program Settings dialog, tab sheet “Misc, License”, it now shows the timezone offset. There’s also a new button to reset the timezone, which will get it from the system it runs on.
v10.3.9 for Windows (March 3rd, 2023):
- A few improvements related to combining “Flat Right Side” with “Spawn subjobs”, which will process a flat right side starting from the specified subfolder level.
- SyncoveryCL can now report the number of files copied via process exit code. To enable this feature, specify the new command line parameter /REPNUMFCP.
- SecureBlackBOX SSL now works with Google Drive.
v10.3.8 for Linux and NAS (February 27th, 2023):
- First Syncovery 10 Release for Linux and NAS.
- Updated web GUI with many optimizations and new available settings.
v10.3.7 for Windows (February 24th, 2023):
- Updated the web GUI with the “Additional Destinations” feature and a few more checkboxes on the Program Settings dialog.
- Removed the 100 open sockets limit from the Windows version. The limit was recently introduced but it caused problems in some cases, which need to be investigated in more detail.
v10.3.6 for Windows (February 19th, 2023):
- Updated the web GUI with some of the new Syncovery 10 features.
- The “Move Files To Destination” mode option to “delete files from the source side which are excluded by masks” now works with hidden and read-only files too.
v10.3.5 for Windows (February 15th, 2023):
- Automatically decodes double-encoded characters when downloading from E-Builder via WebDAV.
- Adds the new S3 storage class “Glacier Instant Retrieval” and the new “bulk” restore option.
- Fixes character encoding bugs with SecureBlackBox. It should now work equally well as TGPuttyLib, including mixed UTF-8 and ANSI encodings.
v10.3.4 for Windows (February 13th, 2023):
- Using the character set “Auto” with SecureBlackBox for SSH/SFTP now defaults to Unicode (UTF-8). The Windows ANSI choice has been implemented for SecureBlackBox.
- Email digests should work better, i.e. you won’t get a lot of separate emails any more as in some of the last versions.
- A bug has been fixed where the watchdog mechanism may have canceled jobs while they were compressing a larger 7-zip archive because it thought the job was hanging.
v10.3.3 for Windows (February 12th, 2023):
- Remove the 129 character limit for the Versioning folder in the profiles.
- Fixes possible hangs in FTP library 1 and crashes in FTP library 2. Neither of these are frequently used, the default library is 3.
- Improves the ability to access folders and files with special Unicode characters which are not encoded in the default character set encoding. An example would be ANSI characters on an FTP storage that normally uses UTF-8. Such folders and files can be accessed via SFTP as well as FTP library 4.
v10.3.2 for Windows (February 10th, 2023):
- Fixes a bug causing inability to start jobs with additional destinations in the background.
v10.3.1 for Windows (February 9th, 2023):
- Profiles with priority level 0 are now exempted from any priority limitations. The new priority mechanism will only affect profiles with a priority level of 1 and higher.
- Added a detailed error message where it would previously only say “Not started – please try again in a short while”.
v10.3.0 for Windows (February 8th, 2023):
- Profiles can now be given a priority. The scheduler can avoid starting lower priority jobs when higher priority jobs are running, or they can be paused if a higher priority job starts later. Alternatively, lower priority jobs can be limited to a single copying thread while a higher priority job is running. The new feature needs to be enabled on the “More” tab sheet of the Program Settings dialog. After that, each profile has a new field in Advanced Mode. You will find the priority field in the top right of the profile editor. We recommend using priority numbers between 1 and 100, but you can go as high as 1000000 or even higher. A higher number means a higher priority.
v10.2.7 for macOS and Windows (February 6th/7th, 2023):
- B2 upload improvements (especially for large files with multi-threaded uploads), including a more efficient socket usage and an automatic limit of max. 100 open sockets. The maximum number will automatically be shared between the threads, so that each thread gets a chance (although a thread sometimes has to wait until a socket slot becomes free).
- E-mail notifications now include the headers Message-Id and MIME-Version to avoid being detected as spam.
- macOS only: avoids unnecessary updating of the login item for the Background Scheduler, to avoid repeated info pop-ups in macOS 13 (Ventura).
- macOS only: fixes umlauts in the German GUI and log files.
- macOS only: Fixes a few bugs related to multiple destinations in a single profile.
v10.2.6 for Windows (January 30th, 2023):
- Additional destinations can now be subfolders of the main destination, although this is not recommended.
v10.2.5 for Windows (January 30th, 2023):
- Fixes two situations where subfolders were not created on the destination side before copying a file (one was a new bug in 10.2.4 when downloading via Internet Protocol, the other case was related to an additional destination being specified in the profile).
v10.2.4 for Windows (January 28th, 2023):
- Fixes a problem where it could take multiple passes to delete folder hierarchies in Exact Mirror mode if “Folder Timestamps” was chosen under Comparison->More.
v10.2.3 for Windows (January 24th, 2023):
- Adds the new PascalScript callback functions FileRename and FileDelete.
- Testing Internet connectivity for local IP addresses now works with only exclusions (and inclusions empty).
v10.2.2 for Windows (January 23rd, 2023):
- The Internet connectivity check feature can now just test for local IP addresses rather than the connection name.
- Fixes binary verification of files with encrypted S3 buckets.
v10.2.1 for Windows (January 21st, 2023):
- Adds compatibility with IDrive e2 as an S3 compatible storage.
v10.2.0 for Windows (January 20th, 2023):
- Speeds up processing of folders in real-time folder based mode.
- Real-time folder based mode honors exclusions better now so that subfolders are not scanned if their name is in the Exclusions.
- Fixes a bug where the same SmartTracking database was used for additional destinations in the profile.
v10.1.16 for Windows (January 4th, 2023):
- Fixes errors with Amazon S3 by implementing an improved detection of S3 buckets requiring AWS Signature Version 4.
v10.1.14 for Windows (December 14th, 2022):
- Fixes a possible/rare application hang.
v10.1.13 for Windows (December 9th, 2022):
- Email notifications are now sent with a message ID so they are accepted by most mail servers.
- FTP connections can now be bound to a specific network interface if the computer has multiple. Use this PascalScript and modify the IP.
- Fixes a possible hang situation
- Various minor fixes
v10.1.12 for Windows (December 2nd, 2022):
- Makes it possible to list a large number of users, groups, or sites and drives via the Microsoft Graph API.
v10.1.11 for Windows (December 2nd, 2022):
- Includes a fix for a rare threading error following unreadable directories.
v10.1.10 for Windows (November 28th, 2022):
- Minor fix: after a failed upload, when Syncovery tries to delete the incompletely uploaded file, it now takes filename encryption into account.
v10.1.9 for Windows (November 26th, 2022):
- In attended mode, Syncovery will now always give you a chance to make room or replace the destination drive if it becomes full during the copying phase.
- Now correctly saves the Ultra compression level for 7-zip files.
- No longer specifies any storage class for S3 uploads of empty files or emulated folder items.
- Additional fixes.
v10.1.8 for Windows (November 21st, 2022):
- Can now access folders listed in the “Computers” section of Google Drive. Just type the computer name in the Container field on the Internet Protocol Settigs dialog.
- Fixes a rare error about a critical section hang when larger cloud hierarchies are scanned with multiple threads.
v10.1.7 for Windows (November 18th, 2022):
- Fixes stability issues with FTP library 1.
v10.1.6 for Windows (November 17th, 2022):
- Improved handling of rare S3 error related to the system time being too different from the S3 server time.
- AcceptAllSSLCertificates=1 can now also be used to accept unknown email server certificates used in the “Email” protocol.
- The Redundancy Master setting is now saved in Status.ini rather than Syncovery.ini, so that the main INI file can be copied to a redundancy slave without making it another master.
v10.1.5 for Windows (November 16th, 2022):
- More efficient real-time event queue, to fix an occasional error “Critical Section Hang”.
- Fixes button positioning in the French profile editor dialog with screen resolutions that use lower than 200% magnification.
v10.1.4 for Windows (November 13th, 2022):
- Folders shared from Google Team Drives are now included when browsing the “Shared with me” folders.
- Fixes an error creating folders via WebDAV, especially when using the checkmark “On the right side, create a new folder each time”.
- Implements retries when closing and appending the log file, possibly fixing rare issues where then main copying phase was missing from the profile run’s log file.
v10.1.3 for Windows (October 31st, 2022):
- Fixes a bug causing the scheduler to not start any profiles with some special settings, especially if the “Max. simultaneous jobs to run in a single execution process” is set to 1.
v10.1.2 for Windows (October 30th, 2022):
- Fixes email notifications being sent almost always, ignoring the actual notification settings.
v10.1.1 for Windows (October 29th, 2022):
- Adds some internal double-checks to ensure that permissions are never modified on the source side in one-way sync profiles.
- Adds details on why an email notification is not sent at the end of a profile log file.
- Fixes a few minor bugs.
v10.1.0 for Windows (October 26th, 2022):
- Removes limitations of Binary Comparison during the folder scanning phase: it can now work with zip/7z files, can run multithreaded, and can compare files even if both sides are using an Internet protocol.
- Always uses temporary filenames when uploading to PCloud, to avoid broken uploads being seen as real (but incomplete/corrupt) files. PCloud is the only modern cloud that accepts interrupted uploads and shows them like normal files, even though they are incomplete.
- When using real-time synchronization, Syncovery now always uses the mode “Process Complete Folders” when working with cloud storage APIs (the ones whose path is shown with the ext:// prefix in Syncovery).
v10.0.10 for Windows (October 20th, 2022):
- Fixes profile groups not being shown in the profile selection list in Wizard Mode.
- Fixes “execute after” command lines prefixed with ++ being executed despite “nothing to do” when using the new sub-job spawning feature.
v10.0.9 for Windows (October 19th, 2022):
- Adds s checkmark on the Options tab sheet of the SmartTracking dialog: “Ignore File Creation Timestamps When Detecting Deleted Files”. This can help if you find that SmartTracking does not always detect deleted files, and the log file contains a line similar to: “File on right side created after last run completed”.
- On the Real-Time Settings dialog, tab sheet “Advanced”, the option to “switch to a normal, full sync if more than X real-time events are to be processed” can now also be used for the default mode “Process Complete folders”.
v10.0.7/8 for Windows (October 19th, 2022):
- These fix Range Check Errors that occurred on one customer’s PC.
v10.0.6 for Windows (October 19th, 2022):
- Improves SmartTracking detection of deleted files.
- The feature “delete nothing to do logs” now works with logs for additional destinations.
v10.0.5 for Windows (October 18th, 2022):
- Fixes additional destinations from a profile being preconfigured as default for a new profile. New profiles will now correctly start empty with no additional destinations.
v10.0.4 for Windows (October 18th, 2022):
- Fixes the visual theme choice not saving.
- Fixes an AV in the file selection dialog (a popup dialog in the subfolder selection).
v10.0.3 for Windows (October 17th, 2022):
- Enables all the new SSH algorithms in the updated SecureBlackBox library so it’s really compatible with all current SFTP servers. The Advanced SSH Settings dialog has been updated to include the new algorithms.
- Includes the new Syncovery Remote Service v10.00 to support the new “block level copying + versioning” feature where the Remote Service is used to make a versioned copy of the destination file, which can then be updated on a block level basis.
v10.0.2 for Windows (October 17th, 2022):
- Fixes a Range Check Error when logging Windows Events in the 64 bit edition, which could also prevent the scheduler from starting.
v10.0.1 for Windows (October 15th, 2022):
- Fixes GUI glitches in the Restore Wizard.
- Minor improvements regarding the support of S3 empty folders.
v10.0.0 for Windows (October 15th, 2022):
- Initial V10 Release.
Detailed Version 9 History