Skip to content

v6.3.0

Compare
Choose a tag to compare
@eamodio eamodio released this 30 Nov 07:14

Added

  • Adds support for files with staged changes
    • Adds new entry in the History View of the GitLens view
    • Adds new entry in the Repository View of the GitLens view
    • Adds blame annotations, navigation & comparison commands, etc
  • Adds support for vscode's Git file revisions (e.g. Open File (HEAD)) and diffs (e.g. Open Changes)
    • Adds new entry in the History View of the GitLens view
    • Adds blame annotations, navigation & comparison commands, etc
  • Adds Git code lens to Git file revisions (GitLens or vscode's)

Fixed

  • Fixes 🤞 #202 - Staged change's vscode diff side-by-side view shows the wrong history
  • Fixes 🤞 #216 - PowerShell session not started if GitLen is enabled
  • Fixes #217 - empty editor has git lens in status bar with old information
  • Fixes #218 - Cannot read property 'replace' of undefined
  • Fixes issue with feedback when searching for commits without any matches
  • Fixes issue where quickpick progress indicators could get stuck