You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Git Graph branch filter is now a searchable multi-select, so several branches can be graphed together for comparison; the list is ordered by each branch's last commit time and marks the checked-out branch (#333)
Editor and diff scrollbars on Windows now follow the VS Code layout, with the horizontal bar pinned to the pane's bottom and starting after the line-number gutter instead of running beneath it; the two diff sides also scroll horizontally in lockstep, which applies on every platform (#327)
fix
Fix the Git Graph branch filter having almost no effect. Picking a branch still unioned in the history of every remote branch and tag, so the graph looked much the same as Show All (#333)
Fix a selection that spans the cursor's line having its highlight hidden there by the active-line background (#328)
Fix the line-number gutter compounding its tint over a custom background image, showing up as a darker vertical stripe beside the code (#342)
Sessions sidebar action buttons collapse when idle instead of reserving row width, giving titles the full row; they expand on hover or keyboard focus, with the highlight spanning the whole row (#338, #339)