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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
11
11
- Adds support for GitHub Copilot and other VS Code extension-provided AI models for GitLens' experimental AI features
12
12
- Adds a `gitlens.ai.experimental.model` setting to specify the AI model to use
13
13
- Adds a `gitlens.ai.experimental.vscode.model` setting to specify the VS Code extension-provided AI model to use when `gitlens.ai.experimental.model` is set to `vscode`
14
+
- Adds new Launchpad improvements:
15
+
- Collapsed state of Launchpad groups are now saved between uses
16
+
- The _Draft_ and _Pinned_ categories in the Launchpad now always sort their items by date
17
+
- The Launchpad and Launchpad status bar indicator now indicate when there is an error loading data
18
+
- The Launchpad indicator now shows the Launchpad icon next to the loading spinner when the Launchpad is loading
14
19
15
20
### Changed
16
21
@@ -21,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
21
26
### Fixed
22
27
23
28
- Fixes [#3295](https://github.com/gitkraken/vscode-gitlens/issues/3295) - Incorrect pluralization in Authors lens — thanks to [PR #3296](https://github.com/gitkraken/vscode-gitlens/pull/3296) by bm-w ([@bm-w](https://github.com/bm-w))
29
+
- Fixes [#3277](https://github.com/gitkraken/vscode-gitlens/issues/3277) - Unable to pull branch when the local branch whose name differs from its tracking branch
0 commit comments