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
Unifies pull requests and issues into a single view
Adds tabs to switch between showing Pull Requests, Issues, or All
Adds a filter/search box to quickly find pull request or issues by title
Adds ability to click on a branch name to show the branch on the Commit Graph
Adds a new command Open Changed & Close Unchanged Files... to the command palette, the context menu of the Commit Graph work-in-progress (WIP) row, and the SCM group context menu to open all changed files and close all unchanged files.
Adds a new command Reset Current Branch to Tip... to branch context menus in the Commit Graph and in GitLens views to reset the current branch to the commit at the chosen branch's tip.
Changed
Changes Compact Graph Column Layout context menu command to Use Compact Graph Column for better clarity
Changes Default Graph Column Layout context menu command to Use Expanded Graph Column for better clarity
Improves remote parsing for better integration support for some edge cases
Fixed
Fixes #2823 - Handle stdout/stderr Buffers in shell run() — thanks to PR #2824 by Victor Hallberg (@mogelbrod)
Fixes issues with missing worktrees breaking the Worktrees view and Worktree quick pick menus