github gitkraken/vscode-gitlens v7.2.0

latest releases: v14.9.1, v14.9.0, v14.8.2...
6 years ago

Added

  • Adds on-demand heatmap annotations of the whole file -- closes #182
    • Displays a heatmap (age) indicator near the gutter, which provides an easy, at-a-glance way to tell the age of a line
      • Indicator ranges from bright yellow (newer) to dark brown (older)
  • Adds Toggle File Heatmap Annotations command (gitlens.toggleFileHeatmap) to toggle the heatmap annotations on and off
  • Adds semi-persistent results for commit operations, via the Show Commit Details command (gitlens.showQuickCommitDetails) in the GitLens Results view -- closes #237
  • Adds Show in Results option to the commit details quick pick menu to show the commit in the GitLens Results view
  • Adds Compare with Index (HEAD) command (gitlens.explorers.compareWithHead) to branch, remote branch, tag, and revision (commit) nodes in the GitLens view to compare the current selection with the current index (HEAD) in the GitLens Results view
  • Adds Compare with Remote command (gitlens.explorers.compareWithRemote) to branch nodes in the GitLens view to compare the current selection with its remote tracking branch in the GitLens Results view

Changed

  • Improves startup performance and reduces package size

Fixed

  • Fixes #239 - gitlens.advanced.quickPick.closeOnFocusOut setting should be reversed
  • Fixes #208 - Gitlens doesn't work over UNC

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.