Vscode Gitlens: v12.0.5 Release

Release date:
March 17, 2022
Previous version:
v12.0.4 (released March 11, 2022)
Magnitude:
647 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

27 Commits in this Release

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

Authored March 17, 2022
Authored March 17, 2022
Authored March 15, 2022
Authored March 16, 2022
Authored March 14, 2022
Authored March 15, 2022
Authored March 14, 2022
Authored March 10, 2022
Authored March 17, 2022
Authored March 16, 2022
Authored March 15, 2022
Authored March 15, 2022
Authored March 15, 2022
Authored March 15, 2022
Authored March 14, 2022
Authored March 15, 2022

Top Contributors in v12.0.5

eamodio
leo9-py

Directory Browser for v12.0.5

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

Release Notes Published

Changed

  • Changes the current line blame hover to show at the cursor, rather than the start of the line, when showing the hover over the whole line (e.g. line & annotation)
  • Changes Gutter Changes file annotations to be theme-aware
  • Changes to honor the new(ish) git.repositoryScanMaxDepth setting if the gitlens.advanced.repositorySearchDepth setting isn't specified

Fixed

  • Fixes #1909 - Should still "detect" repos directly in the workspace folder(s) even if git.autoRepositoryDetection is false
  • Fixes #1829 - Reduce re-rendering by disabling animation in blame info in the status bar
  • Fixes #1864 - Worktrees fail to load in working path with spaces
  • Fixes #1881 - Worktrees icon is very small
  • Fixes #1898 - Hovers display old Gravatar — thanks to PR #1899 by Leo Dan PeΓ±a (@amouxaden)
  • Fixes an issue where the Gutter Changes file annotations could be rendered on the wrong lines in certain cases