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
+30-27Lines changed: 30 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
- Adds the ability to control where the *GitLens*, *GitLens History*, and *GitLens Results* explorers are shown 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213), [#377](https://github.com/eamodio/vscode-gitlens/issues/377)
10
10
- Adds `gitlens.gitExplorer.location` setting to the interactive settings editor to specify where the *GitLens* explorer is shown — either in the *Explorer* or *Source Control* view
11
11
- Adds `gitlens.historyExplorer.location` setting to the interactive settings editor to specify where the *GitLens History* explorer is shown — either in the *Explorer* or *Source Control* view
12
-
- Adds `gitlens.resultsExplorer.location` setting to the interactive settings editor to specify where the *GitLens Results* view is shown — either in the *Explorer* or *Source Control* view
12
+
- Adds `gitlens.resultsExplorer.location` setting to the interactive settings editor to specify where the *GitLens Results* explorer is shown — either in the *Explorer* or *Source Control* view
13
+
14
+
### Changed
15
+
- Renames *GitLens Results* view to *GitLens Results* explorer for consistency
13
16
14
17
### Fixed
15
18
- Fixes [#372](https://github.com/eamodio/vscode-gitlens/issues/372) - Wrong URL to VSTS work item when using hash work item id in commit
@@ -113,7 +116,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
113
116
114
117

115
118
116
-
- Adds richer tooltips to the *GitLens*explorer and *GitLens Results*view, and richer working tree and upstream status to the *GitLens* explorer
119
+
- Adds richer tooltips to the *GitLens* and *GitLens Results*explorers, and richer working tree and upstream status to the *GitLens* explorer
@@ -139,8 +142,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
139
142

140
143
141
144
- Adds a one-time notification on startup if the `alt-based` keyboard shortcuts are in use, with options to easily switch to another set
142
-
- Adds *Copy Commit ID to Clipboard* (`gitlens.copyShaToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results*view
143
-
- Adds *Copy Commit Message to Clipboard* (`gitlens.copyMessageToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results*view
145
+
- Adds *Copy Commit ID to Clipboard* (`gitlens.copyShaToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results*explorer
146
+
- Adds *Copy Commit Message to Clipboard* (`gitlens.copyMessageToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results*explorer
144
147
145
148
### Changed
146
149
- Moves *Keyboard Settings* to the *General* section of the interactive settings editor
@@ -159,7 +162,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
159
162
- Fixes issues with the active repository in the *GitLens* explorer failed to update properly
160
163
- Fixes issues with *Open File*, *Open Revision*, and *Show File History* commands and images and other binary files
161
164
- Fixes issues preventing nodes in the *GitLens* explorer from expanding properly in certain cases
162
-
- Fixes issues when refreshing nodes in the *GitLens Results*view
165
+
- Fixes issues when refreshing nodes in the *GitLens Results*explorer
163
166
164
167
## [8.1.1] - 2018-03-12
165
168
### Fixed
@@ -204,8 +207,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
204
207
- Adds *Compare Working Tree with Branch or Tag...* (`gitlens.explorers.diffWorkingWithBranch`) command - compares the working tree to the selected branch or tag
205
208
- Adds `gitlens.statusBar.reduceFlicker` setting to specify whether to reduce the status bar "flickering" when changing lines by not first clearing the previous blame information — closes [#272](https://github.com/eamodio/vscode-gitlens/issues/272)
206
209
- Adds the *Open File* (`gitlens.explorers.openFile`) command to the *GitLens* explorer's inline toolbar for file nodes
207
-
- Adds the *Clear Results* (`gitlen.resultsExplorer.clearResultsNode`) command to the *GitLens Results*view's inline toolbar for results nodes
208
-
- Adds the *Swap Comparision* (`gitlen.resultsExplorer.swapComparision`) command to the *GitLens Results*view's inline toolbar and context menu for comparision results nodes
210
+
- Adds the *Clear Results* (`gitlen.resultsExplorer.clearResultsNode`) command to the *GitLens Results*explorer's inline toolbar for results nodes
211
+
- Adds the *Swap Comparision* (`gitlen.resultsExplorer.swapComparision`) command to the *GitLens Results*explorer's inline toolbar and context menu for comparision results nodes
209
212
- Adds *Push to Commit (via Terminal)* (`gitlens.explorers.terminalPushCommit`) command to commit nodes on the current branch in the *GitLens* explorer
210
213
211
214
## Changed
@@ -367,18 +370,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
367
370
- Adds `gitlens.annotations.file.gutter.gravatars` setting to specify whether to show gravatar images in the gutter blame annotations
368
371
- Adds support for providing blame annotations, code lens, etc on files with unsaved changes — closes [#112](https://github.com/eamodio/vscode-gitlens/issues/112)
369
372
- Adds `gitlens.defaultDateStyle` setting to specify how dates will be displayed by default — closes [#89](https://github.com/eamodio/vscode-gitlens/issues/89)
370
-
- Adds *Compare with Working Tree* command (`gitlens.explorers.compareWithWorking`) to branch, tag, and revision (commit) nodes in the *GitLens* explorer to compare the current selection with the current working tree in the *GitLens Results*view
371
-
- Adds *Compare Selected Ancestor with Working Tree* command (`gitlens.explorers.compareSelectedAncestorWithWorking`) to branch nodes in the *GitLens* explorer once another branch within the same repository has been selected to compare the [merge base](https://git-scm.com/docs/git-merge-base) of current and previously selected branches with the working tree in the *GitLens Results*view— closes [#240](https://github.com/eamodio/vscode-gitlens/issues/240)
373
+
- Adds *Compare with Working Tree* command (`gitlens.explorers.compareWithWorking`) to branch, tag, and revision (commit) nodes in the *GitLens* explorer to compare the current selection with the current working tree in the *GitLens Results*explorer
374
+
- Adds *Compare Selected Ancestor with Working Tree* command (`gitlens.explorers.compareSelectedAncestorWithWorking`) to branch nodes in the *GitLens* explorer once another branch within the same repository has been selected to compare the [merge base](https://git-scm.com/docs/git-merge-base) of current and previously selected branches with the working tree in the *GitLens Results*explorer— closes [#240](https://github.com/eamodio/vscode-gitlens/issues/240)
372
375
- Adds *Merge Branch (via Terminal)* command (`gitlens.explorers.terminalMergeBranch`) to branch nodes in the *GitLens* explorer
373
376
- Adds *Rebase (Interactive) Branch (via Terminal)* command (`gitlens.explorers.terminalRebaseBranch`) to branch nodes in the *GitLens* explorer
374
-
- Adds *Cherry Pick Commit (via Terminal)* command (`gitlens.explorers.terminalRebaseBranch`) to revision (commit) nodes in the *GitLens* explorer and *GitLens Results*view
375
-
- Adds *Revert Commit (via Terminal)* command (`gitlens.explorers.terminalRevertCommit`) to revision (commit) nodes in the *GitLens* explorer and *GitLens Results*view
376
-
- Adds *Create Tag (via Terminal)...* command (`gitlens.explorers.terminalCreateTag`) to branch and revision (commit) nodes in the *GitLens* explorer and *GitLens Results*view
377
+
- Adds *Cherry Pick Commit (via Terminal)* command (`gitlens.explorers.terminalRebaseBranch`) to revision (commit) nodes in the *GitLens* explorer and *GitLens Results*explorer
378
+
- Adds *Revert Commit (via Terminal)* command (`gitlens.explorers.terminalRevertCommit`) to revision (commit) nodes in the *GitLens* explorer and *GitLens Results*explorer
379
+
- Adds *Create Tag (via Terminal)...* command (`gitlens.explorers.terminalCreateTag`) to branch and revision (commit) nodes in the *GitLens* explorer and *GitLens Results*explorer
377
380
- Adds *Delete Tag (via Terminal)* command (`gitlens.explorers.terminalDeleteTag`) to tag nodes in the *GitLens* explorer
378
-
- Adds a helpful notification the first time the *GitLens Results*view is shown
381
+
- Adds a helpful notification the first time the *GitLens Results*explorer is shown
379
382
380
383
### Changed
381
-
- Switches to the explorer view before showing the *GitLens Results*view
384
+
- Switches to the explorer view before showing the *GitLens Results*explorer
382
385
- Renames *Rebase Commit (via Terminal)* command (`gitlens.terminalRebaseCommit`) to *Rebase to Commit (via Terminal)*
383
386
- Renames *Reset Commit (via Terminal)* command (`gitlens.terminalResetCommit`) to *Reset to Commit (via Terminal)*
384
387
- Renames *Compare Line Revision with Working* command (`gitlens.diffLineWithWorking`) to *Compare Line Revision with Working File*
@@ -387,14 +390,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
387
390
- Deprecates `gitlens.resultsExplorer.gravatarsDefault` setting, replaced by `gitlens.defaultGravatarsStyle`
388
391
389
392
### Fixed
390
-
- Fixes issue where the *GitLens Results*view wouldn't properly update when replacing existing results
391
-
- Fixes issue where showing commit search (file-based) results in the *GitLens Results*view wouldn't only show the matching files — closes [#197](https://github.com/eamodio/vscode-gitlens/issues/197)
393
+
- Fixes issue where the *GitLens Results*explorer wouldn't properly update when replacing existing results
394
+
- Fixes issue where showing commit search (file-based) results in the *GitLens Results*explorer wouldn't only show the matching files — closes [#197](https://github.com/eamodio/vscode-gitlens/issues/197)
392
395
- Fixes [#238](https://github.com/eamodio/vscode-gitlens/issues/238) - Show merge commits in file history
393
396
- Fixes issue where the Tags node of the *GitLens* explorer wasn't updated on changes
394
397
- Fixes issue where changes to .gitignore weren't detected properly
395
398
- Fixes [#241](https://github.com/eamodio/vscode-gitlens/issues/241) - Adds default setting for .jsonc files to match Git code lens of .json files
396
399
- Fixes issue where blame annotations and commands were missing from vscode Git staged revision documents
397
-
- Fixes issue where opening changes for renamed files in the *GitLens* explorer and *GitLens Results*view wouldn't work properly
400
+
- Fixes issue where opening changes for renamed files in the *GitLens* explorer and *GitLens Results*explorer wouldn't work properly
398
401
- Fixes issue where file-specific menu commands show up on folders in the explorer
399
402
400
403
## [7.2.0] - 2018-01-01
@@ -403,10 +406,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
403
406
- Displays a **heatmap** (age) indicator near the gutter, which provides an easy, at-a-glance way to tell the age of a line
404
407
- Indicator ranges from bright yellow (newer) to dark brown (older)
405
408
- Adds *Toggle File Heatmap Annotations* command (`gitlens.toggleFileHeatmap`) to toggle the heatmap annotations on and off
406
-
- Adds semi-persistent results for commit operations, via the *Show Commit Details* command (`gitlens.showQuickCommitDetails`) in the *GitLens Results*view— closes [#237](https://github.com/eamodio/vscode-gitlens/issues/237)
407
-
- Adds *Show in Results* option to the commit details quick pick menu to show the commit in the *GitLens Results*view
408
-
- Adds *Compare with Index (HEAD)* command (`gitlens.explorers.compareWithHead`) to branch, tag, and revision (commit) nodes in the *GitLens* explorer to compare the current selection with the current index (HEAD) in the *GitLens Results*view
409
-
- Adds *Compare with Remote* command (`gitlens.explorers.compareWithRemote`) to branch nodes in the *GitLens* explorer to compare the current selection with its remote tracking branch in the *GitLens Results*view
409
+
- Adds semi-persistent results for commit operations, via the *Show Commit Details* command (`gitlens.showQuickCommitDetails`) in the *GitLens Results*explorer— closes [#237](https://github.com/eamodio/vscode-gitlens/issues/237)
410
+
- Adds *Show in Results* option to the commit details quick pick menu to show the commit in the *GitLens Results*explorer
411
+
- Adds *Compare with Index (HEAD)* command (`gitlens.explorers.compareWithHead`) to branch, tag, and revision (commit) nodes in the *GitLens* explorer to compare the current selection with the current index (HEAD) in the *GitLens Results*explorer
412
+
- Adds *Compare with Remote* command (`gitlens.explorers.compareWithRemote`) to branch nodes in the *GitLens* explorer to compare the current selection with its remote tracking branch in the *GitLens Results*explorer
410
413
411
414
### Changed
412
415
- Improves startup performance and reduces package size
@@ -451,13 +454,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
451
454
- Adds [Gravatar](https://en.gravatar.com/) support to the *GitLens* explorer
452
455
- Adds `gitlens.gitExplorer.gravatars` setting to specify whether to show gravatar images instead of commit (or status) icons in the *GitLens* explorer
453
456
- Adds `gitlens.gitExplorer.gravatarsDefault` setting to specify the style of the gravatar default (fallback) images in the *GitLens* explorer<br />`identicon` - a geometric pattern<br />`mm` - (mystery-man) a simple, cartoon-style silhouetted outline of a person (does not vary by email hash)<br />`monsterid` - a monster with different colors, faces, etc<br />`retro` - 8-bit arcade-style pixelated faces<br />`robohash` - a robot with different colors, faces, etc<br />`wavatar` - faces with differing features and backgrounds
454
-
- Adds `gitlens.resultsExplorer.gravatars` setting to specify whether to show gravatar images instead of commit (or status) icons in the *GitLens Results*view
455
-
- Adds `gitlens.resultsExplorer.gravatarsDefault` setting to specify the style of the gravatar default (fallback) images in the *GitLens Results*view<br />`identicon` - a geometric pattern<br />`mm` - (mystery-man) a simple, cartoon-style silhouetted outline of a person (does not vary by email hash)<br />`monsterid` - a monster with different colors, faces, etc<br />`retro` - 8-bit arcade-style pixelated faces<br />`robohash` - a robot with different colors, faces, etc<br />`wavatar` - faces with differing features and backgrounds
457
+
- Adds `gitlens.resultsExplorer.gravatars` setting to specify whether to show gravatar images instead of commit (or status) icons in the *GitLens Results*explorer
458
+
- Adds `gitlens.resultsExplorer.gravatarsDefault` setting to specify the style of the gravatar default (fallback) images in the *GitLens Results*explorer<br />`identicon` - a geometric pattern<br />`mm` - (mystery-man) a simple, cartoon-style silhouetted outline of a person (does not vary by email hash)<br />`monsterid` - a monster with different colors, faces, etc<br />`retro` - 8-bit arcade-style pixelated faces<br />`robohash` - a robot with different colors, faces, etc<br />`wavatar` - faces with differing features and backgrounds
456
459
457
460
- Adds *Select for Compare* command (`gitlens.explorers.selectForCompare`) to branch, remote branch, tag, and revision (commit) nodes in the *GitLens* explorer to mark the base reference of a comparison
458
-
- Adds *Compare with Selected* command (`gitlens.explorers.compareWithSelected`) to branch, remote branch, tag, and revision (commit) nodes in the *GitLens* explorer once another reference within the same repository has been selected to compare the current selection with the previously selected reference in the *GitLens Results*view
461
+
- Adds *Compare with Selected* command (`gitlens.explorers.compareWithSelected`) to branch, remote branch, tag, and revision (commit) nodes in the *GitLens* explorer once another reference within the same repository has been selected to compare the current selection with the previously selected reference in the *GitLens Results*explorer
459
462
460
-
- Adds an all-new, on-demand *GitLens Results*view to the Explorer activity
463
+
- Adds an all-new, on-demand *GitLens Results*explorer to the Explorer activity
461
464
462
465
- Provides semi-persistent results for commit search operations, via the *Show Commit Search* command (`gitlens.showCommitSearch`), and file history operations, via the *Show File History* command (`gitlens.showQuickFileHistory`)
463
466
- Expand each revision (commit) to quickly see the set of files changed, complete with status indicators for adds, changes, renames, and deletes
@@ -477,8 +480,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
477
480
478
481
- Adds *Apply Changes* option to the commit/stash file quick pick menu — closes [#232](https://github.com/eamodio/vscode-gitlens/issues/232)
479
482
- Adds *Show All Commits* option to the commit search quick pick menu to show all the results, if there are more than the threshold
480
-
- Adds *Show in Results* option to the commit search quick pick menu to show the results in the *GitLens Results*view
481
-
- Adds *Show in Results* option to the file history quick pick menu to show the history in the *GitLens Results*view
483
+
- Adds *Show in Results* option to the commit search quick pick menu to show the results in the *GitLens Results*explorer
484
+
- Adds *Show in Results* option to the file history quick pick menu to show the history in the *GitLens Results*explorer
0 commit comments