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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66
66
- Draft pull requests for which the current user's review is needed are now also shown in the "Needs Your Review" group, with a draft icon
67
67
- Renames _Switch to Branch or Worktree_ option to _Switch to Branch_, since it already includes options to create a worktree in the action flow
68
68
- Improves the open in worktree action flow — closes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549):
69
-
- Changes to open a multi-diff editor of the changes when opening a new worktree from a PR to make reviewing easier —[#3701](https://github.com/gitkraken/vscode-gitlens/issues/3701)
69
+
- Changes to open a multi-diff editor of the changes when opening a new worktree from a PR to make reviewing easier —[#3734](https://github.com/gitkraken/vscode-gitlens/issues/3734)
70
70
- Improves the _Explain_ panel in _Inspect_ and _Graph Details_ with markdown formatting
71
71
- Changes how GitLens handles creating and deleting tags to avoid using the terminal —[#3670](https://github.com/gitkraken/vscode-gitlens/issues/3670)
72
72
- Improves quick pick workflows when no repositories are open
@@ -77,7 +77,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77
77
### Fixed
78
78
79
79
- Fixes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549) - Webviews can have issues with high contrast themes
80
-
- Fixes [#3734](https://github.com/gitkraken/vscode-gitlens/issues/3734) - Open multi-diff editor when opening a new worktree from a PR
81
80
- Fixes [#3133](https://github.com/gitkraken/vscode-gitlens/issues/3133) - Infinite error loop when pushing stash from GUI
82
81
- Fixes branch creation and switch quickpicks failing to close when a worktree is created during the flow
83
82
- Fixes some cases where Launchpad can fail to detect a connected integration
@@ -120,7 +119,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
120
119
- Adds monospace formatting in commit messages — closes [#2350](https://github.com/gitkraken/vscode-gitlens/issues/2350)
121
120
- Adds a new `${authorFirst}` and `${authorLast}` commit formatting tokens that can be used in inline blame, commit hovers, etc — closes [#2980](https://github.com/gitkraken/vscode-gitlens/issues/2980)
122
121
- Adds a new _Create New Branch_ button to the _Commit Graph_ toolbar — closes [#3553](https://github.com/gitkraken/vscode-gitlens/issues/3553)
123
-
- Adds new ability to force push from the _Commit Graph_ toolbar— closes [#3493](https://github.com/gitkraken/vscode-gitlens/issues/3493)
122
+
- Adds new ability to force push from the _Commit Graph_ toolbar— closes [#3493](https://github.com/gitkraken/vscode-gitlens/issues/3493)
124
123
- Adds a new `gitlens.launchpad.includedOrganizations` setting to specify which organizations to include in _Launchpad_— closes [#3550](https://github.com/gitkraken/vscode-gitlens/issues/3550)
125
124
- Adds repository owner/name and code suggest to hovers on the experimental Launchpad view
0 commit comments