Release Notes
Public
5.4.16.742: Apr 11 2016
New
Windows GUI: New 'Show in Branch Explorer' context menu option has been added in 'Branches', 'Changesets' and 'Labels' view. This action shows the selected branch, changeset or label in the 'Branch Explorer', scrolling to it directly (unless the object is not shown due to the current 'Display options' settings, such as date filter).
This closes the following user voice request: https://plasticscm.uservoice.com/forums/15467-general/suggestions/5125136-show-this-changeset-in-branch-explorer
New
FMOD Studio plugin: The FMOD Studio plugin is now compatible with version 1.07 and higher. Two script files are now needed to enable Plastic SCM inside FMOD Studio: PlasticSCM.sc.js and PlasticSCM.js.
Warning! The previous 1.06 plugin script is not compatible with FMOD Studio 1.07 and higher. Please make sure you're using the appropriate scripts for your FMOD Studio version.
New
Gluon: Added a new option to add files to the 'ignored list' both in 'pending changes' and 'explore workspace' views.
New
Windows GUI: New 'owner' field added to 'Explore changesets on this branch'.
This closes the following user voice request: https://plasticscm.uservoice.com/forums/15467-general/suggestions/12528672-show-author-on-each-entry-in-explore-changesets-o
New
From now on, all filter configuration files ('ignore.conf', 'hidden_changes.conf', 'cloaked.conf', etc.) will check the global config as well as current workspace config and local client config files. A 'workspacetree' directory will be expected for each configured repository. Users/admins can store their config files inside it.
For instance, you can configure your 'plastic-global-config' repository to store a global cloaked configuration for all its repositories:
/allrepos/workspacetree/cloaked.conf
This closes the following user voice request: http://plasticscm.uservoice.com/forums/15467-general/suggestions/9393426-extend-global-configuration-to-cover-cloaked-ig
REMARK: Starting from release 5.4.16.760, the preferred location for these files is the corresponding workspace directory, not 'workspacetree' folder. (Although 'workspacetree' folder will be still supported for backwards compatibility reasons).
New
Windows Mergetool: Usability improvements:
* Diff/Merge: The deleted regions are now represented in the editors.
* Merge: Improved solved/unsolved conflicts visualization. When the conflict is pending to solve, a red line around the conflict is displayed. Once the conflict is solved, the line turns to green color. The border line is also visible in the result textbox.
* Merge: Added a new option in the editor options menu to allow the user to view border lines for unselected regions.
Bug
Windows Mergetool: When using the mergetool to diff two files semantically, the diff options panel, in the lower right, was not being displayed correctly. Fixed.
This closes the following support ticket: https://plasticscmsupport.zendesk.com/agent/tickets/9278
Bug
Windows GUI: Some views didn't remember user selection after refreshing the view (such as 'changesets', 'labels', 'attributes', 'shelves', 'code reviews' and 'attributes'). Fixed.
This closes the following user voice request: https://plasticscm.uservoice.com/forums/15467-general/suggestions/9778593-maintain-selection-on-update-of-changeset-list
Bug
Windows GUI: Fixed an error that was happening after creating a repository from a 'Select Repository' dialog invoked from a 'Create Workspace' dialog.
Bug
Windows GUI: The 'Select Repository' dialog wasn't being refreshed after repository creation. Fixed.
Bug
Windows GUI: SemanticSCM: When clicking in the 'diff' action from the visual diff dialog, the diff window appeared hidden in background. Fixed.