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
Adds an all-new GitLens sidebar view to contain the GitLens, GitLens File History, and GitLens Results explorers
The new view is enabled by default, but can easily be configured back to the existing locations via the GitLens interactive settings editor
Adds tag annotations to the tag tooltips in the GitLens explorer — closes #431
Adds a gitlens.hovers.avatars setting to specify whether to show avatar images in hovers — closes #432 thanks to PR #441 by Segev Finer (@segevfiner)
Adds the gitlens.hovers.avatars setting to the GitLens interactive settings editor to specify whether to show avatar images in hovers
Adds Choose from Branch or Tag History... command to the quick pick menu shown by the Show File History... command (gitlens.showQuickFileHistory) — closes #316
Adds the Compare File with Revision... command (gitlens.diffWithRevision) as an alternate (alt+click) for the Compare File with Previous Revision command in the editor toolbar
Changed
Renames the GitLens History explorer to GitLens File History explorer for better clarity
Changes the GitLens File History explorer to always show the full file history even when reviewing revisions
Changes the behavior of and renames the Show Branches and Tags command and on the quick pick menu shown by the Compare File with Revision... command (gitlens.diffWithRevision) to Choose from Branch or Tag History...
Changes the behavior of and renames the Show Branches and Tags command on the quick pick menu shown by the Open Revision... command (gitlens.openFileRevision) to Choose from Branch or Tag History...
Removed
Removes gitlens:activeIsTracked, gitlens:activeIsBlameable, gitlens:activeIsRevision, and gitlens:activeHasRemotes contexts and consolidates them into gitlens:activeFileStatus for better performance and UX