Skip to content

Commit 84363ec

Browse files
committed
Preps v9.8.3
1 parent 66a9e65 commit 84363ec

File tree

4 files changed

+118
-8
lines changed

4 files changed

+118
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [9.8.3] - 2019-07-09
8+
9+
### Added
10+
11+
- Adds working tree comparison support to the _Compare Current Branch with <branch, tag, or ref>_ node within each repository in the _Repositories_ view
12+
- Changes `gitlens.views.repositories.showBranchComparison` to also specify the type of comparison — either with the current branch or the working tree
13+
- Adds a _Switch to Working Tree Comparison_ command or _Switch to Branch Comparison_ command to the _Compare Current Branch with <branch, tag, or ref>_ node
14+
- Adds the _Open Revision_ command as an `alt-click` of the _Open File_ command on files in the views
15+
- Adds the _Open File_ command as an `alt-click` of the _Open Revision_ command on files in the views
16+
17+
### Changed
18+
19+
- Changes fetch, pull, and push commands to be executed in parallel, rather than sequentially
20+
- Changes _Search Commits_ (`gitlens.showCommitSearch`) command to prompt for a repository, if there is more than one
21+
22+
### Removed
23+
24+
- Removes `gitlens.settings.mode` setting as the interactive settings editor (via the _GitLens: Open Settings_ command) will always show all settings now
825

926
### Fixed
1027

28+
- Fixes [#776](https://github.com/eamodio/vscode-gitlens/issues/776) - File history sidebar having "Open file" instead of "Open revision"
1129
- Fixes [#692](https://github.com/eamodio/vscode-gitlens/issues/692) - Can't open remote on bitbucket — thanks to [PR #767](https://github.com/eamodio/vscode-gitlens/pull/767) by grozan ([@grozan](https://github.com/grozan))
30+
- Fixes a parsing issue with certain renamed files
31+
- Fixes some issues with emoji rendering
1232

1333
## [9.8.2] - 2019-06-10
1434

@@ -50,7 +70,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5070
- A context menu provides access to more common file revision commands
5171
- **\* Files Changed** — lists all of the files changed between the compared revisions
5272
- 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
53-
- 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)
73+
- Adds a `gitlens.advanced.useSymmetricDifferenceNotation` setting to specify whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons — closes [#330](https://github.com/eamodio/vscode-gitlens/issues/330)
5474
- Adds a _Copy Remote Url to Clipboard_ command to commit quick pick menus
5575

5676
### Changed
@@ -129,7 +149,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
129149
- Adds support to the _Details_ and _Changes (diff)_ hovers to differentiate between staged and unstaged changed
130150
- Adds a _Show All_ command to the _Show More_ nodes in the views
131151
- Adds _Show More_ support (i.e. paging) to the _File_ and _Line History_ views
132-
- Adds an improved experience when starting a new commit search or comparision
152+
- Adds an improved experience when starting a new commit search or comparison
133153
- Adds the renamed path to the description and tooltip of file nodes in the views
134154
- 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)
135155
- 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))

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ The repositories view provides the following features,
289289
- 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
290290
- A context menu provides access to more common file revision commands
291291
- **\* Files Changed** — lists all of the files changed between the compared revisions
292+
- An inline toolbar provides quick access to the _Switch to Working Tree Comparison_ or _Switch to Branch Comparison_, and _Refresh_ commands
292293

293294
- **Branches** — lists the local branches in the repository
294295

@@ -872,7 +873,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
872873
| `gitlens.advanced.repositorySearchDepth` | Specifies how many folders deep to search for repositories |
873874
| `gitlens.advanced.similarityThreshold` | Specifies the amount (percent) of similarity a deleted and added file pair must have to be considered a rename |
874875
| `gitlens.advanced.telemetry.enabled` | Specifies whether to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting |
875-
| `gitlens.advanced.useSymmetricDifferenceNotation` | Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) |
876+
| `gitlens.advanced.useSymmetricDifferenceNotation` | Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) |
876877

877878
#### Custom Remotes Settings
878879

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "9.8.2",
5+
"version": "9.8.3",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"
@@ -1759,7 +1759,7 @@
17591759
"gitlens.advanced.useSymmetricDifferenceNotation": {
17601760
"type": "boolean",
17611761
"default": true,
1762-
"markdownDescription": "Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations)",
1762+
"markdownDescription": "Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations)",
17631763
"scope": "window"
17641764
}
17651765
}

src/webviews/apps/welcome/index.html

Lines changed: 91 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,96 @@ <h2 class="changelog__title">
130130

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.8.3</span>
134+
<span class="changelog__date">JULY &nbsp;2019</span>
135+
<div class="changelog__details"></div>
136+
</li>
137+
138+
<li>
139+
<span class="changelog__badge changelog__badge--added">NEW</span>Adds working tree
140+
comparison support to the
141+
<i>Compare Current Branch with &lt;branch, tag, or ref&gt;</i> node within each
142+
repository in the <i>Repositories</i> view
143+
<div class="changelog__details changelog__details--list">
144+
<p>
145+
Changes <code>gitlens.views.repositories.showBranchComparison</code> to also
146+
specify the type of comparison &mdash; either with the current branch or the
147+
working tree
148+
</p>
149+
<p>
150+
Adds a <i>Switch to Working Tree Comparison</i> command or
151+
<i>Switch to Branch Comparison</i> command to the
152+
<i>Compare Current Branch with &lt;branch, tag, or ref&gt;</i> node
153+
</p>
154+
</div>
155+
</li>
156+
<li>
157+
<span class="changelog__badge changelog__badge--added">NEW</span>Adds the
158+
<i>Open Revision</i> command as an <code>alt-click</code> of the
159+
<i>Open File</i> command on files in the views
160+
<div class="changelog__details changelog__details--list"></div>
161+
</li>
162+
<li>
163+
<span class="changelog__badge changelog__badge--added">NEW</span>Adds the
164+
<i>Open File</i> command as an <code>alt-click</code> of the
165+
<i>Open Revision</i> command on files in the views
166+
<div class="changelog__details changelog__details--list"></div>
167+
</li>
168+
<li>
169+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
170+
fetch, pull, and push commands to be executed in parallel, rather than sequentially
171+
<div class="changelog__details changelog__details--list"></div>
172+
</li>
173+
<li>
174+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
175+
<i>Search Commits</i> (<code>gitlens.showCommitSearch</code>) command to prompt for
176+
a repository, if there is more than one
177+
<div class="changelog__details changelog__details--list"></div>
178+
</li>
179+
<li>
180+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes
181+
<code>gitlens.settings.mode</code> setting as the interactive settings editor (via
182+
the <i>GitLens: Open Settings</i> command) will always show all settings now
183+
<div class="changelog__details changelog__details--list"></div>
184+
</li>
185+
<li>
186+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
187+
<a
188+
title="Open Issue #776"
189+
href="https://github.com/eamodio/vscode-gitlens/issues/776"
190+
>#776</a
191+
>
192+
&mdash; File history sidebar having "Open file" instead of "Open revision"
193+
<div class="changelog__details changelog__details--list"></div>
194+
</li>
195+
<li>
196+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
197+
<a
198+
title="Open Issue #692"
199+
href="https://github.com/eamodio/vscode-gitlens/issues/692"
200+
>#692</a
201+
>
202+
&mdash; Can't open remote on bitbucket &mdash; thanks to
203+
<a
204+
title="Open Pull Request #767"
205+
href="https://github.com/eamodio/vscode-gitlens/pull/767"
206+
>PR #767</a
207+
>
208+
by grozan (<a title="@grozan" href="https://github.com/grozan">@grozan</a>)
209+
<div class="changelog__details changelog__details--list"></div>
210+
</li>
211+
<li>
212+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a parsing
213+
issue with certain renamed files
214+
<div class="changelog__details changelog__details--list"></div>
215+
</li>
216+
<li>
217+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes some issues
218+
with emoji rendering
219+
<div class="changelog__details changelog__details--list"></div>
220+
</li>
221+
222+
<li class="changelog__list-item--version">
133223
<span class="changelog__badge changelog__badge--version">9.8.2</span>
134224
<span class="changelog__date">JUNE &nbsp;2019</span>
135225
<div class="changelog__details"></div>
@@ -210,7 +300,6 @@ <h2 class="changelog__title">
210300
issue with file histories
211301
<div class="changelog__details changelog__details--list"></div>
212302
</li>
213-
214303
<li>
215304
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a
216305
regression where the <i>Copy Remote Url to Clipboard</i> command fails to include
@@ -270,7 +359,7 @@ <h2 class="changelog__title">
270359
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
271360
<code>gitlens.advanced.useSymmetricDifferenceNotation</code> setting to specify
272361
whether to use the symmetric difference (three-dot) notation or the range (two-dot)
273-
notation for comparisions &mdash; closes
362+
notation for comparisons &mdash; closes
274363
<a
275364
title="Open Issue #330"
276365
href="https://github.com/eamodio/vscode-gitlens/issues/330"

0 commit comments

Comments
 (0)