Vscode Gitlens: v14.2.0 Release

Release date:
August 4, 2023
Previous version:
v14.1.1 (released July 18, 2023)
Magnitude:
4,495 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

49 Commits in this Release

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

Authored July 25, 2023
Authored July 11, 2023
Authored July 24, 2023
Authored August 2, 2023
Authored July 13, 2023
Authored July 19, 2023
Authored August 2, 2023
Authored July 25, 2023
Authored August 3, 2023
Authored August 3, 2023
Authored August 3, 2023
Authored August 2, 2023
Authored August 3, 2023
Authored August 2, 2023
Authored July 25, 2023
Authored August 2, 2023
Authored July 27, 2023
Authored July 27, 2023
Authored August 4, 2023
Authored August 3, 2023
Authored August 2, 2023
Authored August 2, 2023
Authored August 3, 2023
Authored August 1, 2023
Authored July 19, 2023
Authored August 2, 2023
Authored August 3, 2023
Authored August 2, 2023
Authored August 4, 2023
Authored July 31, 2023
Authored July 20, 2023
Authored August 2, 2023

Top Contributors in v14.2.0

d13
eamodio
axosoft-ramint
mogelbrod

Directory Browser for v14.2.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

  • Improves the Focus view experience
    • Unifies pull requests and issues into a single view
    • Adds tabs to switch between showing Pull Requests, Issues, or All
    • Adds a filter/search box to quickly find pull request or issues by title
    • Adds ability to click on a branch name to show the branch on the Commit Graph
  • Adds a new command Open Changed & Close Unchanged Files... to the command palette, the context menu of the Commit Graph work-in-progress (WIP) row, and the SCM group context menu to open all changed files and close all unchanged files.
  • Adds a new command Reset Current Branch to Tip... to branch context menus in the Commit Graph and in GitLens views to reset the current branch to the commit at the chosen branch's tip.

Changed

  • Changes Compact Graph Column Layout context menu command to Use Compact Graph Column for better clarity
  • Changes Default Graph Column Layout context menu command to Use Expanded Graph Column for better clarity
  • Improves remote parsing for better integration support for some edge cases

Fixed

  • Fixes #2823 - Handle stdout/stderr Buffers in shell run() — thanks to PR #2824 by Victor Hallberg (@mogelbrod)
  • Fixes issues with missing worktrees breaking the Worktrees view and Worktree quick pick menus