Release Notes
Public
5.4.16.756: Jun 14 2016
New
Windows GUI: PlasticDrive feature: Dokan 0.7.4 is now required to get PlasticDrive working properly.
New
Core: 'add' operation: The 'add' operation performance has been improved.
Our internal benchmark states that initial adding of 51K files and 3.4K folders, the 'add' operation is six times faster than before this release.
Bug
Core: 'status' operation: In some circumstances, undoing a move produces other pending changes to dissapear from the list (but their contents aren't undone) in the workspace. Example:
/ |_ src |_ lib |_ foo.c (mv-dst) |_ foo.c (mv-src) |_ doc |_ bar.c (additional-mv-src) |_ bar.c (additional-mv-dst)
In the scenario described above, when the first move was undone (foo.c), the additional move (bar.c) was wrongly removed from the pending changes list. Fixed.
Bug
Linux (GTK) GUI and Mac OS GUI: Merge operation: Branch cherry-pick operation was not working as expected: It was just picking the changes from the last (HEAD) changeset. Now it's fixed, and all changesets in the selected branch are considered.