Skip to content

Commit bbd5933

Browse files
committed
Preps v8.5.1
1 parent 0bec73a commit bbd5933

File tree

5 files changed

+67
-18
lines changed

5 files changed

+67
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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+
## [8.5.1] - 2018-07-18
88
### Added
99
- Adds emoji support, e.g. :smile: in commit messages will now be 😃 — closes [#429](https://github.com/eamodio/vscode-gitlens/issues/429)
1010
- Adds *Compare with Selected* and *Select for Compare* commands to file nodes in the *GitLens*, *GitLens File History*, and *GitLens Results* explorers — closes [#446](https://github.com/eamodio/vscode-gitlens/issues/446)
1111
- Adds `gitlens.historyExplorer.avatars` setting to specify whether to show avatar images instead of status icons in the `GitLens File History` explorer — allows for an independent value from the other explorers
1212

1313
### Fixed
1414
- Fixes [#444](https://github.com/eamodio/vscode-gitlens/issues/444) - GitLens custom viewlet icon slightly larger than standard
15-
- Fixes [#437](https://github.com/eamodio/vscode-gitlens/issues/437) - Remove --first-parent from git commands to show file history from merged in repositories
15+
- Fixes [#437](https://github.com/eamodio/vscode-gitlens/issues/437) - Remove `--first-parent` from git commands to show file history from merged in repositories
1616
- Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined
1717
- Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
1818

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
## 8.5 — July 2018
1717
- Adds an all-new *GitLens* sidebar view to contain the *GitLens*, *GitLens File History*, and *GitLens Results* explorers
1818
- The new view is enabled by default, but can easily be configured back to the existing locations via the *GitLens* interactive settings editor
19+
- Adds emoji support, e.g. :smile: in commit messages will now be 😃 — closes [#429](https://github.com/eamodio/vscode-gitlens/issues/429)
20+
- Adds *Compare with Selected* and *Select for Compare* commands to file nodes in the *GitLens*, *GitLens File History*, and *GitLens Results* explorers — closes [#446](https://github.com/eamodio/vscode-gitlens/issues/446)
1921
- Adds tag annotations to the tag tooltips in the *GitLens* explorer — closes [#431](https://github.com/eamodio/vscode-gitlens/issues/431)
20-
- Adds a `gitlens.hovers.avatars` setting to specify whether to show avatar images in hovers — closes [#432](https://github.com/eamodio/vscode-gitlens/issues/432) thanks to [PR #441](https://github.com/eamodio/vscode-gitlens/pull/441) by Segev Finer ([@segevfiner](https://github.com/segevfiner))
21-
- Adds the `gitlens.hovers.avatars` setting to the *GitLens* interactive settings editor to specify whether to show avatar images in hovers
2222
- Adds *Choose from Branch or Tag History...* to the quick pick menu shown by the *Show File History...* command (`gitlens.showQuickFileHistory`) — closes [#316](https://github.com/eamodio/vscode-gitlens/issues/316)
2323
- Adds the *Compare File with Revision...* command (`gitlens.diffWithRevision`) as an alternate (`alt+click`) for the *Compare File with Previous Revision* command in the editor toolbar
24+
- Adds `gitlens.historyExplorer.avatars` setting to specify whether to show avatar images instead of status icons in the *GitLens File History* explorer — allows for an independent value from the other explorers
25+
- Adds a `gitlens.hovers.avatars` setting to specify whether to show avatar images in hovers — closes [#432](https://github.com/eamodio/vscode-gitlens/issues/432) thanks to [PR #441](https://github.com/eamodio/vscode-gitlens/pull/441) by Segev Finer ([@segevfiner](https://github.com/segevfiner))
26+
- Adds the `gitlens.hovers.avatars` setting to the *GitLens* interactive settings editor to specify whether to show avatar images in hovers
2427
- Renames the *GitLens History* explorer to *GitLens File History* explorer for better clarity
2528
- Changes the *GitLens File History* explorer to always show the full file history even when reviewing revisions
2629
- Changes the behavior of and renames the *Show Branches and Tags* command and on the quick pick menu shown by the *Compare File with Revision...* command (`gitlens.diffWithRevision`) to *Choose from Branch or Tag History...*
@@ -29,13 +32,17 @@
2932
- Fixes [#436](https://github.com/eamodio/vscode-gitlens/issues/436) - Copy to clipboard not working
3033
- Fixes [#442](https://github.com/eamodio/vscode-gitlens/issues/442) - GitLens File History fails if name (or path) starts with `-`
3134
- Fixes [#440](https://github.com/eamodio/vscode-gitlens/issues/440) - Searching for commits with an empty query yields to no results anymore
35+
- Fixes [#444](https://github.com/eamodio/vscode-gitlens/issues/444) - GitLens custom viewlet icon slightly larger than standard
36+
- Fixes [#437](https://github.com/eamodio/vscode-gitlens/issues/437) - Remove `--first-parent` from git commands to show file history from merged in repositories
37+
- Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined
3238
- Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
3339
- Fixes issue where the *Compare File with Previous Revision* command wouldn't work properly when the file had been renamed in some cases
3440
- Fixes issue where the *Compare File with Next Revision* command wouldn't work properly when the file had been renamed in some cases
3541
- Fixes issue where changed files count was wrong when the branch was behind the upstream
3642
- Fixes issue where the *GitLens File History* explorer wasn't being updated automatically for working changes
3743
- Fixes issue where the *Compare File with * Revision* commands in the editor toolbar would show and hide too often because of insignificant focus changes
3844
- Fixes issue where the scope box would be empty when there was no workspace open in the interactive settings editor
45+
- Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
3946

4047
See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md "Open Release Notes") for the full set of changes
4148

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "8.5.0",
5+
"version": "8.5.1",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

src/ui/welcome/index.html

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,26 @@ <h2 class="changelog__title">What's New in
6363
</li>
6464
<li>
6565
<span class="changelog__badge changelog__badge--added">NEW</span>
66-
Adds tag annotations to the tag tooltips in the
67-
<i>GitLens</i> explorer &mdash; closes
68-
<a title="Open Issue #431" href="https://github.com/eamodio/vscode-gitlens/issues/431">#431</a>
66+
Adds emoji support, e.g. :smile: in commit messages will now be 😃 &mdash; closes
67+
<a title="Open Issue #429" href="https://github.com/eamodio/vscode-gitlens/issues/429">#429</a>
6968
<div class="changelog__details"></div>
7069
</li>
7170
<li>
7271
<span class="changelog__badge changelog__badge--added">NEW</span>
73-
Adds a
74-
<code>gitlens.hovers.avatars</code> setting to specify whether to show avatar images in hovers &mdash; closes
75-
<a title="Open Issue #432" href="https://github.com/eamodio/vscode-gitlens/issues/432">#432</a> thanks to
76-
<a title="Pull Request #441" href="https://github.com/eamodio/vscode-gitlens/pull/441">PR #441</a> by
77-
<a title="Segev Finer (@segevfiner)" href="https://github.com/segevfiner">Segev Finer</a>
72+
Adds
73+
<i>Compare with Selected</i> and
74+
<i>Select for Compare</i> commands to file nodes in the
75+
<i>GitLens</i>,
76+
<i>GitLens File History</i>, and
77+
<i>GitLens Results</i> explorers &mdash; closes
78+
<a title="Open Issue #446" href="https://github.com/eamodio/vscode-gitlens/issues/446">#446</a>
7879
<div class="changelog__details"></div>
7980
</li>
8081
<li>
8182
<span class="changelog__badge changelog__badge--added">NEW</span>
82-
Adds the
83-
<code>gitlens.hovers.avatars</code> setting to the
84-
<i>GitLens</i> interactive settings editor to specify whether to show avatar images in hovers
83+
Adds tag annotations to the tag tooltips in the
84+
<i>GitLens</i> explorer &mdash; closes
85+
<a title="Open Issue #431" href="https://github.com/eamodio/vscode-gitlens/issues/431">#431</a>
8586
<div class="changelog__details"></div>
8687
</li>
8788
<li>
@@ -103,6 +104,29 @@ <h2 class="changelog__title">What's New in
103104
<i>Compare File with Previous Revision</i> command in the editor toolbar
104105
<div class="changelog__details"></div>
105106
</li>
107+
<li>
108+
<span class="changelog__badge changelog__badge--added">NEW</span>
109+
Adds a
110+
<code>gitlens.hovers.avatars</code> setting to specify whether to show avatar images in hovers &mdash; closes
111+
<a title="Open Issue #432" href="https://github.com/eamodio/vscode-gitlens/issues/432">#432</a> thanks to
112+
<a title="Pull Request #441" href="https://github.com/eamodio/vscode-gitlens/pull/441">PR #441</a> by
113+
<a title="Segev Finer (@segevfiner)" href="https://github.com/segevfiner">Segev Finer</a>
114+
<div class="changelog__details"></div>
115+
</li>
116+
<li>
117+
<span class="changelog__badge changelog__badge--added">NEW</span>
118+
Adds
119+
<code>gitlens.historyExplorer.avatars</code> setting to specify whether to show avatar images instead of status icons in the
120+
<i>GitLens File History</i> explorer &mdash; allows for an independent value from the other explorers
121+
<div class="changelog__details"></div>
122+
</li>
123+
<li>
124+
<span class="changelog__badge changelog__badge--added">NEW</span>
125+
Adds the
126+
<code>gitlens.hovers.avatars</code> setting to the
127+
<i>GitLens</i> interactive settings editor to specify whether to show avatar images in hovers
128+
<div class="changelog__details"></div>
129+
</li>
106130
<li>
107131
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>
108132
Renames the
@@ -154,6 +178,19 @@ <h2 class="changelog__title">What's New in
154178
<a title="Open Issue #440" href="https://github.com/eamodio/vscode-gitlens/issues/440">#440</a> &mdash; Searching for commits with an empty query yields to no results anymore
155179
<div class="changelog__details"></div>
156180
</li>
181+
<li>
182+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
183+
Fixes
184+
<a title="Open Issue #444" href="https://github.com/eamodio/vscode-gitlens/issues/444">#444</a> &mdash; GitLens custom viewlet icon slightly larger than standard
185+
<div class="changelog__details"></div>
186+
</li>
187+
<li>
188+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
189+
Fixes
190+
<a title="Open Issue #437" href="https://github.com/eamodio/vscode-gitlens/issues/437">#437</a> &mdash; Remove
191+
<code>--first-parent</code> from git commands to show file history from merged in
192+
<div class="changelog__details"></div>
193+
</li>
157194
<li>
158195
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
159196
Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
@@ -196,10 +233,15 @@ <h2 class="changelog__title">What's New in
196233
Fixes issue where the scope box would be empty when there was no workspace open in the interactive settings editor
197234
<div class="changelog__details"></div>
198235
</li>
236+
<li>
237+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
238+
Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
239+
<div class="changelog__details"></div>
240+
</li>
199241

200242
<li class="changelog__list-item--version">
201243
<span class="changelog__badge changelog__badge--version">8.4</span>
202-
<span class="changelog__date">MAY &nbsp;2018</span>
244+
<span class="changelog__date">JUNE &nbsp;2018</span>
203245
<div class="changelog__details"></div>
204246
</li>
205247
<li>

0 commit comments

Comments
 (0)