Release Notes
Public
5.4.16.781: Oct 03 2016
New
Gluon: Improved the way the 'Configure workspace' handles the case-sensitive renamings: the update operation is now able to apply case-sensitive renames in the workspace. See the example below:
Given the following repository structure:
/ /src /src/Foo.c
Before this release, if another user renames the /src/Foo.c file to /src/foo.c, the configure view would show both items:
/ /src /src/Foo.c /src/foo.c
Now, a single entry for the foo.c item will be shown. Furthermore, the update operation will correctly perform the update from /src/Foo.c to /src/foo.c.
New
Gluon: If another user moves a file on the repository, the 'Configure workspace' operation could lead to parent folders of the moved file not to download newly added items on these folders anymore. See the sample below:
Given the following repository structure:
/ /src /src/foo.c /src/bar.c /doc /doc/map.c
* I have my workspace up-to-date with the described structure.
* Another user renames /src/foo.c to /src/qux.c
* Now, my 'Configure workspace' view will show the following configuration:
/ (/) /src (/) /src/foo.c (X) /src/bar.c (X) /src/qux.c /doc (X) /doc/map.c (X)
Before this release, clicking the 'Apply' button without changing anything, / and /src folders won't download newly added items anymore.
Also, before this release, changing any configuration of a not involved item in the move operation, such as /doc, the result will be the same: /src and its parent folders won't download newly added items anymore.
Now, both scenarios changes their behavior: /src and its parents folders will download newly added items after the move operation.
New
Windows GUI: Improved the look and feel of the diff image viewer. Added Ctrl + wheel support for zooming.
Bug
Gluon: The 'Configure workspace' operation seemed stuck when there were lot of items ( more than 30K items) involved to load. Fixed.
Bug
Known issue: the 'About' dialog of this release has a typo in the code name: the release name should show 'Diamonds' instead of misspelled 'Diamons'.