Added
- Adds support for OpenAI's GPT-4o Mini model for GitLens' experimental AI features
- Adds a Jump to HEAD button on the Commit Graph header bar (next to the current branch) to quickly jump to the HEAD commit
- Adds a Jump to Reference as an
alt
modifier to the Jump to HEAD button to jump to the selected branch or tag
- Adds a Jump to Reference as an
- Adds support deep link documentation — closes #3399
- Adds a pin status icon to Launchpad items when pinned
Changed
- Changes the "What's new" icon on Home to not conflict with Launchpad
- Improves working with worktrees by avoiding showing the root repo in worktrees during certain operations (e.g. rebase) and vice-versa
- Changes how we track open documents to improve performance, reduce UI jumping, and support VS Code's new ability to show editor commands for all visible editors — closes#3284
- Changes GitLab & GitLab self-managed access tokens to now require
api
scope instead ofread_api
to be able to merge Pull Requests - Renames Open Worktree in New Window option to Open in Worktree in Launchpad
Fixed
- Fixes #3386 - Clicking anywhere on "Get started" should expand the section — thanks to PR #3402 by Nikolay (@nzaytsev)
- Fixes #3410 - Adds stash commit message to commit graph row
- Fixes #3397 - Suppress auth error notifications for github triggered by Launchpad
- Fixes #3367 - Continually asked to reauthenticate
- Fixes #3389 - Unable to pull branch 'xxx' from origin
- Fixes #3394 - Pull request markers, when set in commit graph minimap or scroll, show as unsupported in settings JSON