Skip to content

Commit d0c2617

Browse files
committed
Updates CHANGELOG
1 parent e5774a7 commit d0c2617

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

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

99
### Added
1010

11-
- Adds the ability to link a GitKraken Cloud workspace with its associated VS Code workspace
12-
- Adds options when creating the VS Code workspace to automatically add repositories that were added to its associated GitKraken Cloud workspace: `Enable`, `Disable`, and `Ask every time`
13-
- Adds a new context menu command `Add Repositories from Linked Workspace` on the `Current Window` view item to perform this action manually when on a linked workspace file
14-
- Adds a new command `Open VS Code Workspace` to open the existing VS Code workspace associated with a GitKraken Cloud workspace. This command replaces the existing `Create VS Code Workspace` command for that workspace
15-
- When a VS Code workspace associated with a GitKraken Cloud workspace is opened, the associated GitKraken Cloud workspace is highlighted in green in the _GitKraken Workspaces_ view
16-
- Adds a progress notification while repositories are being added to a GitKraken Cloud workspace
17-
- Adds support for deep links to comparisons. Deep links of this format take the form `vscode://eamodio.gitlens/r/{repoId}/compare/{ref1}[..|...]{ref2}?[url={remoteUrl}|path={repoPath}]` and open the comparison in the _Search & Compare_ view
18-
- Adds the `Share` submenu to the context menu for Comparison items in the _Search & Compare_ view with a new command `Copy Link to Comparison` to copy the deep link to that comparison to the clipboard
19-
- Adds experimental native fetch support (enabled by setting `gitlens.experimental.nativeGit` to `true` in settings) as a potential fix to some auth issues with GitLens git operations
11+
- Adds the ability to link a GitKraken Cloud workspace with an associated VS Code workspace
12+
- Adds ability to automatically add repositories to the current VS Code workspace that were added to its associated GitKraken Cloud workspace, if desired
13+
- Adds a _Change Linked Workspace Auto-Add Behavior..._ context menu command on the _Current Window_ and linked workspace to control the desired behavior
14+
- Adds an _Add Repositories from Linked Workspace..._ context menu command on the _Current Window_ item to trigger this manually
15+
- Adds a new _Open VS Code Workspace_ command to open an existing VS Code workspace associated with a GitKraken Cloud workspace
16+
- Adds a highlight (green) to the linked GitKraken Cloud workspace when the current VS Code workspace is associated with it in the _GitKraken Workspaces_ view
17+
- Adds deep link support for comparisons in the _Search & Compare_ view
18+
- Deep link format: `vscode://eamodio.gitlens/r/{repoId}/compare/{ref1}[..|...]{ref2}?[url={remoteUrl}|path={repoPath}]`
19+
- Adds a _Share_ submenu with a _Copy Link to Comparison_ command to comparisions in the _Search & Compare_ view
2020
- Adds support for Anthropic's Claude 2 AI model
21+
- Adds a progress notification while repositories are being added to a GitKraken Cloud workspace
2122

2223
### Changed
2324

24-
- Renames `Convert to VS Code Workspace` to `Create VS Code Workspace` for workspace items in the _GitKraken Workspaces_ view to better reflect the behavior of the action
25-
- Hides `Create VS Code Workspace` and `Locate All Repositories` commands on empty workspaces in the _GitKraken Workspaces_ view
25+
- Improves scrolling performance on the _Commit Graph_
26+
- Renames _Convert to VS Code Workspace_ to _Create VS Code Workspace_ for workspaces in the _GitKraken Workspaces_ view to better reflect the behavior of the action
27+
- Hides _Create VS Code Workspace_ and _Locate All Repositories_ commands on empty workspaces in the _GitKraken Workspaces_ view
2628

2729
### Fixed
2830

0 commit comments

Comments
 (0)