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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
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
0 commit comments