You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
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
11
13
- 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))
13
15
- Adds a _Generate Changelog (Preview)..._ command to the Command Palette
14
16
- Adds a _Generate Changelog (Preview)..._ context menu item to branches and tags in the _Commit Graph_ and in GitLens views
15
17
- 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
20
22
- Adds enriched links to PRs and issues ([#4045](https://github.com/gitkraken/vscode-gitlens/issues/4045))
21
23
- Adds Bitbucket Cloud and Data Center PRs in _Launchpad_ ([#4046](https://github.com/gitkraken/vscode-gitlens/issues/4046))
22
24
- 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
23
26
- Adds ability to control how worktrees are displayed in the views
24
27
- Adds a `gitlens.views.worktrees.worktrees.viewAs` setting to specify whether to show worktrees by name, path, or relative path
25
28
- 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
27
33
28
34
### Changed
29
35
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
31
38
- Updates the _Switch AI Model_ command and flow
32
39
- Renames the _Switch AI Model_ command to _Switch AI Provider/Model_
33
40
- Allows the provider to be selected before displaying a list of models
34
41
- 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
- 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))
44
53
- Fixes incorrect settings.json entry for Google Gemini 2.0 Flash Thinking causes linter warning ([#4168](https://github.com/gitkraken/vscode-gitlens/issues/4168))
45
54
- Fixes multiple autolinks in commit message are broken when enriched ([#4069](https://github.com/gitkraken/vscode-gitlens/issues/4069))
46
55
- Fixes `gitlens.hovers.autolinks.enhanced` setting is not respected ([#4174](https://github.com/gitkraken/vscode-gitlens/issues/4174))
47
56
- Fixes sign out action on Account popover is actually sign in ([#4182](https://github.com/gitkraken/vscode-gitlens/issues/4182))
48
57
- Fixes Launchpad view causing an "add remote" prompt on load ([#4039](https://github.com/gitkraken/vscode-gitlens/issues/4039))
49
58
- 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
0 commit comments