Release Notes

Public

6.0.16.975: Apr 04 2017

New

Visual Studio integration: Added support for Visual Studio 2017.

New

GitServer: The checksum of the git pack files, which comes from a 'git push' operation, is verified before processing the package.

New

Windows GUI: The "differences" window now remembers the size of the columns, and the sort column.

New

CLI: The annotate command now accepts a new --dateformat=date_format_str argument. This enables users to explicitly set the desired output format for dates involved in the annotate command. The command will fall back to the OutputDateFormat value in the client.conf file if no --dateformat argument is found.

Bug

Plugin core: the undo checkout command was throwing a null pointer exception. Fixed.

Bug

Unity 3D plugin: A error is thrown when you try to save changed files and some of them are exclusively checked-out by someone else. Fixed.

Bug

Windows GUI: If you closed the diff window while calculating differences, you could get a "Cannot access a disposed object" error. Now it's fixed.