Unity Version Control 11.0.16.7978
16 documented changes.
- Version
- 11.0.16.7978
- Released
- May 18, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.7978
New
- Change
The Unity Version Control CLI documentation is no…: The Unity Version Control CLI documentation is now live on the web!
- Change
The Unity Version Control CLI documentation is no…: Previously, we were missing the complete documentation with all commands, and the only way to access it and understand how to use the command line was through internal help. Now there's a comprehensive guide available for everyone!
- Change
The Unity Version Control CLI documentation is no…: You can find the documentation here:
- Change
The Unity Version Control CLI documentation is no…: /unity-version-control/uvcs-cli/version-control-cli
- Change
The Unity Version Control CLI documentation is no…: It's packed with detailed explanations, examples, and usage instructions for all the Unity Version Control CLI commands. Whether you're a seasoned pro or just getting started, this resource will be invaluable.
- Change
The Unity Version Control CLI documentation is no…: Keep in mind that this is the first published version. While it's a significant milestone, we recognize that there's always room for improvement.
- Change
The Unity Version Control CLI documentation is no…: Stay tuned for more updates on the online CLI help!
- Change
All-platforms - Command-line client: New mvbranch trigger
- Feature
All-platforms - Command-line client: We added a new type of trigger, which is called before/after the renaming of a branch. Along with the trigger, we added two new environment variables:
- Change
All-platforms - Command-line client: These can be used in combination with previous environment variables for automation purposes (see below).
- Change
All-platforms - Command-line client: For instance, it would be possible to create a trigger with the following command:
- Change
All-platforms - Command-line client: This script could contain the following - indeed, you can try something like this to set the trigger up and test it!
- Change
All-platforms - Command-line client: And then, when executing a rename in the branch, the result file would have the following content:
- Change
All-platforms - Command-line client: As always, the usual environment variables are also available when running the trigger:
Bug
- Fix
All platforms - Desktop GUI: Fixed exception deleting text in Merge Tool.
- Fix
All platforms - Desktop GUI: In some scenarios, selecting all the text and deleting it from the result TextEditor caused an IndexOutOfRange exception when using the merge tool. Now it's fixed.