GitLens for VS Code V15.2
Released: Jul 10, 2024
GitLens for VS Code V15.2 での更新項目
機能
- Added a 'Generate Title and Description' button to the title input in 'Create Cloud Patch' and in 'Changes to Suggest of the Inspect Overview' tab.
- Added support for Anthropic's Claude 3.5 Sonnet model for GitLens' experimental AI features.
- Added a new counts option to the gitlens.launchpad.indicator.label setting to show the status counts of items which need your attention in the Launchpad status bar indicator.
- Added 'Search for Commits within Selection' command to the editor context menu when there is a selection.
- Added a gitlens.launchpad.ignoredOrganizations setting to specify an array of organizations (or users) to ignore in the Launchpad.
- Improved the tooltips of stashes in GitLens views
- Added a gitlens.views.formats.stashes.tooltip setting to specify the tooltip format of the stashes in GitLens views.
- Improved the display of branch and tag tips in the File History and Line History and in commit tooltips in GitLens views.
- Added provider-specific icons to tips of remote branches.
- Added Commit Graph improvements:
- Added pull request markers to the graph scroll and minimap.
- Added rich hovers on commit rows which include detailed commit information and links to pull requests, issues, and inspect.
- Added Launchpad improvements:
- Truncated long titles for Pull Requests so that the repository label is always visible.
- Added 'Open on GitHub' button to other relevant rows in the action step.
- Added a new 'Open Worktree in New Window' action and button to Launchpad items to more easily view the item in a worktree.
- Renamed Reset Stored AI Key command to Reset Stored AI Keys... and added confirmation prompt with options to reset only the current or all AI keys.
- Renamed Open Inspect to Inspect Commit Details.
- Renamed Open Line Inspect to Inspect Line Commit Details.
- Renamed Open Details to Inspect Commit Details.
- Replaced Open in Editor link in the Launchpad with a link to gitkraken.dev.
- The Manage Account button in the GitKraken Account view and the GitLens: Manage Your Account command now use the account management page at gitkraken.dev.
不具合の修正
- Fixed some cases where worktree state can be out-of-date after creation/deletion of a worktree.
- Make changing the AI key easier.
- Cannot read properties of undefined (reading 'start').
- Deleting a worktree (without force) with working changes causes double prompts.
- Fixed issue with Jira integration not refreshing.
- Fixed the Learn More link not working in the account verification dialog.
- Upgrading to Pro and account management now no longer require the user to log in again in their respective pages on gitkraken.dev.
- Fixed deep links failing to cancel in the remote add stage.