Skip to content

v5.1.0

Compare
Choose a tag to compare
@eamodio eamodio released this 16 Sep 01:06

Added

  • Adds full (multi-line) commit message to the details hover annotations -- closes #116
  • Adds an external link icon to the details hover annotations to run the Open Commit in Remote command (gitlens.openCommitInRemote)

Changed

  • Optimizes performance of the providing blame annotations, especially for large files (saw a ~78% improvement on some files)
  • Optimizes date handling (parsing and formatting) for better performance and reduced memory consumption

Removed

  • Removes gitlens.annotations.file.recentChanges.hover.wholeLine setting as it didn't really make sense

Fixed

  • Fixes an issue where stashes with only untracked files would not show in the Stashes node of the GitLens custom view
  • Fixes an issue where stashes with untracked files would not show its untracked files in the GitLens custom view