Skip to content

Commit 2d7a097

Browse files
committed
Updates CHANGELOG
1 parent 203721d commit 2d7a097

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212
- Adds a `gitlens.ai.experimental.gemini.model` setting to specify the Gemini model
1313
- Adds support for the latest OpenAI and Anthropic models for GitLens' experimental AI features
1414
- 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).
1615
- 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:
1716
- Open using the new _GitLens: Open Launchpad_ command
1817
- Categorizes pull requests by status:
@@ -52,6 +51,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5251
`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
5352
`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
5453
`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
5560
- Adds support for Jira Cloud integration as a GitKraken account cloud integration:
5661
- When connected, enables rich Jira autolinks in commit messages everywhere autolinks are supported in GitLens
5762
- 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
6065

6166
### Changed
6267

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
6377
- Improves performance when creating colors derived from the VS Code theme
6478
- Changes the command to open the Launchpad in the editor (formerly _Focus View_) from _GitLens: Show Focus_ to _GitLens: Open Launchpad in Editor_
6579
- Renames the setting `gitlens.focus.allowMultiple` to `gitlens.launchpad.allowMultiple`

0 commit comments

Comments
 (0)