Unity Version Control 11.0.16.9213
31 documented changes.
- Version
- 11.0.16.9213
- Released
- Feb 20, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9213
New
- Change
All Platforms - Desktop GUI: Next/Previous diff shortcuts
- Change
All Platforms - Desktop GUI: We've restored the Ctrl+N and Ctrl+M (Cmd+N and Cmd+M in macOS) shortcuts to navigate between differences in the Diff Control.
- macOS
- Change
All Platforms - Desktop GUI: Now you can move to the next/previous/first/last change without using the mouse.
- Improvement
All Platforms - Desktop GUI: We also improved focus handling, so these shortcuts work immediately when a diff window or code review is opened.
- Change
All Platforms - Desktop GUI: Improve PlasticFS (dynamic workspaces) setup
- Change
All platforms - Desktop GUI & Gluon: "Revert to this revision" for directories
- Change
All platforms - Desktop GUI & Gluon: "Revert to this revision" option is now enabled for directories from the history view.
- Feature
All platforms - Desktop GUI & Gluon: We've also added the history view menu for directories in Desktop GUI bringing it in line with Gluon for a more consistent experience.
- Change
All platforms - Plugin for JetBrains IDEs: Renewed icons in the plugin for the JetBrains IDEs
- Change
All platforms - Plugin for JetBrains IDEs: All the icons have been replaced with new designs used from the rest of the UVCS product suite.
- Change
Server - All Platforms: Lock rules now update automatically after renaming a repository
- Improvement
Server - All Platforms: Previously, when a repository was renamed, any associated lock rules had to be updated manually; otherwise, they would no longer apply to the renamed repository.
- Improvement
Server - All Platforms: Now, lock rules are automatically updated, ensuring they remain effective without requiring manual intervention.
All Platforms - Desktop GUI
- Change
The command-line option to start the PlasticFS agent has been renamed from --install to --add-to-startup for better clarity.
- Removal
The EnableCreateDynamicWorkspace GUI configuration key has been removed, as it is no longer needed.
- Change
The setup panel text has been rewritten to better explain what PlasticFS is.
Bug
- Fix
All Platforms - Desktop GUI: Fixed wrong file for code review comment
- Fix
All Platforms - Desktop GUI: Fixed an issue that placed user comments in the previously selected file rather than the intended file when adding comments after switching files from the "Find in files" results.
- Change
All Platforms - Desktop GUI: "Find in files" navigation in Diff Window
- Fix
All Platforms - Desktop GUI: Navigating between different files in the Diff Window using "Find in files" caused incorrect scrolling and highlighting. Now it's fixed: Scrolling and highlighting correctly follow the chosen file.
- Change
All Platforms - Desktop GUI: Disable "Add to Source Control" for Controlled Items
- Change
All Platforms - Desktop GUI: Selecting a controlled item together with private files in the Workspace Explorer, triggered an error when using "Add to source control."
- Change
All Platforms - Desktop GUI: Now, the option is only enabled if all selected items are private, preventing unexpected behavior for controlled items.
- Fix
All Platforms - Desktop GUI: Fixed Code Review Comment navigation
- Change
All Platforms - Desktop GUI: Previously, users needed multiple double-clicks to focus on regular code review comments due to a bug. Now, double-clicking a comment works as expected: it automatically centers and highlights the correct line.
- Fix
All Platforms - Plugin for JetBrains IDEs: Fixed plugin versioning
- Change
All Platforms - Plugin for JetBrains IDEs: The project structure was adapted to properly version the plugin.
- Deprecation
All Platforms - Plugin for JetBrains IDEs: Fixed error about deprecated `ActionUpdateThread.OLD_EDT`
- Deprecation
All Platforms - Plugin for JetBrains IDEs: Solved an issue present in JetBrains IDEs version 2024 and above, where the system complained about using the deprecated API component `ActionUpdateThread.OLD_EDT` .
- Fix
macOS - Plugin for JetBrains IDEs: Fixed plugin not exported during installation
- macOS
- Fix
macOS - Plugin for JetBrains IDEs: We fixed an issue in the mac installer that was preventing the new JetBrains plugin from getting into the installation folder.
- macOS