Skip to content

Commit 7717590

Browse files
Updates CHANGELOG
1 parent 7940230 commit 7717590

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2929
- View a pull request's branch in the _Commit Graph_
3030
- View or create code suggestions for a pull request
3131
- Pin or snooze a pull request in the Launchpad
32-
- Adds the following settings:
33-
- `gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
34-
- `gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
3532
- Adds a status bar indicator of the _Launchpad_
3633
- Opens the Launchpad when clicked
3734
- Shows the top pull request and its status in the status bar
3835
- Also highlights your top pull request in the launchpad when opened from the indicator
3936
- Provides a summary of your most critical pull requests on hover
4037
- 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
38+
- Adds new settings for the Launchpad and indicator:
39+
- `gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
40+
- `gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
41+
- `gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
42+
- `gitlens.launchpad.indicator.icon`: Specifies the style of the Launchpad indicator icon
43+
- `gitlens.launchpad.indicator.label`: Specifies the style of the Launchpad indicator label
44+
- `gitlens.launchpad.indicator.groups`: Specifies which critical categories of pull requests to summarize in the indicator tooltip
45+
- `gitlens.launchpad.indicator.useColors`: Specifies whether to use colors in the indicator
46+
- `gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
47+
- `gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
48+
- `gitlens.launchpad.indicator.polling.interval`: Specifies the interval in minutes to check for changes to pull requests
5049
- Adds new features that make code reviews easier
5150
- 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
5251
- Create a Code Suggestion from the _Inspect: Overview_ tab when on a PR's branch

0 commit comments

Comments
 (0)