Release Notes

Public

7.0.16.1889: Dec 24 2017

New

New Branch Explorer design arrived to Linux. We hope you like it :)

New

The 'cm partial update' command allows the '--changeset=number' parameter so it can go to previous/newer changesets for an specific item or the whole workspace. This is only useful in Gluon workspaces.

Examples:

cm partial update --changeset=23

Updates the entire workspace to changeset 23. Files that are changed or checked out will be skipped and will remain on whatever version they had. It is useful to go back and skip newer changes you didn't want to download to your workspace.

cm partial update src/foo.psd --changeset=15

Downloads the version of foo.psd that was loaded on changeset 15. In case foo.psd is modified or checkedout the update will fail.

New

Gluon for OS X: Now the image diff viewer loads the image properties (EXIF, TIFF, PNG, and other properties) in the properties viewer.

New

Mac OS X GUI: Improved the trackpad support for the branch explorer. Scrolling and zooming gestures have been improved (now the diagram draws smoother while scrolling and zooming). Also improved the drawing when clicking&dragging using the mouse to scroll the diagram.

Bug

Windows GUI: The "Analyze differences" functionality in the diff window was broken. The information was calculated but not shown in the view. Fixed.

In addition, we renamed the 'cloc' executable file from 'cloc-1.60' to 'cloc' (without the version number). We were a little bit out-of-date (cloc latest version is 1.72). We have also improved the message displayed when the cloc executable is not found, so we hope there won't be any more problems to use it :)

Bug

Windows GUI: The diff window performed an unwanted refresh after checkin/checkout/undo files in the items or the pending changes view. Now it's fixed.

Bug

Gluon for OS X: When using the items view in Gluon, the preview image size could be wrong depending on the image resolution. Now it's fixed.

Bug

Gluon for Linux: The revision history list in the details panel wasn't updated (cleared) if a directory or a private item was selected. Fixed.

Bug

Gluon for Linux: The content view wasn't displayed for private/added items. This meant that the checkin view held a big empty space where the content view should be -if there were only private/added items- or that the diff view of a previously selected changed item wasn't replaced with the contents view of the selected private/added item.

Bug

Linux GUI: The application icons were corrupted and couldn't be displayed properly. Fixed.