Skip to content

v7.1.0

Compare
Choose a tag to compare
@eamodio eamodio released this 22 Dec 08:30

Added

  • Adds Open Working File command (gitlens.openWorkingFile) - opens the working file for the active file revision -- closes #236
  • Adds Open Revision... command (gitlens.openFileRevision) - opens the selected revision for the active file
  • Adds tags to the Compare File with Branch... command (gitlens.diffWithBranch) -- closes #204
  • Adds tags to the Directory Compare Working Tree with... command (gitlens.diffDirectory) -- closes #204
  • Adds Show Branches and Tags to quick pick menu shown by the Compare File with Revision... command (gitlens.diffWithRevision) -- closes #204
  • Adds Show Branches and Tags to quick pick menu shown by the Open Revision... command (gitlens.openFileRevision) -- closes #204

Changed

  • Improves startup performance by ~65% (on my very fast PC) and reduces package size by over 75%
  • Renames Compare File with Branch... command (gitlens.diffWithBranch) to Compare File with Branch or Tag...

Fixed

  • Fixes issues with commit paging in certain quick pick menus
  • Fixes issues with certain quick pick menu progress indicators getting stuck in some cases
  • Fixes issues with menu choice placements on the editor title menu