Skip to content

Commit fc777b5

Browse files
Updates CHANGELOG
1 parent 6211006 commit fc777b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212
- Adds monospace formatting in commit messages — closes [#2350](https://github.com/gitkraken/vscode-gitlens/issues/2350)
1313
- 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)
1414
- Adds a way to force push from the Graph
15+
- 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)
1516

1617
### Changed
1718

@@ -20,6 +21,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2021
- Improves repository locating when using Launchpad — closes [#3633](https://github.com/gitkraken/vscode-gitlens/issues/3633)
2122
- Improves unnecessary prompting for certain deeplink and Launchpad workflows
2223
- Changes to automatically record repository path location when opening repositories — closes [#3635](https://github.com/gitkraken/vscode-gitlens/issues/3635)
24+
- Improves _Switch_, _Open in Worktree_, and deep link flows:
25+
- Reduces prompts for locating repositories which the user has previously opened — closes [#3555](https://github.com/gitkraken/vscode-gitlens/issues/3555)
26+
- Improves automatic detection of matching repositories for pull requests — closes [#3627](https://github.com/gitkraken/vscode-gitlens/issues/3627)
27+
- Automatically fetches from the repository when needed rather than prompting the user
2328

2429
### Fixed
2530

@@ -30,8 +35,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3035
- Fixes [#3573](https://github.com/gitkraken/vscode-gitlens/issues/3573) - 'Create Branch in Worktree' option in 'Create Branch' shows a repo picker if you have multiple repos open
3136
- Fixes [#3612](https://github.com/gitkraken/vscode-gitlens/issues/3612) - Prevents cloud integration sync process from opening gkdev connect page/flow
3237
- Fixes [#3519](https://github.com/gitkraken/vscode-gitlens/issues/3519) - Add fallback/cutoff to our backend calls similar to how we handle GitHub queries
38+
- Fixes [#3608](https://github.com/gitkraken/vscode-gitlens/issues/3608) - Integration connection page opening on every launch of VS Code and on profile change
39+
- Fixes [#3618](https://github.com/gitkraken/vscode-gitlens/issues/3618) -Reauthentication not working for cloud integrations
3340
- Fixes an issue where virtual repositories for GitHub PRs from forks wouldn't load properly
3441
- Fixes an issue where deleting a worktree would not always remove the worktree from the view
42+
- Fixes actions not working on Launchpad items with special characters in their branch name
43+
- Fixes _Open in Worktree_ command sometimes showing an unnecessary worktree confirmation step
44+
- Fixes some instances where the progress notification lingers after canceling when connecting an integration
3545

3646
### Engineering
3747

0 commit comments

Comments
 (0)