Skip to content

Commit 9b4307f

Browse files
committed
Updates CHANGELOG
1 parent 94405c6 commit 9b4307f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Added
10+
11+
- Improves the experience when using multiple repositories or worktrees within a single workspace
12+
- 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
13+
- Adds new icons to more easily differentiate between repositories and worktrees quick picks and views
14+
- Improves the repository quick pick by visually grouping repositories and worktrees
15+
- Reduces the churn during worktree discovery when the new `git.detectWorktrees` VS Code setting is enabled
16+
- Avoids flashing/blanking out of the _Commit Graph_ during the same worktree discovery
17+
18+
### Fixed
19+
20+
- Fixes a caching issue when certain Git commands fail causing no data to be displayed until cache expires or the window is reloaded
21+
- Fixes some edge case issues with navigating to the previous line change in the editor
22+
- Fixes an issue when using the _Paste Copied Changes (Patch)_ with multiple repositories or worktrees opened
23+
924
## [17.3.3] - 2025-07-28
1025

1126
### Fixed

0 commit comments

Comments
 (0)