Skip to content

Commit 52d5a9f

Browse files
committed
Updates CHANGELOG
1 parent 1ed9017 commit 52d5a9f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515
- Changes _rebase_, _merge_, _revert_, and _branch delete_ commands no longer use/open a terminal ([#3527](https://github.com/gitkraken/vscode-gitlens/issues/3527), [#3530](https://github.com/gitkraken/vscode-gitlens/issues/3530), [#3532](https://github.com/gitkraken/vscode-gitlens/issues/3532), [#3534](https://github.com/gitkraken/vscode-gitlens/issues/3534))
1616
- Improves telemetry tracking for hover actions by adding source and detail attributes to events from editor hovers ([#4764](https://github.com/gitkraken/vscode-gitlens/issues/4764))
1717

18+
## [17.7.1] - 2025-11-13
19+
20+
### Changed
21+
22+
- Updates the OpenAI model selection
23+
- Improves positioning of the "Recompose Commits" command in context menus
24+
- Ensures Git streams are closed eagerly to prevent resource leaks and potential `SIGPIPE` errors
25+
26+
### Fixed
27+
28+
- Fixes performance of _Show Branches and Tags_ command
29+
1830
## [17.7.0] - 2025-11-11
1931

2032
### Added
@@ -6501,7 +6513,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
65016513

65026514
- Initial release but still heavily a work in progress.
65036515

6504-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.7.0...HEAD
6516+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.7.1...HEAD
6517+
[17.7.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.7.0...gitkraken:v17.7.1
65056518
[17.7.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.6.2...gitkraken:v17.7.0
65066519
[17.6.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.6.1...gitkraken:v17.6.2
65076520
[17.6.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.6.0...gitkraken:v17.6.1

0 commit comments

Comments
 (0)