You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
### Added
10
10
11
11
- Adds support for OpenAI's GPT-4o Mini model for GitLens' experimental AI features
12
+
- Adds a _Jump to HEAD_ button on the _Commit Graph_ header bar (next to the current branch) to quickly jump to the HEAD commit
13
+
- Adds a _Jump to Reference_ as an `alt` modifier to the _Jump to HEAD_ button to jump to the selected branch or tag
14
+
- Adds support deep link documentation — closes [#3399](https://github.com/gitkraken/vscode-gitlens/issues/3399)
15
+
- Adds a pin status icon to Launchpad items when pinned
12
16
13
17
### Changed
14
18
15
-
- GitLab & GitLab self-managed access tokens now require `api` scope instead of `read_api` to be able to merge Pull Requests.
19
+
- Changes the "What's new" icon on _Home_ to not conflict with _Launchpad_
20
+
- Improves working with worktrees by avoiding showing the root repo in worktrees during certain operations (e.g. rebase) and vice-versa
21
+
- 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](https://code.visualstudio.com/updates/v1_90#_always-show-editor-actions)— closes[#3284](https://github.com/gitkraken/vscode-gitlens/issues/3284)
22
+
- Changes GitLab & GitLab self-managed access tokens to now require `api` scope instead of `read_api` to be able to merge Pull Requests
23
+
- Renames _Open Worktree in New Window_ option to _Open in Worktree_ in _Launchpad_
16
24
17
25
### Fixed
18
26
27
+
- Fixes [#3386](https://github.com/gitkraken/vscode-gitlens/issues/3386) - Clicking anywhere on "Get started" should expand the section — thanks to [PR #3402](https://github.com/gitkraken/vscode-gitlens/pull/3402) by Nikolay ([@nzaytsev](https://github.com/nzaytsev))
- Fixes [#3397](https://github.com/gitkraken/vscode-gitlens/issues/3397) - Suppress auth error notifications for github triggered by Launchpad
19
30
- Fixes [#3367](https://github.com/gitkraken/vscode-gitlens/issues/3367) - Continually asked to reauthenticate
20
31
- Fixes [#3389](https://github.com/gitkraken/vscode-gitlens/issues/3389) - Unable to pull branch 'xxx' from origin
21
32
- Fixes [#3394](https://github.com/gitkraken/vscode-gitlens/issues/3394) - Pull request markers, when set in commit graph minimap or scroll, show as unsupported in settings JSON
@@ -61,7 +72,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
61
72
- Fixes the _Learn More_ link not working in the account verification dialog
62
73
- Upgrading to Pro, managing a GitKraken account, and managing or connecting cloud integrations now no longer require the user to log in again in their respective pages on _gitkraken.dev_
63
74
- Fixes deep links failing to cancel in the remote add stage
64
-
- Fixes [#3386](https://github.com/gitkraken/vscode-gitlens/issues/3386) Clicking anywhere on "Get started" should expand the section - Thanks to [PR #3402](https://github.com/gitkraken/vscode-gitlens/pull/3402) by Nikolay ([@nzaytsev](https://github.com/nzaytsev))
0 commit comments