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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
25
25
- Changes branch favoriting to apply to both local and remote branch pairs ([#4497](https://github.com/gitkraken/vscode-gitlens/issues/4497))
26
26
- Supports opening an explain summary document before summary content is generated ([#4328](https://github.com/gitkraken/vscode-gitlens/issues/4328))
27
27
28
+
## [17.3.4] - 2025-08-11
29
+
30
+
### Added
31
+
32
+
- Improves the experience when using multiple repositories or worktrees within a single workspace
33
+
- Adds a new header row to GitLens views to allow for repository/worktree filtering -- allows switching between showing all repos/worktrees in a tree (current behavior) or focusing on a single repository or worktree
34
+
- Adds new icons to more easily differentiate between repositories and worktrees quick picks and views
35
+
- Improves the repository quick pick by visually grouping repositories and worktrees
36
+
- Reduces the churn during worktree discovery when the new `git.detectWorktrees` VS Code setting is enabled
37
+
- Avoids flashing/blanking out of the _Commit Graph_ during the same worktree discovery
38
+
39
+
### Fixed
40
+
41
+
- Fixes a caching issue when certain Git commands fail causing no data to be displayed until cache expires or the window is reloaded
42
+
- Fixes some edge case issues with navigating to the previous line change in the editor
43
+
- Fixes an issue when using the _Paste Copied Changes (Patch)_ with multiple repositories or worktrees opened
44
+
28
45
## [17.3.3] - 2025-07-28
29
46
30
47
### Fixed
@@ -6285,7 +6302,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6285
6302
6286
6303
- Initial release but still heavily a work in progress.
0 commit comments