Unity Version Control 11.0.16.8420
11 documented changes.
- Version
- 11.0.16.8420
- Released
- Feb 8, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8420
New
- Change
All platforms - Desktop GUI: Relayout branches in the branch explorer
- Feature
All platforms - Desktop GUI: We added a new option in the branch explorer that allows you to relayout branches at your wish, so you can manually move a branch up and down, instead of letting the branch explorer automatically find a spot for it. This features is available from the context menu when a branch is selected. You can also move multiple branches at a time, or clear all the relayout data if you are not satisfied with the result.
- Change
All platforms - Desktop GUI: Additionally, some keyboard shortcuts are also provided (for Windows and Linux / for macOS):
- Windows
- macOS
- Linux
All platforms - Desktop GUI
- Change
Ctrl+Up Arrow / Cmd+Up Arrow: move selected branches up.
- Change
Ctrl+Down Arrow / Cmd+Down Arrow: move selected branches down.
- Change
Ctrl+Shift+Up Arrow / Cmd+Shift+Up Arrow: move selected branches to the top.
- Change
Ctrl+Shift+Down Arrow / Cmd+Shift+Down Arrow: move selected branches to the bottom.
- Change
Ctrl+Shift+C / Cmd+Shift+C: clear selected branches relayout data.
Bug
- Change
All Platforms - Desktop GUI: unexpected error refreshing code review window
- Fix
All Platforms - Desktop GUI: When refreshing the code review window, if the selected difference was an xlink difference, an unexpected error appeared. Now it's fixed.
- Change
All Platforms - Desktop GUI: The code review window now is prepared to keep the selection for xlink differences too.