Skip to content

Commit 9cdefd1

Browse files
Updates CHANGELOG
1 parent 09a30ce commit 9cdefd1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010

1111
- Adds new ability to search for a GitHub PR in the _Launchpad;_ closes [#3543](https://github.com/gitkraken/vscode-gitlens/issues/3543)
1212
- 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)
18+
19+
### Changed
20+
21+
- Improves Launchpad; closes [#3614](https://github.com/gitkraken/vscode-gitlens/issues/3614):
22+
- Renames _Switch to Branch or Worktree_ option to _Switch to Branch_, since it already includes options to create a worktree in the action flow
23+
- Adds _Pin_ and _Snooze_ buttons to the header item in the action step
24+
- 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
25+
- Improves Launchpad View; closes [#3615](https://github.com/gitkraken/vscode-gitlens/issues/3615):
26+
- Moves Launchpad View out of experimental status
27+
- Replaces _Compare Pull Request_ hover icon button with _Open in Worktree_
28+
- Remembers the collapsed/expanded state of groups
29+
- Expands the _Current Branch_ group, and Launchpad item corresponding to the current branch, by default
30+
- 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
31+
- Launchpad view is now more responsive to changes in the Launchpad including pinning and snoozing items
32+
- Pinned items should now appear above non-pinned items in their respective groups
33+
34+
### Fixed
35+
36+
- Fixes branch creation and switch quickpicks failing to close when a worktree is created during the flow
37+
- Fixes some cases where Launchad can fail to detect a connected integration
1338

1439
## [15.6.3] - 2024-11-05
1540

0 commit comments

Comments
 (0)