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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
12
12
- Adds a `gitlens.ai.experimental.gemini.model` setting to specify the Gemini model
13
13
- Adds support for the latest OpenAI and Anthropic models for GitLens' experimental AI features
14
14
- Adds a new `gitlens.views.collapseWorktreesWhenPossible` setting to specify whether to try to collapse the opened worktrees into a single (common) repository in the views when possible
15
-
- Shows a PR’s code suggestions anywhere we currently display a PR node in our GitLens views (Commits, Branches, Remotes).
16
15
- Adds a preview of [Launchpad](https://www.gitkraken.com/solutions/launchpad), a new Pro feature bringing your GitHub pull requests into a unified, categorized list:
17
16
- Open using the new _GitLens: Open Launchpad_ command
18
17
- Categorizes pull requests by status:
@@ -52,6 +51,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
52
51
`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
53
52
`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
54
53
`gitlens.launchpad.indicator.polling.interval`: Specifies the interval in minutes to check for changes to pull requests
54
+
- Adds a preview of _Code Suggest_, a cloud feature, that frees your code reviews from unnecessary restrictions
55
+
- Create a Code Suggestion from the _Inspect: Overview_ tab when on a PR's branch
56
+
- Upon creation of a Code Suggestion, a comment will appear on the pull request
57
+
- Code Suggestions can be viewed and apply directly from [gitkraken.dev](https://gitkraken.dev), or open in GitKraken Desktop or GitLens.
58
+
- See a PR's Code Suggestions from anywhere we currently display PR information in our views (Commits, Branches, Remotes)
59
+
- You can additionally start Code Suggestions from the Launchpad
55
60
- Adds support for Jira Cloud integration as a GitKraken account cloud integration:
56
61
- When connected, enables rich Jira autolinks in commit messages everywhere autolinks are supported in GitLens
57
62
- Automatically syncs from a connected GitKraken account
@@ -60,6 +65,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
60
65
61
66
### Changed
62
67
68
+
- Reworks _Commit Details_, now called the _Inspect_ view
69
+
- Revamps the _Working Changes_ tab into the _Overview_ tab
70
+
- Provides richer branch status information and branch switching
71
+
- Adds Push, Pull, and Fetch actions
72
+
- Richer Pull Request Information
73
+
- Open details in the Pull Request view
74
+
- Links to open and compare changes
75
+
- List of the PR's Code Suggestions
76
+
- Create a Code Suggestion by clicking the _Suggest Changes for PR_ button
63
77
- Improves performance when creating colors derived from the VS Code theme
64
78
- Changes the command to open the Launchpad in the editor (formerly _Focus View_) from _GitLens: Show Focus_ to _GitLens: Open Launchpad in Editor_
65
79
- Renames the setting `gitlens.focus.allowMultiple` to `gitlens.launchpad.allowMultiple`
0 commit comments