Skip to content

v8.0.1

Compare
Choose a tag to compare
@eamodio eamodio released this 19 Feb 09:07

Added

  • Adds Compare Index (HEAD) with Branch or Tag... (gitlens.explorers.diffHeadWithBranch) command - compares the index (HEAD) to the selected branch or tag — thanks to PR #278 by Geoffrey (@g3offrey)!
  • Adds Compare Working Tree with Branch or Tag... (gitlens.explorers.diffWorkingWithBranch) command - compares the working tree to the selected branch or tag
  • Adds gitlens.statusBar.reduceFlicker setting to specify whether to reduce the status bar "flickering" when changing lines by not first clearing the previous blame information — closes #272
  • Adds the Open File (gitlens.explorers.openFile) command to the GitLens explorer's inline toolbar for file nodes
  • Adds the Clear Results (gitlen.resultsExplorer.clearResultsNode) command to the GitLens Results view's inline toolbar for results nodes
  • Adds the Swap Comparision (gitlen.resultsExplorer.swapComparision) command to the GitLens Results view's inline toolbar and context menu for comparision results nodes
  • Adds Push to Commit (via Terminal) (gitlens.explorers.terminalPushCommit) command to commit nodes on the current branch in the GitLens explorer