Skip to content

Commit 066ac7c

Browse files
Updates CHANGELOG
1 parent 628b88f commit 066ac7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1717
- Adds ability to show file or folder histories on the _Commit Graph_ ([#4725](https://github.com/gitkraken/vscode-gitlens/issues/4725))
1818
- Adds _Open File History in Commit Graph_ command to files in views
1919
- Adds _Open Folder History in Commit Graph_ command to folders in the Explorer view
20+
- Adds improvements and new features to the _Commit Composer_:
21+
- Allows existing branches to be recomposed via the _Recompose Commits (Preview)_ command in the context menu of branches and from the Command Palette ([#4598](https://github.com/gitkraken/vscode-gitlens/issues/4598), [#4599](https://github.com/gitkraken/vscode-gitlens/issues/4599))
22+
- Allows reordering auto-composed commits by dragging and dropping them in the commit list ([#4433](https://github.com/gitkraken/vscode-gitlens/issues/4433))
23+
- Improves some cases where staging or working tree changes are incorrectly detected ([#4667](https://github.com/gitkraken/vscode-gitlens/issues/4667))
24+
- Adds support for untracked files ([#4636](https://github.com/gitkraken/vscode-gitlens/issues/4636))
25+
- Adds support for composing without a base commit ([#4637](https://github.com/gitkraken/vscode-gitlens/issues/4637))
2026

2127
### Changed
2228

@@ -34,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3440
- Fixes _Commit Graph_ losing row selection when graph updates ([#4544](https://github.com/gitkraken/vscode-gitlens/issues/4544))
3541
- Fixes "Element with id already registered" error on comparison w/ multiple repos ([#4521](https://github.com/gitkraken/vscode-gitlens/issues/4521))
3642
- Fixes _Commit Composer_ diffs misaligned with large editor font sizes ([#4573](https://github.com/gitkraken/vscode-gitlens/issues/4573))
43+
- Fixes MCP installation flow from proceeding in cases where it shouldn't ([#4672](https://github.com/gitkraken/vscode-gitlens/issues/4672), [#4673](https://github.com/gitkraken/vscode-gitlens/issues/4673), [#4674](https://github.com/gitkraken/vscode-gitlens/issues/4674))
3744

3845
## [17.6.2] - 2025-10-16
3946

0 commit comments

Comments
 (0)