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
+57-1Lines changed: 57 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,62 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [9.7.0] - 2019-05-05
8
+
9
+
## Added
10
+
11
+
- Adds support for Live Share presence
12
+
- Adds an avatar presence indicator and an invite button to start a Live Share session with the code author<br />
13
+
- Adds presence status and an _Invite to Live Share_ command to contributor nodes in the _Repositories_ view
14
+
- Adds a new _Views Side Bar Layout_ section to the interactive settings editor (via the _GitLens: Open Settings_ command) with 3 layout presets
15
+
-_Default_— shows all the views together on the GitLens side bar
16
+
-_Source Control_— shows all the views together on the Source Control side bar
17
+
-_Contextual_— shows _Repositories_ on the Source Control side bar, _File_ and _Line History_ on the Explorer side bar, and others on the GitLens side bar
18
+
- Improves the accuracy and experience of the following:
19
+
-_Details_ hover
20
+
-_Changes (diff)_ hover
21
+
-_Open Changes with Previous Revision_ command
22
+
-_Open Line Changes with Previous Revision_ command — closes [#719](https://github.com/eamodio/vscode-gitlens/issues/719)
23
+
-_Open Changes with Working File_ command
24
+
-_Open Line Changes with Working File_ command
25
+
-_Open Changes with Next Revision_ command
26
+
- Adds support to the _Details_ and _Changes (diff)_ hovers to differentiate between staged and unstaged changed
27
+
- Adds a _Show All_ command to the _Show More_ nodes in the views
28
+
- Adds _Show More_ support (i.e. paging) to the _File_ and _Line History_ views
29
+
- Adds an improved experience when starting a new commit search or comparision
30
+
- Adds the renamed path to the description and tooltip of file nodes in the views
31
+
- Adds a `gitlens.advanced.maxSearchItems` setting to specify the maximum number of items to show in a search — closes [#728](https://github.com/eamodio/vscode-gitlens/issues/728)
32
+
- Adds a `gitlens.defaultDateSource` setting to specify whether commit dates should use the authored or committed date — closes [#537](https://github.com/eamodio/vscode-gitlens/issues/537) thanks to [PR #707](https://github.com/eamodio/vscode-gitlens/pull/707) by Mathew King ([@MathewKing](https://github.com/MathewKing))
33
+
- Adds a `gitlens.advanced.similarityThreshold` setting to specify the amount (percent) of similarity a deleted and added file pair must have to be considered a rename — closes [#670](https://github.com/eamodio/vscode-gitlens/issues/670) thanks to [PR #714](https://github.com/eamodio/vscode-gitlens/pull/714) by x13machine ([@x13machine](https://github.com/x13machine))
34
+
- Adds visual tracking to the table of contents of the interactive settings editor to make it easier to navigate and keep context
35
+
- Adds new documentation on how to use and customize GitLens' formatting settings: [View Docs](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting)
36
+
- Adds an `${originalPath}` token for use with file formatting which provides the full file path of the original file, if renamed
37
+
- Adds better logging to show current mode on startup and when changed — closes [#725](https://github.com/eamodio/vscode-gitlens/issues/725)
38
+
39
+
## Changes
40
+
41
+
- Changes path collapsing to also collapse root paths when using the compact file layout in the views
42
+
- Ensures file rename detection when getting the status of a repo or file
43
+
44
+
### Removed
45
+
46
+
- Removes searching for commits by changed occurrences (`-S` flag) as it is too confusing and searching by changes (`-G` flag) better matches user expectations — closes [#730](https://github.com/eamodio/vscode-gitlens/issues/730)
47
+
48
+
## Fixed
49
+
50
+
- Fixes [#729](https://github.com/eamodio/vscode-gitlens/issues/729) - "Show more results" in search commit show less results
51
+
- Fixes [#716](https://github.com/eamodio/vscode-gitlens/issues/716) - Browsing history of a renamed file fails in forward direction
52
+
- Fixes [#724](https://github.com/eamodio/vscode-gitlens/issues/724) - GitService.getBranches very very very long
53
+
- Fixes [#625](https://github.com/eamodio/vscode-gitlens/issues/625) - Branches in Repositories view shows some commit comment texts as branches
54
+
- Fixes issues with keyboard navigation (`alt+,` and `alt+.`) in commit details of the file history quick pick menu
55
+
- Fixes issues with keyboard navigation (`alt+,` and `alt+.`) in commit details of the branch history quick pick menu
56
+
- Fixes issues when showing all results in various lists and views
57
+
- Fixes issue with id collisions between branches, remotes, and tags in the _Repositories_ view
58
+
- Fixes the _Line History_ view when there are uncommitted and/or unsaved changes
59
+
- Fixes various issues when trying to find the working file from a commit
60
+
- Fixes issues where the _Changes (diff)_ hover wouldn't work properly with renamed files
61
+
- Fixes an intermittent issue where hovers fail to show
62
+
7
63
## [9.6.3] - 2019-04-22
8
64
9
65
## Added
@@ -524,7 +580,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
524
580
### Fixed
525
581
526
582
- Fixes [#400](https://github.com/eamodio/vscode-gitlens/issues/412) - GitLens logging to debug console when debugging different extension
527
-
- Fixes [#409](https://github.com/eamodio/vscode-gitlens/issues/409) - Literal \$(ellipsis) inserted into commit QuickPick menu entry placeholder text
583
+
- Fixes [#409](https://github.com/eamodio/vscode-gitlens/issues/409) - Literal \$(ellipsis) inserted into commit quick pick menu entry placeholder text
528
584
- Fixes [#415](https://github.com/eamodio/vscode-gitlens/issues/415) - Branch names get mangled by color escapes — thanks to [PR #416](https://github.com/eamodio/vscode-gitlens/pull/416) by Roy Ivy III ([@rivy](https://github.com/rivy))
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
124
124
125
125
- Adds a **details hover** annotation to the current line to show more commit details ([optional](#hover-settings-'Jump to the Hover settings'), on by default)
126
126
- Provides **automatic issue linking** to Bitbucket, GitHub, GitLab, and Azure DevOps in commit messages
127
-
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, and _Show More Actions_ command buttons
127
+
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, _Invite to Live Share_ (if available), and _Show More Actions_ command buttons
128
128
- Click the commit id to execute the _Show Commit Details_ command
129
129
130
130
##### Changes (diff) Hover
@@ -153,7 +153,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
153
153
154
154
- Adds a **details hover** annotation to each line while annotating to show more commit details ([optional](#hover-settings-'Jump to the Hover settings'), on by default)
155
155
- Provides **automatic issue linking** to Bitbucket, GitHub, GitLab, and Azure DevOps in commit messages
156
-
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, and _Show More Actions_ command buttons
156
+
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, _Invite to Live Share_ (if available), and _Show More Actions_ command buttons
157
157
- Click the commit id to execute the _Show Commit Details_ command
158
158
159
159
##### Changes (diff) Hover
@@ -497,7 +497,7 @@ The compare view provides the following features,
497
497
498
498
- Adds a _Show Current Branch History_ command (`gitlens.showQuickRepoHistory`) with a shortcut of `shift+alt+h` to show a paged **branch history quick pick menu** of the current branch for exploring its commit history
499
499
500
-
- Provides entries to _Show Commit Search_ and _Open Branch on \<remote-service\>_ when available
500
+
- Provides entries to _Show Commit Search_ and _Open Branch on \<remote-service\>_ (if available)
501
501
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
502
502
- Navigate pages via `alt+,` and `alt+.` to go backward and forward respectively
503
503
@@ -511,7 +511,7 @@ The compare view provides the following features,
511
511
</p>
512
512
513
513
- Adds a _Show File History_ command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the current file for exploring its commit history
514
-
- Provides additional entries to _Show in View_, _Show Branch History_, and _Open File on \<remote-service\>_ when available
514
+
- Provides additional entries to _Show in View_, _Show Branch History_, and _Open File on \<remote-service\>_ (if available)
515
515
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
516
516
- Navigate pages via `alt+,` and `alt+.` to go backward and forward respectively
517
517
@@ -523,7 +523,7 @@ The compare view provides the following features,
523
523
524
524
- Adds a _Show Commit Details_ command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the current file
525
525
- Quickly see the set of files changed in the commit, complete with status indicators for adds, changes, renames, and deletes
526
-
- Provides additional entries to _Show in View_, _Open Commit on \<remote-service\>_ when available, _Open Files_, _Open Revisions_, _Open Directory Compare with Previous Revision_, _Open Directory Compare with Working Tree_, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_
526
+
- Provides additional entries to _Show in View_, _Open Commit on \<remote-service\>_ (if available), _Open Files_, _Open Revisions_, _Open Directory Compare with Previous Revision_, _Open Directory Compare with Working Tree_, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_
527
527
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
528
528
- Use the `alt+right arrow` shortcut on an entry to execute it without closing the quick pick menu, if possible — commands that open windows outside of VS Code will still close the quick pick menu unless [`"gitlens.advanced.quickPick.closeOnFocusOut": false`](#advanced-settings-'Jump to Advanced settings') is set
529
529
- Use the `alt+right arrow` shortcut on a file entry in the `Changed Files` section to preview the comparison of the current revision with the previous one
@@ -533,7 +533,7 @@ The compare view provides the following features,
533
533
</p>
534
534
535
535
- Adds a _Show Commit File Details_ command (`gitlens.showQuickCommitFileDetails`) with a shortcut of `alt+c` to show a **file commit details quick pick menu** of the most recent commit of the current file
536
-
- Provides entries to _Open Changes_, _Open Changes with Working File_, _Open File_, _Open Revision_, _Open File on \<remote-service\>_ when available, _Open Revision on \<remote-service\>_ when available, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_, _Show Commit Details_, _Show File History_, and _Show Previous File History_
536
+
- Provides entries to _Open Changes_, _Open Changes with Working File_, _Open File_, _Open Revision_, _Open File on \<remote-service\>_ (if available), _Open Revision on \<remote-service\>_ (if available), _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_, _Show Commit Details_, _Show File History_, and _Show Previous File History_
537
537
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
538
538
- Use the `alt+right arrow` shortcut on an entry to execute it without closing the quick pick menu, if possible — commands that open windows outside of VS Code will still close the quick pick menu unless [`"gitlens.advanced.quickPick.closeOnFocusOut": false`](#advanced-settings-'Jump to Advanced settings') is set
539
539
@@ -910,6 +910,7 @@ A big thanks to the people that have contributed to this project:
910
910
- Roy Ivy III ([@rivy](https://github.com/rivy)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rivy)
911
911
- Helmut Januschka ([@hjanuschka](https://github.com/hjanuschka)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=hjanuschka)
912
912
- Chris Kaczor ([@ckaczor](https://github.com/ckaczor)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=ckaczor)
913
+
- Mathew King ([@MathewKing](https://github.com/MathewKing)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=MathewKing)
913
914
- Andrei Korigodski ([@korigod](https://github.com/korigod)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=korigod)
914
915
- Marc Lasson ([@mlasson](https://github.com/mlasson)) —[contributions](https://github.com/eamodio/vscode-gitlens/commits?author=mlasson)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "gitlens",
3
3
"displayName": "GitLens — Git supercharged",
4
4
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
0 commit comments