Skip to content

Commit 804ebce

Browse files
committed
Updates CHANGELOG
1 parent 363d500 commit 804ebce

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
### Added
1010

1111
- 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
1216

1317
### Changed
1418

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_
1624

1725
### Fixed
1826

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))
28+
- Fixes [#3410](https://github.com/gitkraken/vscode-gitlens/issues/3410) - Adds stash commit message to commit graph row
29+
- Fixes [#3397](https://github.com/gitkraken/vscode-gitlens/issues/3397) - Suppress auth error notifications for github triggered by Launchpad
1930
- Fixes [#3367](https://github.com/gitkraken/vscode-gitlens/issues/3367) - Continually asked to reauthenticate
2031
- Fixes [#3389](https://github.com/gitkraken/vscode-gitlens/issues/3389) - Unable to pull branch 'xxx' from origin
2132
- 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
6172
- Fixes the _Learn More_ link not working in the account verification dialog
6273
- 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_
6374
- 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))
6575

6676
## [15.1.0] - 2024-06-05
6777

0 commit comments

Comments
 (0)