Unity Version Control 11.0.16.8564
14 documented changes.
- Version
- 11.0.16.8564
- Released
- Apr 18, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8564
New
- Improvement
All platforms - Desktop GUI: Improved history view filters
- Change
All platforms - Desktop GUI: The history view has a filter that allows you to see only the revisions that belong to the specified branches.
- Feature
All platforms - Desktop GUI: In addition to this, we added a user filter that lets you specify the author of the revision.
- Change
All platforms - Desktop GUI: These filters now have the same design as the ones in the branch explorer view.
- Change
All platforms - Desktop GUI: 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.
- Removal
All clients: Removed transformable workspaces support
- Removal
All clients: 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.
- Change
Windows - Wwise plugin: Plugins moved under a common folder
- Windows
- Change
Windows - Wwise plugin: From this release on, all versions of the Wwise plugin are moved under a common installation folder "client/plugins/wwise".
- Windows
Bug
- Change
All Platforms - Server: 'Collection was modified' error using LDAP
- Fix
All Platforms - Server: 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
- Change
All Platforms - Server: Now, the server uses the version 3.6.0, so the issue doesn't happen anymore.
- Fix
All platforms - Desktop GUI: Fixed exception in changeset code review
- Fix
All platforms - Desktop GUI: When creating a code review for a changeset, after refreshing the view we were showing an unexpected error message. This error is now fixed