Skip to content

v5.7.0

Compare
Choose a tag to compare
@eamodio eamodio released this 19 Oct 19:52

Added

  • Adds Open All Changes (with difftool) command (gitlens.externalDiffAll) - opens all working changes with the configured git difftool -- closes #164
    • Also adds the command to the Source Control group context menu
  • Adds gitlens.gitExplorer.autoRefresh setting to specify whether or not to automatically refresh the GitLens custom view when the repository or the file system changes
  • Adds Enable Automatic Refresh command (gitlens.gitExplorer.setAutoRefreshToOn) to enable the automatic refresh of the GitLens custom view
  • Adds Disable Automatic Refresh command (gitlens.gitExplorer.setAutoRefreshToOff) to disable the automatic refresh of the GitLens custom view
  • Adds Show Files in Automatic View command (gitlens.gitExplorer.setFilesLayoutToAuto) to change to an automatic layout for the files in the GitLens custom view
  • Adds Show Files in List View command (gitlens.gitExplorer.setFilesLayoutToList) to change to a list layout for the files in the GitLens custom view
  • Adds Show Files in Tree View command (gitlens.gitExplorer.setFilesLayoutToTree) to change to a tree layout for the files in the GitLens custom view

Changed

  • Renames Directory Compare command (gitlens.diffDirectory) to Compare Directory with Branch...
  • Renames Directory Compare with Previous Commit in quick pick menus to Compare Directory with Previous Commit
  • Renames Directory Compare with Working Tree in quick pick menus to Compare Directory with Working Tree
  • Changes the marketplace keywords for better discoverability

Fixed

  • Fixes #163 - GitLens can cause git locking in the background
  • Fixes issues tracking the active editor in the History View of the GitLens custom view
  • Fixes issue where the GitLens custom view would refresh more than once when a file system change was detected
  • Fixes issue where opening commit search could be filled out with #00000000