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
+14-3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
- Improves worktree usage, discoverability, and accessibility
12
+
- Simplifies the create worktree and open worktree flows — reduces number of steps and options presented
13
+
- Adds _Create Branch in New Worktree_ confirmation option when creating branches, e.g. via the _GitLens: Git Create Branch..._ command
14
+
- Adds _Create Worktree for Branch_, _Create Worktree for Local Branch_, and _Create Worktree for New Local Branch_ confirmation options when switching branches, e.g. via the _GitLens: Git Switch to..._ command
15
+
- Avoids prompt to add a (required) remote and instead auto-adds the remote during worktree creation from a pull request
11
16
- Adds ability to open multiple changes in VS Code's new multi-diff editor, previously experimental and now enabled by default
12
17
- Adds an inline _Open All Changes_ command to commits, stashes, and comparisons in the views
13
18
- Changes _Open All Changes_ & _Open All Changes with Working Tree_ commands to use the new multi-diff editor when enabled
@@ -30,12 +35,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
30
35
- Use the existing `gitlens.advanced.blame.delayAfterEdit` setting to control how long to wait (defaults to 5s) before the annotation will update while the file is still dirty, which only applies if the file is under the `gitlens.advanced.sizeThresholdAfterEdit` setting threshold (defaults to 5000 lines)
31
36
- Adds an _Open File Annotation Settings_ command to the _File Annotations_ submenu in the editor toolbar to open the GitLens Settings editor to the file annotations sections
32
37
- Adds `gitlens.blame.fontFamily`, `gitlens.blame.fontSize`, `gitlens.blame.fontWeight` settings to specify the font (family, size, and weight respectively) of the _File Blame_ annotations — closes [#3134](https://github.com/gitkraken/vscode-gitlens/issues/3134)
38
+
- Adds _Copy Link to Code_, _Copy Link to File_, and _Copy Link to File at Revision..._ commands to the _Share_ submenu in the editor line number (gutter) context menu
33
39
- Adds an alternate flow (pick another file) when using the _Open File at Revision..._ and _Open Changes with Revision..._ commands to open a file that has been renamed and the rename is currently unstaged — closes [#3109](https://github.com/gitkraken/vscode-gitlens/issues/3109)
40
+
- Adds access to most _Git Command Palette_ commands directly to the command palette
41
+
- Adds _Rename Stash..._ options to stash quick pick menus
42
+
- Adds support for the latest GPT-4 Turbo models
34
43
35
44
### Changed
36
45
37
-
- Moves the pull request to be first item in the _Commits_ view, when applicable
38
-
- Moves the branch comparison to be below the branch status in the _Commits_ view to keep top focus on the status over the comparison
46
+
- Changes adds avatars to commits in quick pick menus
47
+
- Changes the pull request to be first item in the _Commits_ view, when applicable
48
+
- Changes the branch comparison to be below the branch status in the _Commits_ view to keep top focus on the status over the comparison
49
+
- Renames "Open Worktree for Pull Request via GitLens..." to "Checkout Pull Request in Worktree (GitLens)..."
39
50
- Renames the `gitlens.experimental.openChangesInMultiDiffEditor` setting to `gitlens.views.openChangesInMultiDiffEditor` as it is no longer experimental and enabled by default
40
51
41
52
### Fixed
@@ -69,7 +80,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
69
80
- Changes the commit search by file to allow some fuzziness by default — closes [#3086](https://github.com/gitkraken/vscode-gitlens/issues/3086)
70
81
- For example, if you enter `file:readme.txt`, we will treat it as `file:**/readme.txt`, or if you enter `file:readme` it will be treated as `file:*readme*`
71
82
- Improves the _Switch_ command to no longer fail when trying to switch to a branch that is linked to another worktree and instead offers to open the worktree
72
-
- Changes branch/tag "tips" that are show on commits in many GitLens views to be truncated to 11 characters by default to avoid stealing to much real estate
83
+
- Changes branch/tag "tips" that are shown on commits in many GitLens views to be truncated to 11 characters by default to avoid stealing to much real estate
0 commit comments