Skip to content

Commit cf20c28

Browse files
committed
Updates CHANGELOG
1 parent 483fed2 commit cf20c28

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

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
1116
- Adds ability to open multiple changes in VS Code's new multi-diff editor, previously experimental and now enabled by default
1217
- Adds an inline _Open All Changes_ command to commits, stashes, and comparisons in the views
1318
- 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
3035
- 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)
3136
- 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
3237
- 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
3339
- 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
3443

3544
### Changed
3645

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)..."
3950
- Renames the `gitlens.experimental.openChangesInMultiDiffEditor` setting to `gitlens.views.openChangesInMultiDiffEditor` as it is no longer experimental and enabled by default
4051

4152
### Fixed
@@ -69,7 +80,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6980
- Changes the commit search by file to allow some fuzziness by default — closes [#3086](https://github.com/gitkraken/vscode-gitlens/issues/3086)
7081
- 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*`
7182
- 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
7384

7485
### Fixed
7586

0 commit comments

Comments
 (0)