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
+102-3Lines changed: 102 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,102 @@ 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)
11
+
- Adds the ability to get autolinks for branches using branch name [#3547](https://github.com/gitkraken/vscode-gitlens/issues/3547)
12
+
13
+
## [16.0.2] - 2024-11-18
14
+
15
+
### Changed
16
+
17
+
- Changes to expand the _GitLens_ view after upgrading (one time)
18
+
19
+
## [16.0.1] - 2024-11-15
20
+
21
+
### Added
22
+
23
+
- Adds context menu command in _Commit Graph_ to reset Current Branch to a tag.
24
+
25
+
### Changed
26
+
27
+
- Changes the _Search & Compare_ view to be separate (detached) from the new grouped _GitLens_ view
28
+
29
+
### Fixed
30
+
31
+
- Fixes Home's Recent section being hidden when there are no recent items
32
+
33
+
## [16.0.0] - 2024-11-14
34
+
35
+
### Added
36
+
37
+
- Adds the ability to group GitLens views into a single _GitLens_ view in the Source Control sidebar
38
+
- Includes Commits, Branches, Remotes, Stashes, Tags, Worktrees, Contributors, Repositories, Search & Compare, and Launchpad views
39
+
- Switch views by clicking on the specific view icons in the grouped _GitLens_ view header
40
+
- Grouped views can be separated (detached) from the grouped _GitLens_ view via context menu commands from the view header
41
+
- Detached views can be regrouped by clicking the close (`x`) icon in the view header
42
+
- 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)
43
+
- Adds a new `gitlens.views.scm.grouped.views` setting to specify which views to show in the grouped _GitLens_ view
44
+
- Adds a completely reimagined Home view
45
+
- Active section:
46
+
- Shows your current repository, branch, and repository state
47
+
- Actions for syncing (push, pull, fetch), switching repos/branches, and viewing working directory changes
48
+
- Launchpad section:
49
+
- Shows pull requests that need your review, are blocked, or are ready to merge
50
+
- Start work action to begin a new branch or worktree, or generate one from an existing issue
51
+
- Recent section: return to previous work by showing recent branches, worktrees, and PRs with activity for your chosen timeframe
52
+
- 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)
53
+
- Start from an issue from GitHub or Jira (other integrations coming soon) and create a branch and/or worktree
54
+
- 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)
55
+
- Adds a new _Filter Commits_ button to the Commit Graph toolbar — closes [#3686](https://github.com/gitkraken/vscode-gitlens/issues/3686)
56
+
- When toggled while searching the graph, it will be filtered to show only commits matching the search query
57
+
- Adds and expands AI support for GitLens' AI features, now out of experimental and in preview
58
+
- Refines and improves commit message generation and explaining changes, through better prompting and context
59
+
- Adds new model support from GitHub Copilot when installed — no api key needed
60
+
- Adds the latest OpenAI and Claude models
61
+
- Adds new models from xAI, GitHub Models, and HuggingFace
62
+
- Adds a new _Launchpad_ view, now out of experimental mode — closes [#3615](https://github.com/gitkraken/vscode-gitlens/issues/3615):
63
+
- Remembers the collapsed/expanded state of groups and auto-expands the _Current Branch_ group & item, if applicable
64
+
- Reflects changes better, including pinning and snoozing items
65
+
- Pinned items should now appear above non-pinned items in their respective groups
66
+
- Adds new all-new onboarding walkthrough — closes [#3656](https://github.com/gitkraken/vscode-gitlens/issues/3656)
67
+
- Adds new deep links to certain GitLens features and views — closes [#3679](https://github.com/gitkraken/vscode-gitlens/issues/3679)
68
+
- Adds support for deep links to the GitLens walkthrough — closes [#3677](https://github.com/gitkraken/vscode-gitlens/issues/3677)
69
+
- Adds support for deep links to _Launchpad_— closes [#3678](https://github.com/gitkraken/vscode-gitlens/issues/3678)
70
+
- Adds support for deep links to the _Commit Graph_, _Worktrees_, _Inspect_, and _Cloud Patches_— closes [#3703](https://github.com/gitkraken/vscode-gitlens/issues/3703)
71
+
- Adds _Copy Changes (Patch)_ command to the context menu of branch comparisons and their files in the _Commits_, _Branches_, and _Remotes_ views
72
+
- Adds an _Upgrade_ and _Switch to Release Version_ to the expiration notification when using the pre-release of GitLens
73
+
74
+
### Changed
75
+
76
+
- Changes the, no account, 3-day preview experience of GitLens Pro to be 3 non-consecutive days on the _Commit Graph_
77
+
- Changes the GitLens Pro 7-day trial to be 14 days, and 30 days if you invite a teamate
78
+
- Improves _Launchpad_ & the _Launchpad_ view — closes [#3614](https://github.com/gitkraken/vscode-gitlens/issues/3614):
79
+
- Adds _Pin_ and _Snooze_ buttons to the header item in the action step
80
+
- 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
81
+
- Renames _Switch to Branch or Worktree_ option to _Switch to Branch_, since it already includes options to create a worktree in the action flow
82
+
- Improves the open in worktree action flow — closes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549):
83
+
- Changes to open a multi-diff editor of the changes when opening a new worktree from a PR to make reviewing easier —[#3734](https://github.com/gitkraken/vscode-gitlens/issues/3734)
84
+
- Improves the _Explain_ panel in _Inspect_ and _Graph Details_ with markdown formatting
85
+
- Changes how GitLens handles creating and deleting tags to avoid using the terminal —[#3670](https://github.com/gitkraken/vscode-gitlens/issues/3670)
86
+
- Improves quick pick workflows when no repositories are open
87
+
- Renames _GK Workspaces_ (GitKraken Workspaces) to _Cloud Workspaces_
88
+
- Improves revealing items in the GitLens views
89
+
- Limits buffering during logging to reduce memory usage
90
+
91
+
### Fixed
92
+
93
+
- Fixes [#3549](https://github.com/gitkraken/vscode-gitlens/issues/3549) - Webviews can have issues with high contrast themes
94
+
- Fixes [#3133](https://github.com/gitkraken/vscode-gitlens/issues/3133) - Infinite error loop when pushing stash from GUI
95
+
- Fixes branch creation and switch quickpicks failing to close when a worktree is created during the flow
96
+
- Fixes some cases where Launchpad can fail to detect a connected integration
97
+
- 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
98
+
- Fixes issues with failing to delete stored state
99
+
- Fixes issues with logging on some failure cases
100
+
- Fixes issues with log scope tracking
101
+
102
+
### Removed
103
+
104
+
- Removes the GitLens Welcome view in favor of the new onboarding walkthrough experience
105
+
106
+
## [15.6.3] - 2024-11-05
12
107
13
108
## [15.6.2] - 2024-10-17
14
109
@@ -38,7 +133,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
38
133
- Adds monospace formatting in commit messages — closes [#2350](https://github.com/gitkraken/vscode-gitlens/issues/2350)
39
134
- Adds a new `${authorFirst}` and `${authorLast}` commit formatting tokens that can be used in inline blame, commit hovers, etc — closes [#2980](https://github.com/gitkraken/vscode-gitlens/issues/2980)
40
135
- Adds a new _Create New Branch_ button to the _Commit Graph_ toolbar — closes [#3553](https://github.com/gitkraken/vscode-gitlens/issues/3553)
41
-
- Adds new ability to force push from the _Commit Graph_ toolbar— closes [#3493](https://github.com/gitkraken/vscode-gitlens/issues/3493)
136
+
- Adds new ability to force push from the _Commit Graph_ toolbar— closes [#3493](https://github.com/gitkraken/vscode-gitlens/issues/3493)
42
137
- Adds a new `gitlens.launchpad.includedOrganizations` setting to specify which organizations to include in _Launchpad_— closes [#3550](https://github.com/gitkraken/vscode-gitlens/issues/3550)
43
138
- Adds repository owner/name and code suggest to hovers on the experimental Launchpad view
44
139
@@ -5686,7 +5781,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5686
5781
5687
5782
- Initial release but still heavily a work in progress.
0 commit comments