Release Notes

Public

7.0.16.2277: Jun 07 2018

New

Windows, Linux, and Mac OS: Now it is possible to undo changed files in the 'Items' view (a.k.a. 'Workspace Explorer' view).

Bug

Windows: Sometimes, the proxy server configuration was not displayed in the configuration window altough it was correctly configured it in the client.conf file. Now it's fixed.

Bug

On the following scenario, the 'merge' operation was wrongly checking out a locally changed file although the exclusive checkout could not be acquired. Now it's fixed and the checkout is not done.

* The repository is configured to require exclusive checkouts (locks) for .png files

* User A and user B have their workspaces pointing to the latest changeset of '/main' branch (both are up-to-date)

* User A modifies & checks-in foo.png file.

* User B modifies foo.png file (without performing a checkout).

* User B: the pending changes view shows a notification telling that there are new changes on the server and gets the new changes from the server.

* The merge from the head changes fails because the merge cannot checkout foo.png to merge its content. But after the error, foo.png file is wrongly checked-out.

Bug

Windows: The filetypes.conf file could contain usage comments in spanish language, even if the english language was configured. Now it's fixed.

Bug

Windows: Diff dialog: Fixed the following scenario:

1. Select a changeset from the 'Branch Explorer' view.

2. Select "Browse repository on this changeset" on the context menu.

3. Select a file on the items view.

4. Selected 'Diff' >> 'Diff revisions...' on the context menu. A dialog will appear to diff the selected revision with the workspace revision.

5. Click ok -> An error appears. The branch name of the target revision was not well formed. Now it's fixed.

Bug

Windows: Branch Explorer: after a redesign we made a few weeks ago, many users reported that the option tab displayed when restarting Plastic was not the right one.

We also realized the zoom level was not stored correctly.

We fixed both things and refactored the code that stored BrEx visual settings.

Bug

When a big added file was selected in the pending changes view, the application gets hung for a couple of seconds. Now, it's fixed!

This fix applies to all platforms (Windows, OS X, Linux) and Gluon.