GitLens for VS Code V15.3

Released: Aug 13, 2024

GitLens for VS Code V15.3 での更新項目

機能

  • Added improvements and enhancements to Launchpad to make it easier to manage and review pull requests.
    • Added GitLab (cloud-only for now) support to show and manage merge requests in Launchpad.
    • Added a new Connect Additional Integrations button to the Launchpad titlebar to allow connecting additional integrations (GitHub and GitLab currently).
    • Added a new experimental Launchpad view to provide a persistent view of the Launchpad in the sidebar.
    • While its functionality is currently limited, pull requests can now be expanded to show changes, commits, and code suggestions, as well as actions to open changes in the multi-diff editor, open a comparison, and more.
  • Added new features and improvements to the Commit Graph.
    • Branch visibility options, formerly in the Graph Filtering dropdown, have been moved to the new Branches Visibility dropdown in the Commit Graph header bar.
    • Added a new Smart Branches visibility option to shows only relevant branches - the current branch, its upstream, and its base or target branch, to help you better focus.
    • Improved interactions with hovers on rows - they should do a better job of staying out of your way.
    • Added pull request information to branches with missing upstreams.
  • Added support for GitHub and GitLab cloud integrations - automatically synced with your GitKraken account.
    • Added an improved, streamlined experience for connecting cloud integrations to GitLens.
    • Manage your connected integration via the the Manage Integrations command or the Integrations button on the GitKraken Account view.
  • Added comparison support to virtual (GitHub) repositories.
  • Improved the Compare to/from HEAD command (previously Compare with HEAD) to compare commits, stashes, and tags with the HEAD commit where directionality is determined by topology and time.
  • Improved the messaging of the merge and rebase commands.
  • Renamed Compare with Working Tree command to Compare Working Tree to Here.
  • Renamed Compare Common Base with Working Tree command to Compare Working Tree to Common Base.
  • Renamed Open Worktree in New Window Launchpad command to Open in Worktree.
  • Renamed Open Directory Compare command to Open Directory Comparison.
  • Renamed Open Directory Compare with Working Tree command to Directory Compare Working Tree to Here.
  • Improved some messaging on Switch and Checkout commands.

不具合の修正

  • Cannot merge branch into detached HEAD.
  • Don't show GitLens context menu items in Copilot Chat codeblock editors.
  • Enriched autolink duplication in graph hover (and possibly other places).
  • Plus features can't be restored after they are hidden.
  • Fixed column resizing being stuck when the mouse leaves the Commit Graph.
  • Fixed issues with incorrect commit count when using the merge and rebase commands.
  • Fixed issues where a merge or rebase operation says there or no changes when there are changes.
  • Fixed an error with queries that can cause Jira Cloud and other cloud integrations to stop working.
  • Fixed issues with some directory comparison commands.