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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
14
14
15
15
### Changed
16
16
17
-
- Adds vscode-test to run unit-tests — closes [#3570](https://github.com/gitkraken/vscode-gitlens/issues/3570)
18
-
19
17
### Fixed
20
18
21
19
- Fixes [#3592](https://github.com/gitkraken/vscode-gitlens/issues/3592) - Connecting to an integration via Remotes view (but likely others) doesn't work
22
20
- Fixes [#3571](https://github.com/gitkraken/vscode-gitlens/issues/3571) - Gitlens fails to register buttons on top-right corner — thanks to [PR #3605](https://github.com/gitkraken/vscode-gitlens/pull/3605) by Jean Pierre ([@jeanp413](https://github.com/jeanp413))
23
21
- Fixes an issue where virtual repositories for GitHub PRs from forks wouldn't load properly
24
22
- Fixes an issue where deleting a worktree would not always remove the worktree from the view
25
23
24
+
### Engineering
25
+
26
+
- Adds end-to-end testing infrastructure using [Playwright](https://playwright.dev)
27
+
- Adds vscode-test to run unit-tests — closes [#3570](https://github.com/gitkraken/vscode-gitlens/issues/3570)
0 commit comments