Unity Version Control 11.0.16.9143
10 documented changes.
- Version
- 11.0.16.9143
- Released
- Jan 30, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9143
Bug
- Change
All platforms - Server: Prevent moving a repository inside itself
- Change
All platforms - Server: Previously when you moved a repository under itself (MyProject/MyRep -> MyProject/MyRep/tests) fails with the error "Module can't be created because parent repository doesn't exist." and the repository ends up unreachable.
- Change
All platforms - Server: Now when you try to move a repository under itself the operation fails with a meaningful error "The repository 'MyProject/MyRep' cannot be moved inside itself 'MyProject/MyRep/tests'." and the repository remains with its old name.
- Change
All platforms - Desktop GUI: Focus set to the Search filter text box
- Change
All platforms - Desktop GUI: When adding users to code reviews through the "Select user or group" dialog, the focus is now automatically placed in the Search filter text box.
- Change
All platforms - Desktop GUI: Ignore.conf is reformatted after adding a new file via the GUI
- Fix
All platforms - Desktop GUI: Fixed an issue where adding new rules caused the `ignore.conf` , `cloaked.conf` , or `hidden_changes.conf` files to be reformatted, which could result in the loss of comments.
- Change
All platforms - Desktop GUI: Now, comments are retained when updating `ignore.conf` , `cloaked.conf` , and `hidden_changes.conf` .
- Change
All Platforms - Desktop GUI: Prevent duplicate key error in Pending Changes
- Fix
All Platforms - Desktop GUI: We've fixed an issue where enabling the Tree View mode in the Pending Changes view could cause a "same key already added" error when trying to check-in the files for nested folders.