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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
10
10
11
11
- Adds new ability to search for a GitHub PR in the _Launchpad;_ closes [#3543](https://github.com/gitkraken/vscode-gitlens/issues/3543)
12
12
- Adds _Start Work_ command that opens a quick pick to initiate different flows for starting work (creating a branch).; closes [#3621](https://github.com/gitkraken/vscode-gitlens/issues/3621)
13
+
- Adds a new _Filter Commits_ button to the Commit Graph toolbar. When toggled while searching the graph, it will be filtered to show only commits matching the search query
14
+
- Adds support for deep links to GitLens features and views:
15
+
- Adds support for deep links to the GitLens Walkthrough; closes [#3677](https://github.com/gitkraken/vscode-gitlens/issues/3677)
16
+
- Adds support for deep links to Launchpad; closes [#3678](https://github.com/gitkraken/vscode-gitlens/issues/3678)
17
+
- Adds support for deep links to the Commit Graph, Worktrees View, Inspect View, and Cloud Patches View; closes [#3703](https://github.com/gitkraken/vscode-gitlens/issues/3703)
0 commit comments