Skip to content

Commit d7824a5

Browse files
committed
Updates CHANGELOG
1 parent e589aeb commit d7824a5

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
- Adds support for GitKraken AI, powered by Google Gemini, included with all GitLens Pro subscriptions
12+
- Adds expanded support for GitHub Copilot-provided AI models
1113
- Adds an AI-powered "Create with AI" button to assist with creating pull requests for GitHub and GitLab
12-
- Adds AI-powered ability to automatically generate changelogs ([#4189](https://github.com/gitkraken/vscode-gitlens/issues/4189))
14+
- Adds AI-powered changelog generation between two references ([#4189](https://github.com/gitkraken/vscode-gitlens/issues/4189))
1315
- Adds a _Generate Changelog (Preview)..._ command to the Command Palette
1416
- Adds a _Generate Changelog (Preview)..._ context menu item to branches and tags in the _Commit Graph_ and in GitLens views
1517
- Adds a _Generate Changelog (Preview)_ context menu item to Behind/Ahead comparison results in Gitlens views
@@ -20,33 +22,42 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2022
- Adds enriched links to PRs and issues ([#4045](https://github.com/gitkraken/vscode-gitlens/issues/4045))
2123
- Adds Bitbucket Cloud and Data Center PRs in _Launchpad_ ([#4046](https://github.com/gitkraken/vscode-gitlens/issues/4046))
2224
- Adds support for Bitbucket issues in _Start Work_ and allows associating issues with branches ([#4047](https://github.com/gitkraken/vscode-gitlens/issues/4047), [#4107](https://github.com/gitkraken/vscode-gitlens/issues/4107))
25+
- Enables multi-select in GitLens views to be enabled by default
2326
- Adds ability to control how worktrees are displayed in the views
2427
- Adds a `gitlens.views.worktrees.worktrees.viewAs` setting to specify whether to show worktrees by name, path, or relative path
2528
- Adds a `gitlens.views.worktrees.branches.layout` setting to specify whether to show branch worktrees as a list or tree, similar to branches
26-
- Improves detection in the merge target hover for other cases where a branch was merged and adds other actions for the branch and its merge target ([#4124](https://github.com/gitkraken/vscode-gitlens/issues/4124))
29+
- Improves detection in the merge target hover on _Home_ for other cases where a branch was merged and adds other actions for the branch and its merge target ([#4124](https://github.com/gitkraken/vscode-gitlens/issues/4124))
30+
- Adds expanded support for creating pull requests to all supported providers ([#4142](https://github.com/gitkraken/vscode-gitlens/issues/4142))
31+
- Adds a _Merge Changes (Manually)..._ action to files in GitLens view to merge changes in those files into the working tree
32+
- Adds an _Open Changes with Common Base_ action to comparison results files
2733

2834
### Changed
2935

30-
- Curated the list of AI models available for GitLens' AI features
36+
- Improves performance by avoiding eager loading of full commit details for inline blame ([#4115](https://github.com/gitkraken/vscode-gitlens/issues/4115))
37+
- Improves performance by removing `--full-history` flag usage in git commands
3138
- Updates the _Switch AI Model_ command and flow
3239
- Renames the _Switch AI Model_ command to _Switch AI Provider/Model_
3340
- Allows the provider to be selected before displaying a list of models
3441
- Adds inline actions to reset or configure a provider at the provider step
42+
- Curated the list of AI models available for GitLens' AI features
43+
- Improves behavior when opening multiple file changes simultaneously
44+
- Improves accuracy of file lists and stats for uncommitted changes
45+
- Changes AI features (stash description, changelog generation) to honor organization settings
3546

3647
### Fixed
3748

38-
- Fixes _Create Pull Request_ feature ([#4142](https://github.com/gitkraken/vscode-gitlens/issues/4142))
3949
- Fixes Bitbucket Server remote - "scm/" path prefix not removed (regression) ([#3218](https://github.com/gitkraken/vscode-gitlens/issues/3218))
40-
- Fixes avoid eagerly getting "full" commit details for inline blame ([#4115](https://github.com/gitkraken/vscode-gitlens/issues/4115))
4150
- Fixes large commit messages work poorly on Commit Graph ([#4100](https://github.com/gitkraken/vscode-gitlens/issues/4100))
4251
- Fixes _Show \* View_ commands fail intermittently ([#4127](https://github.com/gitkraken/vscode-gitlens/issues/4127))
43-
- Fixes load more not working on incoming changes in Commits/Repositories views ([#4154](https://github.com/gitkraken/vscode-gitlens/issues/4154))
52+
- Fixes _Load more_ action not working on incoming changes in Commits/Repositories views ([#4154](https://github.com/gitkraken/vscode-gitlens/issues/4154))
4453
- Fixes incorrect settings.json entry for Google Gemini 2.0 Flash Thinking causes linter warning ([#4168](https://github.com/gitkraken/vscode-gitlens/issues/4168))
4554
- Fixes multiple autolinks in commit message are broken when enriched ([#4069](https://github.com/gitkraken/vscode-gitlens/issues/4069))
4655
- Fixes `gitlens.hovers.autolinks.enhanced` setting is not respected ([#4174](https://github.com/gitkraken/vscode-gitlens/issues/4174))
4756
- Fixes sign out action on Account popover is actually sign in ([#4182](https://github.com/gitkraken/vscode-gitlens/issues/4182))
4857
- Fixes Launchpad view causing an "add remote" prompt on load ([#4039](https://github.com/gitkraken/vscode-gitlens/issues/4039))
4958
- Fixes Launchpad indicator not updating when an item is snoozed ([#4103](https://github.com/gitkraken/vscode-gitlens/issues/4103))
59+
- Fixes autolinks sometimes not shown in the Inspect view when integrations were disconnected
60+
- Fixes an issue with overlapping popover UI elements
5061

5162
## [16.3.3] - 2025-03-13
5263

0 commit comments

Comments
 (0)