Release Notes

Public

7.0.16.2192: May 08 2018

New

OS X GUI: Implemented a context menu for annotate with the following actions:

* Diff branch: diffs the branch where the selected line was changes.

* Diff changeset: diffs the changeset where the selected line was changes.

* Annotate parent revision: annotates the parent of the current annotated revision.

* Annotate before these changes: annotates the changeset parent of the one where the selected line was changed. This is good to navigate back changes.

* Add diff selection: copies a text to the clipboard. Use diff with previous selection to diff with selected text.

* Diff with previous selection: diffs the previously selected text vs the current selection.

* Annotate options: to configure the fields to show in the left pane (date, author, changeset, branch, etc ...)

Also you can use back and forward buttons to navigate between annotated versions.

New

Jenkins plugin: The Plastic SCM plugin can work with multiple plastic workspaces or just a single plastic workspace. Now, the jenkins workspace and the plastic workspace paths will match in the single workspace mode. Therefore, some jenkins features (such as pipeline shared libraries) that need both paths to match will correctly work.

New

Windows GUI: We changed the pending changes options behavior, so that it can always be invoked. This means you can change the options while the pending changes is being refreshed.

Bug

Command line: The merge-to command was not working outside a workspace. Fixed.