Skip to content

Commit 8a688bb

Browse files
committed
Updates CHANGELOG
1 parent 6f6fb3d commit 8a688bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
### Added
1010

1111
- Adds a `gitlens.views.showCurrentBranchOnTop` setting to specify whether the current branch is shown at the top of the views — closes [#3520](https://github.com/gitkraken/vscode-gitlens/issues/3520)
12+
- Adds a sidebar to the _Commit Graph_
13+
- Shows counts of branches, remotes, stashes, tags, and worktrees
14+
- Clicking an item reveals its corresponding view
15+
- Try out this new feature by setting `gitlens.graph.sidebar.enabled` to `true`
1216

1317
### Changed
1418

15-
- Refines the _Create Worktree_ command flow by proving a single confirmation for worktree creation based on whether the worktree is created for a new branch, an existing local branch on a worktree, or an existing local branch without a worktree.
19+
- Preview access of Launchpad is ending on September 27th
20+
- Simplifies the _Create Worktree_ command flow by prompting to create a new branch only when necessary — closes [#3542](https://github.com/gitkraken/vscode-gitlens/issues/3542)
21+
- Removes the use of VS Code Authentication API for GitKraken accounts
1622

1723
### Fixed
1824

1925
- Fixes [#3514](https://github.com/gitkraken/vscode-gitlens/issues/3514) - Attempting to delete the main worktree's branch causes a invalid prompt to delete the main worktree
2026
- Fixes [#3518](https://github.com/gitkraken/vscode-gitlens/issues/3518) - Branches in worktrees are no longer collapsed into folder groupings
2127

28+
### Removed
29+
30+
- Removes (disables) legacy "focus" editor
31+
2232
## [15.4.0] - 2024-09-04
2333

2434
### Added

0 commit comments

Comments
 (0)