Skip to content

Commit a84284d

Browse files
committed
Bumps to v17.12.0
1 parent 3c40681 commit a84284d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [17.12.0] - 2026-04-14
10+
911
### Added
1012

1113
- Adds the ability to register the GitKraken MCP server with additional agents detected on your machine (e.g. Claude Desktop, Codex, Gemini CLI) — available after MCP installation or via the "Connect More Agents" action in the _Home_ view, _Welcome_ page ([#5096](https://github.com/gitkraken/vscode-gitlens/issues/5096))
@@ -6790,7 +6792,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
67906792

67916793
- Initial release but still heavily a work in progress.
67926794

6793-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...HEAD
6795+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.0...HEAD
6796+
[17.12.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...gitkraken:v17.12.0
67946797
[17.11.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.0...gitkraken:v17.11.1
67956798
[17.11.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.2...gitkraken:v17.11.0
67966799
[17.10.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.1...gitkraken:v17.10.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
5-
"version": "17.11.0",
5+
"version": "17.12.0",
66
"engines": {
77
"node": ">= 22.18.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)