Skip to content

Commit cd8aed5

Browse files
committed
Updates CHANGELOG
1 parent 7717590 commit cd8aed5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

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

99
### Added
1010

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:
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 to keep you updated and your team unblocked
1212
- Open using the new _GitLens: Open Launchpad_ command
13-
- Categorizes pull requests by status:
13+
- Categorizes pull requests by status
1414
- _Current Branch_: Pull requests associated with your current branch
1515
- _Ready to Merge_: Pull requests without conflicts, ci failures, change suggestions or other issues preventing merge
1616
- _Blocked_: Pull requests with conflicts, CI failures, or that have no reviewers assigned
@@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3535
- Also highlights your top pull request in the launchpad when opened from the indicator
3636
- Provides a summary of your most critical pull requests on hover
3737
- Each summary line includes a link to open the Launchpad to that category
38-
- Adds new settings for the Launchpad and indicator:
38+
- Adds new settings for the Launchpad and indicator
3939
- `gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
4040
- `gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
4141
- `gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
@@ -75,6 +75,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7575
- Links to open and compare changes
7676
- List of the PR's Code Suggestions
7777
- Create a Code Suggestion by clicking the _Suggest Changes for PR_ button
78+
- Improves contributor and team member picking for the adding co-authors, _Code Suggest_, and _Cloud Patches_
7879
- Improves performance when creating colors derived from the VS Code theme
7980
- Changes the command to open the Launchpad in the editor (formerly _Focus View_) from _GitLens: Show Focus_ to _GitLens: Open Launchpad in Editor_
8081
- Renames the setting `gitlens.focus.allowMultiple` to `gitlens.launchpad.allowMultiple`
@@ -89,6 +90,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8990
- Fixes [#3179](https://github.com/gitkraken/vscode-gitlens/issues/3179) - The checkmarks in cherry pick are not displayed
9091
- Fixes [#3249](https://github.com/gitkraken/vscode-gitlens/issues/3249) - Error "Cannot read properties of null (reading 'map')
9192
- Fixes [#3198] (https://github.com/gitkraken/vscode-gitlens/issues/3198) - Repository location in cloud workspace doesn't work when the repo descriptor does not contain a url
93+
- Fixes [#3143](https://github.com/gitkraken/vscode-gitlens/issues/3143) - File Annotation icon isn't themed according to the icons...
94+
- Fixes [#3198](https://github.com/gitkraken/vscode-gitlens/issues/3198) - Repository location in cloud workspace doesn't work when the repo descriptor does not contain a url
9295

9396
## [14.9.0] - 2024-03-06
9497

0 commit comments

Comments
 (0)