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
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
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
14
25
- 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_
31
26
32
27
### Changed
33
28
@@ -45,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
45
40
- Fixes [#3445](https://github.com/gitkraken/vscode-gitlens/issues/3445) - Cannot merge branch into detached HEAD
46
41
- Fixes [#3443](https://github.com/gitkraken/vscode-gitlens/issues/3443) - Don't show gitlens context menu items in Copilot Chat codeblock editors
47
42
- 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_
48
44
- Fixes issues with incorrect commit count when using the merge and rebase commands
49
45
- Fixes issues where a merge or rebase operation says there or no changes when there are changes
50
46
- Fixes an error with queries that can cause Jira Cloud and other cloud integrations to stop working
0 commit comments