Skip to content

Commit 9196753

Browse files
committed
Bumps to v17.12.1
1 parent 8d3e204 commit 9196753

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.1] - 2026-04-17
10+
911
### Fixed
1012

1113
- Fixes an issue where the _Connect Remote Integration_, _Disconnect Remote Integration_, _Open Branches on Remote_, and _Open on Remote_ actions on remote nodes in the _Remotes_ view (and other tree views) fail with a "command not found" error — regression in v17.12.0 ([#5150](https://github.com/gitkraken/vscode-gitlens/issues/5150))
@@ -6800,7 +6802,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
68006802

68016803
- Initial release but still heavily a work in progress.
68026804

6803-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.0...HEAD
6805+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.1...HEAD
6806+
[17.12.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.0...gitkraken:v17.12.1
68046807
[17.12.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...gitkraken:v17.12.0
68056808
[17.11.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.0...gitkraken:v17.11.1
68066809
[17.11.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.2...gitkraken:v17.11.0

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.12.0",
5+
"version": "17.12.1",
66
"engines": {
77
"node": ">= 22.18.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)