Skip to content

Commit 7940230

Browse files
committed
Updates CHANGELOG
1 parent 2d7a097 commit 7940230

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

11-
- Adds support for Google Gemini for GitLens' experimental AI features
12-
- Adds a `gitlens.ai.experimental.gemini.model` setting to specify the Gemini model
13-
- Adds support for the latest OpenAI and Anthropic models for GitLens' experimental AI features
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-
- 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:
11+
- Adds [Launchpad](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links) `preview`, a new Pro feature bringing your GitHub pull requests into a unified, categorized list:
1612
- Open using the new _GitLens: Open Launchpad_ command
1713
- Categorizes pull requests by status:
1814
- _Current Branch_: Pull requests associated with your current branch
@@ -36,32 +32,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3632
- Adds the following settings:
3733
- `gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
3834
- `gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
39-
- Adds a preview of the _Launchpad_ indicator, a new Pro feature, to the status bar:
40-
- Opens the Launchpad when clicked
41-
- Shows the top pull request and its status in the status bar
42-
- Also highlights your top pull request in the launchpad when opened from the indicator
43-
- Provides a summary of your most critical pull requests on hover
44-
- Each summary line includes a link to open the Launchpad to that category
45-
- Adds the following settings:
46-
`gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
47-
`gitlens.launchpad.indicator.icon`: Specifies the style of the Launchpad indicator icon
48-
`gitlens.launchpad.indicator.label`: Specifies the style of the Launchpad indicator label
49-
`gitlens.launchpad.indicator.groups`: Specifies which critical categories of pull requests to summarize in the indicator tooltip
50-
`gitlens.launchpad.indicator.useColors`: Specifies whether to use colors in the indicator
51-
`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
52-
`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
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
60-
- Adds support for Jira Cloud integration as a GitKraken account cloud integration:
61-
- When connected, enables rich Jira autolinks in commit messages everywhere autolinks are supported in GitLens
62-
- Automatically syncs from a connected GitKraken account
35+
- Adds a status bar indicator of the _Launchpad_
36+
- Opens the Launchpad when clicked
37+
- Shows the top pull request and its status in the status bar
38+
- Also highlights your top pull request in the launchpad when opened from the indicator
39+
- Provides a summary of your most critical pull requests on hover
40+
- Each summary line includes a link to open the Launchpad to that category
41+
- Adds the following settings:
42+
`gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
43+
`gitlens.launchpad.indicator.icon`: Specifies the style of the Launchpad indicator icon
44+
`gitlens.launchpad.indicator.label`: Specifies the style of the Launchpad indicator label
45+
`gitlens.launchpad.indicator.groups`: Specifies which critical categories of pull requests to summarize in the indicator tooltip
46+
`gitlens.launchpad.indicator.useColors`: Specifies whether to use colors in the indicator
47+
`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
48+
`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
49+
`gitlens.launchpad.indicator.polling.interval`: Specifies the interval in minutes to check for changes to pull requests
50+
- Adds new features that make code reviews easier
51+
- Adds [Code Suggest](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links) `preview`, a cloud feature, that frees your code reviews from unnecessary restrictions
52+
- Create a Code Suggestion from the _Inspect: Overview_ tab when on a PR's branch
53+
- Upon creation of a Code Suggestion, a comment will appear on the pull request
54+
- Code Suggestions can be viewed and apply directly from [gitkraken.dev](https://gitkraken.dev), or open in GitKraken Desktop or GitLens.
55+
- See a PR's Code Suggestions from anywhere we currently display PR information in our views (Commits, Branches, Remotes)
56+
- You can additionally start Code Suggestions from the Launchpad
57+
- Adds a _Pull Request_ view to view PR commits and review file changes
58+
- Adds a _Pull Request_ badge to the Graph and the Inspect Overview
59+
- Adds rich Jira Cloud integration
60+
- Enables rich automatic Jira autolinks in commit messages everywhere autolinks are supported in GitLens
6361
- Adds a _Cloud Integrations_ button to the GitKraken Account view and a new `GitLens: Manage Cloud Integrations` command to manage connected cloud integrations
6462
- Adds a _Manage Jira_ button to _Inspect_ and a link in Autolink settings to connect to Jira
63+
- Adds support for Google Gemini for GitLens' experimental AI features
64+
- Adds a `gitlens.ai.experimental.gemini.model` setting to specify the Gemini model
65+
- Adds support for the latest OpenAI and Anthropic models for GitLens' experimental AI features
66+
- 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
6567

6668
### Changed
6769

0 commit comments

Comments
 (0)