Skip to content

v7.5.6

Choose a tag to compare

@eamodio eamodio released this 22 Jan 06:15

Changed

  • Changes chorded keymap on Windows to use Ctrl+Shift+G rather than Ctrl+Alt+G to avoid issues
    • Also remaps Show SCM to Ctrl+Shift+G G since by default it is Ctrl+Shift+G if the chorded keymap is used
  • Refactors git log and stash output parsing -- should be faster and far more robust

Fixed

  • Fixes #256 - Fails to copy commit message
  • Fixes #255 - Lines after an empty line in the commit message are not copied to clipboard
  • Fixes #252 - Cannot read property 'push' of undefined
  • Fixes issue where GitLens wouldn't detect the creation of a Git repository if there were no other repositories open
  • Fixes issue where some GitLens commands would show in the palette even though there was no repository
  • Fixes issue where navigating the history of a renamed file could cause errors
  • Fixes issue with using the gitlens.diffWithPrevious command option for Git code lens