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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
12
12
- Adds monospace formatting in commit messages — closes [#2350](https://github.com/gitkraken/vscode-gitlens/issues/2350)
13
13
- 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)
14
14
- 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)
15
16
16
17
### Changed
17
18
@@ -20,6 +21,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
20
21
- Improves repository locating when using Launchpad — closes [#3633](https://github.com/gitkraken/vscode-gitlens/issues/3633)
21
22
- Improves unnecessary prompting for certain deeplink and Launchpad workflows
22
23
- 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
23
28
24
29
### Fixed
25
30
@@ -30,8 +35,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
30
35
- 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
31
36
- Fixes [#3612](https://github.com/gitkraken/vscode-gitlens/issues/3612) - Prevents cloud integration sync process from opening gkdev connect page/flow
32
37
- 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
33
40
- Fixes an issue where virtual repositories for GitHub PRs from forks wouldn't load properly
34
41
- 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
0 commit comments