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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
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
12
12
- Open using the new _GitLens: Open Launchpad_ command
13
-
- Categorizes pull requests by status:
13
+
- Categorizes pull requests by status
14
14
-_Current Branch_: Pull requests associated with your current branch
15
15
-_Ready to Merge_: Pull requests without conflicts, ci failures, change suggestions or other issues preventing merge
16
16
-_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
35
35
- Also highlights your top pull request in the launchpad when opened from the indicator
36
36
- Provides a summary of your most critical pull requests on hover
37
37
- 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
39
39
-`gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
40
40
-`gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
41
41
-`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
75
75
- Links to open and compare changes
76
76
- List of the PR's Code Suggestions
77
77
- 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_
78
79
- Improves performance when creating colors derived from the VS Code theme
79
80
- Changes the command to open the Launchpad in the editor (formerly _Focus View_) from _GitLens: Show Focus_ to _GitLens: Open Launchpad in Editor_
80
81
- 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
89
90
- Fixes [#3179](https://github.com/gitkraken/vscode-gitlens/issues/3179) - The checkmarks in cherry pick are not displayed
- 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
0 commit comments