Vscode Gitlens: v11.5.0 Release

Release date:
June 14, 2021
Previous version:
v11.4.1 (released April 14, 2021)
Magnitude:
4,168 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

47 Commits in this Release

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

Authored April 17, 2021
Authored May 24, 2021
Authored April 16, 2021
Authored June 12, 2021
Authored April 18, 2021
Authored June 12, 2021
Authored June 13, 2021
Authored June 13, 2021
Authored June 13, 2021
Authored April 16, 2021
Authored June 14, 2021
Authored June 14, 2021
Authored June 14, 2021
Authored June 14, 2021
Authored April 18, 2021
Authored June 12, 2021
Authored June 14, 2021
Authored June 12, 2021
Authored June 14, 2021
Authored June 13, 2021
Authored May 24, 2021
Authored May 24, 2021

Top Contributors in v11.5.0

eamodio

Directory Browser for v11.5.0

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 support for Workspace Trust
  • Adds rich hovers to commits in the views — including associated pull requests (when connected to GitHub) and auto-linked issues
  • Adds a new section for associated pull requests (when connected to GitHub) and auto-linked issues to the Details hover
  • Adds the ability to filter comparisons to show only either the left-side or right-side file differences
  • Adds the Open Folder History command to root folders — closes #1505
  • Adds alternate j/k and shift+j/shift+k keyboard shortcuts to the Interactive Rebase Editor — closes #1538
  • Adds the ability to show contributor statistics, files changed as well as lines added and deleted (can take a while to compute depending on the repository) — closes #1489
    • Adds a Show Statistics / Hide Statistics toggle to the ... menu of the Contributors view
    • Adds a gitlens.views.contributors.showStatistics setting to specify whether to show contributor statistics in the Contributors view
  • Adds Create Pull Request... inline command to branches in the views

Changed

  • Adopts more VS Code codicons
  • Changes the Restore command title to Restore (Checkout) — closes #1493
  • Changes Compare with Working icon to better align with VS Code compare changes codicon
  • Renames the Discuss / Collab... button on the Details hover to Team...
  • Reverses the resulting comparison of the Compare with HEAD, Compare with Working, and Compare with Upstream commands in the views

Fixed

  • Fixes #1538 - Wrong initial keyboard focus in interactive rebase
  • Fixes #1498 - "Search & Compare" broken entries
  • Fixes #1507 - Communicate git error instead of "unable to find git"
  • Fixes #1512 - Git tag command can add an extra -m
  • Fixes #1402 - File history missing commits from other branches
  • Fixes an issue where the current line blame intermittently fails to appear
  • Fixes an issue where auto-linking of GitHub 3rd party issue links was broken
  • Fixes an issue where view decorations on macOS wouldn't show the correct icon