Vscode Gitlens: v9.8.3 Release

Release date:
July 9, 2019
Previous version:
v9.8.2 (released June 11, 2019)
Magnitude:
1,513 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

20 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored June 15, 2019
Authored July 9, 2019
Authored June 14, 2019
Authored July 9, 2019
Authored July 9, 2019
Authored June 11, 2019
Authored June 14, 2019
Authored June 14, 2019
Authored June 12, 2019
Authored June 11, 2019

Top Contributors in v9.8.3

eamodio
rozangu1-7ecc

Directory Browser for v9.8.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • Adds working tree comparison support to the Compare Current Branch with <branch, tag, or ref> node within each repository in the Repositories view
    • Changes gitlens.views.repositories.showBranchComparison to also specify the type of comparison — either with the current branch or the working tree
    • Adds a Switch to Working Tree Comparison command or Switch to Branch Comparison command to the Compare Current Branch with <branch, tag, or ref> node
  • Adds the Open Revision command as an alt-click of the Open File command on files in the views
  • Adds the Open File command as an alt-click of the Open Revision command on files in the views

Changed

  • Changes fetch, pull, and push commands to be executed in parallel, rather than sequentially
  • Changes Search Commits (gitlens.showCommitSearch) command to prompt for a repository, if there is more than one

Removed

  • Removes gitlens.settings.mode setting as the interactive settings editor (via the GitLens: Open Settings command) will always show all settings now

Fixed

  • Fixes #776 - File history sidebar having "Open file" instead of "Open revision"
  • Fixes #692 - Can't open remote on bitbucket — thanks to PR #767 by grozan (@grozan)
  • Fixes a parsing issue with certain renamed files
  • Fixes some issues with emoji rendering