Release Notes
11.0.16.8564: Apr 18 2024
All platforms - Desktop GUI: Improved history view filters
The history view has a filter that allows you to see only the revisions that belong to the specified branches.
In addition to this, we added a user filter that lets you specify the author of the revision.
These filters now have the same design as the ones in the branch explorer view.
On top of that, both views share the saved filters list, so you can create one filter from the branch explorer and use it from the history view.
All clients: Removed transformable workspaces support
Transformable workspaces support was added long time ago. However, they were actually never used or fully supported by the system (i.e. not supported by Partial workspaces or Incoming Changes operations). The feature was removed from the system.
Windows - Wwise plugin: Plugins moved under a common folder
From this release on, all versions of the Wwise plugin are moved under a common installation folder "client/plugins/wwise".
All Platforms - Server: 'Collection was modified' error using LDAP
The Novell.Directory.Ldap version that the server used (3.4.0) had a bug related to a collection that was not thread safe. This issue was fixed in the version 3.6.0: https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/commit/7f8f45e6df33c7ac4acafb0a481c9682cb0d1964
Now, the server uses the version 3.6.0, so the issue doesn't happen anymore.
All platforms - Desktop GUI: Fixed exception in changeset code review
When creating a code review for a changeset, after refreshing the view we were showing an unexpected error message. This error is now fixed