Release Notes

Public

11.0.16.8420: Feb 08 2024

New

All platforms - Desktop GUI: Relayout branches in the branch explorer

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.

Additionally, some keyboard shortcuts are also provided (for Windows and Linux / for macOS):

* Ctrl+Up Arrow / Cmd+Up Arrow: move selected branches up.

* Ctrl+Down Arrow / Cmd+Down Arrow: move selected branches down.

* Ctrl+Shift+Up Arrow / Cmd+Shift+Up Arrow: move selected branches to the top.

* Ctrl+Shift+Down Arrow / Cmd+Shift+Down Arrow: move selected branches to the bottom.

* Ctrl+Shift+C / Cmd+Shift+C: clear selected branches relayout data.

Bug

All Platforms - Desktop GUI: unexpected error refreshing code review window

When refreshing the code review window, if the selected difference was an xlink difference, an unexpected error appeared. Now it's fixed.

The code review window now is prepared to keep the selection for xlink differences too.