Skip to content

Commit 6d3d45b

Browse files
committed
Updates CHANGELOG
1 parent 5d5fffb commit 6d3d45b

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

CHANGELOG.md

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

99
### Added
1010

11-
- Shows GitLab merge requests in the _Launchpad_ when GitLab integration is connected
12-
- Adds a new _Connect Additional Integrations_ button to the _Launchpad_ that allows the user to connect additional integrations.
13-
- Adds `gitlens.cloudIntegrations.enabled` setting to enable/disable cloud integrations (enabled by default)
11+
- Adds improvements and enhancements to _Launchpad_ to make it easier to manage and review pull requests
12+
- Adds GitLab (cloud-only for now) support to show and manage merge requests in _Launchpad_
13+
- Adds a new _Connect Additional Integrations_ button to the _Launchpad_ titlebar to allow connecting additional integrations (GitHub and GitLab currently)
14+
- Adds an new experimental _Launchpad_ view to provide a persistent view of the _Launchpad_ in the sidebar
15+
- To try it out, run the _Show Launchpad View_ command or set the `gitlens.views.launchpad.enabled` setting to `true` — let us know what you think!
16+
- While its functionality is currently limited, pull requests can be expanded to show changes, commits, and code suggestions, as well as actions to open changes in the multi-diff editor, open a comparision, and more
17+
- Adds new features and improvements to the _Commit Graph_
18+
- Branch visibility options, formerly in the _Graph Filtering_ dropdown, are now moved to the new _Branches Visibility_ dropdown in the _Commit Graph_ header bar
19+
- Adds a new _Smart Branches_ visibility option to shows only relevant branches — the current branch, its upstream, and its base or target branch, to help you better focus
20+
- Improves interactions with hovers on rows — they should do a better job of staying out of your way
21+
- Adds pull request information to branches with missing upstreams
22+
- Adds support for GitHub and GitLab cloud integrations — automatically synced with your GitKraken account
23+
- Adds an improved, streamlined experience for connecting cloud integrations to GitLens
24+
- Manage your connected integration via the the _Manage Integrations_ command or the _Integrations_ button on the _GitKraken Account_ view
1425
- Adds comparison support to virtual (GitHub) repositories
15-
- Adds support for GitHub and GitLab cloud integrations
16-
- Synced automatically with an associated GitKraken account
17-
- Managed through the _Cloud Integrations_ button on the _GitKraken Account_ view or through the _Manage Cloud Integrations_ command
18-
- Adds an improved, streamlined experience for connecting a cloud integration to GitLens
19-
- Adds new features and improvements to the _Commit Graph_:
20-
- Adds a new _Smart Branches_ visibility option to the _Commit Graph_ which shows only relevant branches (the current branch, its upstream, and its base or target branch)
21-
- Branch visibility options for the _Commit Graph_, formerly in the _Graph Filtering_ dropdown, are now moved to the new _Branches Visibility_ dropdown in the _Commit Graph_ header bar
22-
- Adds Pull Request information to branches with missing upstreams
23-
- Improves interactions with hovers on rows
24-
- Fixes column resizing being stuck when the mouse leaves the graph
25-
- Adds an experimental _Launchpad_ view
26-
- Enabled by setting the new `gitlens.views.launchpad.enabled` setting to `true`
27-
- Categorizes pull requests into groups similar to the _Launchpad_ quickpick
28-
- Pull requests can be expanded to view commits, code suggestions and changes
29-
- Includes inline commands to view pull request changes and comparisons or open a pull request on the remote provider
30-
- Adds a new _Focus on Launchpad View_ command to the _Command Palette_
3126

3227
### Changed
3328

@@ -45,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4540
- Fixes [#3445](https://github.com/gitkraken/vscode-gitlens/issues/3445) - Cannot merge branch into detached HEAD
4641
- Fixes [#3443](https://github.com/gitkraken/vscode-gitlens/issues/3443) - Don't show gitlens context menu items in Copilot Chat codeblock editors
4742
- Fixes [#3457](https://github.com/gitkraken/vscode-gitlens/issues/3457) - Enriched autolink duplication in graph hover (and possibly other places)
43+
- Fixes column resizing being stuck when the mouse leaves the _Commit Graph_
4844
- Fixes issues with incorrect commit count when using the merge and rebase commands
4945
- Fixes issues where a merge or rebase operation says there or no changes when there are changes
5046
- Fixes an error with queries that can cause Jira Cloud and other cloud integrations to stop working

0 commit comments

Comments
 (0)