Skip to content

Commit 44b066d

Browse files
committed
Preps v9.8.4
1 parent 0a505d3 commit 44b066d

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.4] - 2019-07-10
88

99
### Added
1010

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3",
5+
"version": "9.8.4",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"
@@ -5323,7 +5323,7 @@
53235323
"dependencies": {
53245324
"dayjs": "1.8.15",
53255325
"iconv-lite": "0.5.0",
5326-
"lodash-es": "4.17.11",
5326+
"lodash-es": "4.17.14",
53275327
"vsls": "0.3.1291"
53285328
},
53295329
"devDependencies": {

src/webviews/apps/welcome/index.html

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

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.8.4</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
140+
<i>Switch to Two-dot Comparison</i> and
141+
<i>Switch to Three-dot Comparison</i> commands to specify whether to use the
142+
symmetric difference (three-dot) notation or the range (two-dot) notation for the
143+
comparison &mdash; applies to all comparisons in the views
144+
<div class="changelog__details changelog__details--list"></div>
145+
</li>
146+
<li>
147+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes the
148+
<i>Switch to Working Tree Comparison</i> and
149+
<i>Switch to Branch Comparison</i> commands to only affect the current comparison,
150+
rather than changing the
151+
<code>gitlens.views.repositories.showBranchComparison</code> setting
152+
<div class="changelog__details changelog__details--list"></div>
153+
</li>
154+
155+
<li class="changelog__list-item--version">
133156
<span class="changelog__badge changelog__badge--version">9.8.3</span>
134157
<span class="changelog__date">JULY &nbsp;2019</span>
135158
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)