Vscode Gitlens: v15.6.1 Release

Release date:
October 14, 2024
Previous version:
v15.6.0 (released February 1, 2025)
Magnitude:
2,907 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

31 Commits in this Release

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

Authored October 10, 2024
Authored October 8, 2024
Authored October 8, 2024
Authored October 14, 2024
Authored October 11, 2024
Authored October 14, 2024
Authored October 8, 2024
Authored October 8, 2024
Authored October 10, 2024
Authored October 13, 2024
Authored October 11, 2024
Authored October 14, 2024
Authored October 9, 2024
Authored October 9, 2024
Authored October 10, 2024
Authored October 11, 2024
Authored October 8, 2024
Authored October 8, 2024
Authored October 14, 2024
Authored October 9, 2024

Top Contributors in v15.6.1

eamodio
d13
hwangh95
axosoft-ramint
sergeibbb
nzaytsev

Directory Browser for v15.6.1

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

Release Notes Published

Fixed

  • Fixes #3650 - "Create & Switch to Local Branch" from remote branch no longer prefills local branch name to match remote branch name
  • Fixes #3651 - "Open on Remote (Web)" does not use tracked branch name
  • Fixes #3657 - Creating a worktree from within a worktree chooses the wrong path
  • Fixes #3090 - Manually created empty bare clone repositories in a trusted directory crash worktree view since LocalGitProvider.findRepositoryUri returns just ".git" — thanks to PR #3092 by Dawn Hwang (@hwangh95)
  • Fixes #3667 - Makes Launchpad search by repo name
  • Fixes failure to prompt to delete the branch after deleting a worktree when a modal was shown (e.g. when prompting for force)
  • Fixes issues when git fails to delete the worktree folder on Windows