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-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
16
16
- Adds a `gitlens.views.formats.stashes.tooltip` setting to specify the tooltip format of the stashes in GitLens views
17
17
- Improves the display of branch and tag tips in the _File History_ and _Line History_ and in commit tooltips in GitLens views
18
18
- 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
20
26
21
27
### Changed
22
28
@@ -25,13 +31,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
25
31
- Renames _Open Line Inspect_ to _Inspect Line Commit Details_
26
32
- Renames _Open Details_ to _Inspect Commit Details_
27
33
- 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
28
36
29
37
### Fixed
30
38
31
39
- Fixes [#3344](https://github.com/gitkraken/vscode-gitlens/issues/3344) - Make changing the AI key easier
- Fixes [#3377](https://github.com/gitkraken/vscode-gitlens/issues/3378) - Deleting a worktree (without force) with working changes causes double prompts
34
42
- 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
0 commit comments