Skip to content

Commit 50edcb6

Browse files
Updates CHANGELOG
1 parent e7617a9 commit 50edcb6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Adds a `gitlens.views.formats.stashes.tooltip` setting to specify the tooltip format of the stashes in GitLens views
1717
- Improves the display of branch and tag tips in the _File History_ and _Line History_ and in commit tooltips in GitLens views
1818
- Adds provider-specific icons to tips of remote branches
19-
- Adds pull request scroll and minimap markers to the _Commit Graph_
19+
- Adds Commit Graph improvements:
20+
- Adds pull request markers to the graph scroll and minimap
21+
- Adds rich hovers on commit rows which include detailed commit information and links to pull requests, issues, and inspect
22+
- Adds Launchpad improvements:
23+
- Truncates long titles for Pull Requests so that the repository label is always visible
24+
- Adds _Open on GitHub_ button to other relevant rows in the action step
25+
- Adds a new _Open Worktree in New Window_ action and button to Launchpad items to more easily view the item in a worktree
2026

2127
### Changed
2228

@@ -25,13 +31,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2531
- Renames _Open Line Inspect_ to _Inspect Line Commit Details_
2632
- Renames _Open Details_ to _Inspect Commit Details_
2733
- Replaces _Open in Editor_ link in the Launchpad with a link to _gitkraken.dev_
34+
- 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_
35+
- Fixes some cases where worktree state can be out-of-date after creation/deletion of a worktree
2836

2937
### Fixed
3038

3139
- Fixes [#3344](https://github.com/gitkraken/vscode-gitlens/issues/3344) - Make changing the AI key easier
3240
- Fixes [#3377](https://github.com/gitkraken/vscode-gitlens/issues/3377) - Cannot read properties of undefined (reading 'start')
3341
- Fixes [#3377](https://github.com/gitkraken/vscode-gitlens/issues/3378) - Deleting a worktree (without force) with working changes causes double prompts
3442
- Fixes fixes issue with Jira integration not refreshing
43+
- Fixes the _Learn More_ link not working in the account verification dialog
44+
- Upgrading to Pro and account management now no longer require the user to log in again in their respective pages on _gitkraken.dev_
45+
- Fixes deep links failing to cancel in the remote add stage
3546

3647
## [15.1.0] - 2024-06-05
3748

0 commit comments

Comments
 (0)