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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ 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
-
## [Unreleased]
7
+
## [9.8.0] - 2019-05-22
8
8
9
9
## Added
10
10
11
-
- Adds a new _Compare Current Branch with <branch, tag, or ref>_ node to each repository in the _Repositories_ view — closes [#293](https://github.com/eamodio/vscode-gitlens/issues/293)
12
-
-**Compare Current Branch with <branch, tag, or ref>**— optionally shows a comparison of the current branch to a user-selected reference
11
+
- Adds a new _Compare Current Branch with <branch, tag, or ref>_ node to each repository in the _Repositories_ view — closes [#293](https://github.com/eamodio/vscode-gitlens/issues/293)
12
+
-**Compare Current Branch with <branch, tag, or ref>**— optionally shows a comparison of the current branch to a user-selected reference
13
13
-**\* Commits**— lists the commits between the compared revisions
14
14
- Expands to provide the message, author, date, and change indicator of each revision (commit)
15
15
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
16
16
- An inline toolbar provides quick access to the _Open File_, _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open File on Remote_ (if available) commands
17
17
- A context menu provides access to more common file revision commands
18
18
-**\* Files Changed**— lists all of the files changed between the compared revisions
19
-
- Adds a `gitlens.views.repositories.showBranchComparison` setting to specify whether to show a comparison of the current branch to a user-selected reference in the _Repositories_ view
19
+
- Adds a _Show a comparison of the current branch to a user-selected reference_ (`gitlens.views.repositories.showBranchComparison`) setting to specify whether to show a comparison of the current branch to a user-selected reference in the _Repositories_ view
20
20
- Adds a `gitlens.advanced.useSymmetricDifferenceNotation` setting to specify whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions — closes [#330](https://github.com/eamodio/vscode-gitlens/issues/330)
21
21
- Adds a _Copy Remote Url to Clipboard_ command to commit quick pick menus
22
22
@@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
29
29
- Fixes [#734](https://github.com/eamodio/vscode-gitlens/issues/734) - Not working with VS Code Remote - SSH extension
30
30
- Fixes [#739](https://github.com/eamodio/vscode-gitlens/issues/739) - Breadcrumbs don't work on file revisions
31
31
- Fixes [#750](https://github.com/eamodio/vscode-gitlens/issues/750) - Open file on GitHub does not include directory path
32
-
- Fixes issue with _Open Revision_in quick pick menus not working properly
32
+
- Fixes an issue with the _Open Revision_command in the quick pick menus not working properly
33
33
34
34
## [9.7.4] - 2019-05-15
35
35
@@ -2906,6 +2906,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2906
2906
2907
2907
- Initial release but still heavily a work in progress.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ The repositories view provides the following features,
282
282
-**\* Files Changed**— lists all the "working" changes
283
283
- Expands to a file-based view of all changed files in the working tree ([optionally](#repositories-view-settings-'Jump to the Repositories view settings')) and/or all files in all commits ahead of the upstream
284
284
- An inline toolbar provides quick access to the _Stash All Changes_ command
285
-
-**Compare Current Branch with <branch, tag, or ref>**—[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows a comparison of the current branch to a user-selected reference
285
+
-**Compare Current Branch with <branch, tag, or ref>**—[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows a comparison of the current branch to a user-selected reference
286
286
-**\* Commits**— lists the commits between the compared revisions
287
287
- Expands to provide the message, author, date, and change indicator of each revision (commit) — fully [customizable](#view-settings-'Jump to the View settings')
288
288
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
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