GitLens for VS Code V16.2

Released: Jan 17, 2025

GitLens for VS Code V16.2 での更新項目

機能

  • Added richer support for GitHub Enterprise and GitLab Self-Managed.
    • Added pull request/merge request support in Launchpad.
    • Added issue support to Start Work.
    • Added integration status and connection flows to the Home view.
  • Added the ability to search for a GitLab merge request in the Launchpad.
  • Added merge target's merged status to the Home view.
    • GitLens will attempt to determine if the current branch has been merged into the merge target branch (or the local branch of the merge target).
  • Overhauled the Visual File History.
    • Improved commit bubble sizing to better handle outliers.
    • Improved hover content and interations.
    • Added explicit zoom in/out buttons and changes mouse zoom to use the mouse wheel - when zoomed, drag to scrub through the history.
    • Optimized chart resizing and axis label rendering with author indicators, and re-added the legend to the view.
  • Added a new Folder History > Open Visual Folder History command to folders in the Explorer view, Source Control view, and other GitLens views.
  • Added the ability to see and act upon a "paused" Git operation, e.g. merge, rebase, cherry-pick, revert, across the Commits, Commit Graph, and Home views.
    • Added a new banner on the Commit Graph and updates the banner on Home with actions to continue, skip, or abort the operation.
    • Added Continue, Skip, and Abort actions to the Commits view.
  • Added a GitLens Home button to the Commit Graph header to go to the Home view title section.
  • Added a new Hidden Branches / Tags dropdown button next to the Branch Visibility dropdown in the Commit Graph toolbar.
  • Added a new Contributors section to comparison results in the views - quickly see who contributed changes in the specific range with statistics.
  • Added statistics to contributors in the GitLens views when enabled.
  • Added AI model name in the commit message generation notifications.
  • Improved branch status icons/indicators on the Home view.
  • Improved branch contributors avatars on the Home view; improved scoring and ordering.
  • Improved performance of loading/reloading the Home view.
  • Improved performance of detecting paused Git operations, e.g. merge, rebase, cherry-pick, revert.
  • Changed GitLens to be XDG-compatible.
  • Changed GitLens "reset" command to no longer use/open a terminal.
  • Changed to format numbers, e.g. counts, with internationalization (i18n) support.
  • Improved command ordering on branch context menus.
  • Changed File History context menu to Folder History on folders in the Explorer view.
  • Added Open Visual Folder History to explorer folders.
  • Added Open Visual Folder History to folders in views.

不具合の修正

  • Closing a split editor with annotations causes the Clear Annotations button to get stuck.
  • Attempting to clear a file annotation on a split file w/o the annotation no-ops.
  • Avoid Home opening when first-install isn't reliable (e.g. GitPod).
  • Graph hover should disappear when right-clicking a row.
  • GitLens "Pull with Rebase" is not rebase, but merge.
  • Can't show commit graph in floating window.
  • Fixed an issue with unpin button visibility in the File History view.
  • Fixed intermittent issue with greater reliability of webview requests.
  • Fixed an issue with autolink enrichment for issues.
  • Fixed issues with incorrect aggregate contributor stats.