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
+53-24Lines changed: 53 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,69 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
-
- Adds new ability to search for a GitHub PR in the _Launchpad;_ closes [#3543](https://github.com/gitkraken/vscode-gitlens/issues/3543)
12
-
- Adds _Start Work_ command that opens a quick pick to initiate different flows for starting work (creating a branch).; closes [#3621](https://github.com/gitkraken/vscode-gitlens/issues/3621)
13
-
- Adds a new _Filter Commits_ button to the Commit Graph toolbar. When toggled while searching the graph, it will be filtered to show only commits matching the search query
14
-
- Adds support for deep links to GitLens features and views:
15
-
- Adds support for deep links to the GitLens Walkthrough; closes [#3677](https://github.com/gitkraken/vscode-gitlens/issues/3677)
16
-
- Adds support for deep links to Launchpad; closes [#3678](https://github.com/gitkraken/vscode-gitlens/issues/3678)
17
-
- Adds support for deep links to the Commit Graph, Worktrees View, Inspect View, and Cloud Patches View; closes [#3703](https://github.com/gitkraken/vscode-gitlens/issues/3703)
18
-
- Adds new walkthrough (onboarding checklist); closes [#3656](https://github.com/gitkraken/vscode-gitlens/issues/3656)
19
-
- Adds a Feature Preview of 3 days to the Commit Graph that allows using it on privately-hosted repositories
11
+
- Adds the ability to group GitLens views into a single GitLens view in the Source Control sidebar
12
+
- Includes Commits, Branches, Remotes, Stashes, Tags, Worktrees, Contributors, Repositories, Search & Compare, and Launchpad views
13
+
- Switch views by clicking on the specific view icons in the grouped GitLens view header
14
+
- Grouped views can be separated (detached) from the grouped GitLens view via context menu commands from the view header
15
+
- Detached views can be regrouped by clicking the close (`x`) icon in the view header
16
+
- Adds a new `gitlens.views.scm.grouped.default` setting to specify the default view to show in the grouped GitLens view on new workspaces/folders (otherwise the last selected view is remembered)
17
+
- Adds a new `gitlens.views.scm.grouped.views` setting to specify which views to show in the grouped GitLens view
18
+
- Adds a completely reimagined Home view
19
+
- TODO@d13
20
+
- Adds _Start Work_ command that opens a quick pick to initiate different flows for starting new work — closes [#3621](https://github.com/gitkraken/vscode-gitlens/issues/3621)
21
+
- Start from an issue from GitHub or Jira (other integrations coming soon) and create a branch and/or worktree
22
+
- Adds new ability to search for a GitHub PR in the _Launchpad_— closes [#3543](https://github.com/gitkraken/vscode-gitlens/issues/3543), [#3684](https://github.com/gitkraken/vscode-gitlens/issues/3684)
23
+
- Adds a new _Filter Commits_ button to the Commit Graph toolbar — closes [#3686](https://github.com/gitkraken/vscode-gitlens/issues/3686)
24
+
- When toggled while searching the graph, it will be filtered to show only commits matching the search query
25
+
- Adds and expands AI support for GitLens' AI features, now out of experimental and in preview
26
+
- Refines and improves commit message generation and explaining changes, through better prompting and context
27
+
- Adds new model support from GitHub Copilot when installed — no api key needed
28
+
- Adds the latest OpenAI and Claude models
29
+
- Adds new models from xAI, GitHub Models, and HuggingFace
30
+
- Adds a new _Launchpad_ view, now out of experimental mode — closes [#3615](https://github.com/gitkraken/vscode-gitlens/issues/3615):
31
+
- Remembers the collapsed/expanded state of groups and auto-expands the _Current Branch_ group & item, if applicable
32
+
- Reflects changes better, including pinning and snoozing items
33
+
- Pinned items should now appear above non-pinned items in their respective groups
34
+
- Adds new all-new onboarding walkthrough — closes [#3656](https://github.com/gitkraken/vscode-gitlens/issues/3656)
35
+
- Adds new deep links to certain GitLens features and views — closes [#3679](https://github.com/gitkraken/vscode-gitlens/issues/3679)
36
+
- Adds support for deep links to the GitLens walkthrough — closes [#3677](https://github.com/gitkraken/vscode-gitlens/issues/3677)
37
+
- Adds support for deep links to _Launchpad_— closes [#3678](https://github.com/gitkraken/vscode-gitlens/issues/3678)
38
+
- Adds support for deep links to the _Commit Graph_, _Worktrees_, _Inspect_, and _Cloud Patches_— closes [#3703](https://github.com/gitkraken/vscode-gitlens/issues/3703)
39
+
- Adds _Copy Changes (Patch)_ command to the context menu of branch comparisons and their files in the _Commits_, _Branches_, and _Remotes_ views
40
+
- Adds an _Upgrade_ and _Switch to Release Version_ to the expiration notification when using the pre-release of GitLens
- Replaces _Compare Pull Request_ hover icon button with _Open in Worktree_
32
-
- Remembers the collapsed/expanded state of groups
33
-
- Expands the _Current Branch_ group, and Launchpad item corresponding to the current branch, by default
34
-
- Draft pull requests for which the current user's review is needed are now also shown in the "Needs Your Review" group, with a draft icon
35
-
- Launchpad view is now more responsive to changes in the Launchpad including pinning and snoozing items
36
-
- Pinned items should now appear above non-pinned items in their respective groups
37
-
- Extends GitKraken Pro trials from 7 to 14 days
49
+
- Renames _Switch to Branch or Worktree_ option to _Switch to Branch_, since it already includes options to create a worktree in the action flow
50
+
- Improves the open in worktree action flow — closes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549):
51
+
- Changes to open a multi-diff editor of the changes when opening a new worktree from a PR to make reviewing easier —[#3701](https://github.com/gitkraken/vscode-gitlens/issues/3701)
52
+
- Improves the _Explain_ panel in _Inspect_ and _Graph Details_ with markdown formatting
53
+
- Changes how GitLens handles creating and deleting tags to avoid using the terminal —[#3670](https://github.com/gitkraken/vscode-gitlens/issues/3670)
54
+
- Improves quick pick workflows when no repositories are open
55
+
- Renames _GK Workspaces_ (GitKraken Workspaces) to _Cloud Workspaces_
56
+
- Improves revealing items in the GitLens views
57
+
- Limits buffering during logging to reduce memory usage
38
58
39
59
### Fixed
40
60
41
-
- Fixes branch creation and switch quickpicks failing to close when a worktree is created during the flow
42
-
- Fixes some cases where Launchpad can fail to detect a connected integration
43
61
- Fixes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549) - Webviews can have issues with high contrast themes
44
62
- Fixes [#3734](https://github.com/gitkraken/vscode-gitlens/issues/3734) - Open multi-diff editor when opening a new worktree from a PR
63
+
- Fixes [#3133](https://github.com/gitkraken/vscode-gitlens/issues/3133) - Infinite error loop when pushing stash from GUI
64
+
- Fixes branch creation and switch quickpicks failing to close when a worktree is created during the flow
65
+
- Fixes some cases where Launchpad can fail to detect a connected integration
66
+
- Fixed issues with renamed file status on comparisons and pull requests and ensures that renamed files get returned in file status and revision content git operations
67
+
- Fixes issues with failing to delete stored state
68
+
- Fixes issues with logging on some failure cases
69
+
- Fixes issues with log scope tracking
70
+
71
+
### Removed
72
+
73
+
- Removes the GitLens Welcome view in favor of the new onboarding walkthrough experience
0 commit comments