Skip to content

Commit f8e17bc

Browse files
committed
Updates CHANGELOG (17.0.3 patch)
1 parent 2f2609b commit f8e17bc

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
### Changed
1717

1818
- Improves editor revision navigation ([#4200](https://github.com/gitkraken/vscode-gitlens/issues/4200))
19-
- Improves AI-related error messages ([#4227](https://github.com/gitkraken/vscode-gitlens/issues/4227))
2019
- Changes cherry-pick command no longer use/open a terminal ([#3531](https://github.com/gitkraken/vscode-gitlens/issues/3531))
2120
- Improves date setting descriptions ([#3953](https://github.com/gitkraken/vscode-gitlens/issues/3953))
2221
- Bumps `eslint-plugin-import-x` to v4.10.5 — thanks to [PR #4236](https://github.com/gitkraken/vscode-gitlens/pull/4236) by JounQin ([@JounQin](https://github.com/JounQin))
@@ -26,7 +25,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2625
- Fixes cache collision between issues and PRs in autolinks ([#4193](https://github.com/gitkraken/vscode-gitlens/issues/4193))
2726
- Fixes incorrect PR Link Across Azure DevOps Projects ([#4207](https://github.com/gitkraken/vscode-gitlens/issues/4207))
2827
- Fixes detail view incorrectly parses GitHub account in commit message ([#3246](https://github.com/gitkraken/vscode-gitlens/issues/3246))
28+
29+
## [17.0.3] - 2025-04-17
30+
31+
### Changed
32+
33+
- Improves AI-related error messages ([#4227](https://github.com/gitkraken/vscode-gitlens/issues/4227))
34+
- Shows the default worktree with a branch icon in the Home view
35+
36+
### Fixed
37+
2938
- Fixes `undefined` sometimes showing for search results in the _Search Commits_ command and _Search & Compare_ view
39+
- Fixes missing account menu buttons for synchronizing account status and managing account
3040

3141
## [17.0.2] - 2025-04-11
3242

@@ -6104,7 +6114,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
61046114

61056115
- Initial release but still heavily a work in progress.
61066116

6107-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.0.2...HEAD
6117+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.0.3...HEAD
6118+
[17.0.3]: https://github.com/gitkraken/vscode-gitlens/compare/v17.0.2...gitkraken:v17.0.3
61086119
[17.0.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.0.1...gitkraken:v17.0.2
61096120
[17.0.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.0.0...gitkraken:v17.0.1
61106121
[17.0.0]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.3...gitkraken:v17.0.0

0 commit comments

Comments
 (0)