Skip to content

Commit 04ca78f

Browse files
committed
Preps v8.3.5
1 parent f247487 commit 04ca78f

File tree

5 files changed

+27
-22
lines changed

5 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.3.5] - 2018-06-08
88
### Fixed
9-
- Fixes more instances of [#295](https://github.com/eamodio/vscode-gitlens/issues/295), [#318](https://github.com/eamodio/vscode-gitlens/issues/318) - Any error encountered during the search for repositories could cause GitLens to die
9+
- Fixes more instances of [#295](https://github.com/eamodio/vscode-gitlens/issues/295)and [#318](https://github.com/eamodio/vscode-gitlens/issues/318) - Any error encountered during the search for repositories could cause GitLens to die
1010

1111
## [8.3.4] - 2018-06-06
1212
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
- Fixes [#391](https://github.com/eamodio/vscode-gitlens/issues/391) - GitLens adds some settings in settings.json
7878
- Fixes another case of [#343](https://github.com/eamodio/vscode-gitlens/issues/343) - Can't show blame when VSCode starts on branch without upstream — thanks to [PR #390](https://github.com/eamodio/vscode-gitlens/pull/390) by ryenus ([@ryenus](https://github.com/ryenus))
7979
- Fixes [#392](https://github.com/eamodio/vscode-gitlens/issues/392) - unable to contribute if default script shell is sh — thanks to [PR #393](https://github.com/eamodio/vscode-gitlens/pull/393) by Cédric Malard ([@cmalard](https://github.com/cmalard))
80+
- Fixes more instances of [#295](https://github.com/eamodio/vscode-gitlens/issues/295) and [#318](https://github.com/eamodio/vscode-gitlens/issues/318) - Any error encountered during the search for repositories could cause GitLens to die
8081
- Fixes issue with the `chorded` keyboard shortcut for the *Compare File with Previous Revision* command (`gitlens.diffWithPreviousInDiff`) — from [#395](https://github.com/eamodio/vscode-gitlens/issues/395)
8182
- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic))
8283
- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon))

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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
{
22
"name": "gitlens",
3-
"version": "8.3.4",
3+
"displayName": "GitLens \u2014 Git supercharged",
4+
"description": "Supercharge the Git capabilities built into Visual Studio Code \u2014 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.3.5",
46
"author": {
57
"name": "Eric Amodio",
68
"email": "[email protected]"
79
},
810
"publisher": "eamodio",
11+
"license": "SEE LICENSE IN LICENSE",
12+
"homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
13+
"bugs": {
14+
"url": "https://github.com/eamodio/vscode-gitlens/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/eamodio/vscode-gitlens.git"
19+
},
920
"engines": {
1021
"vscode": "^1.23.0"
1122
},
12-
"license": "SEE LICENSE IN LICENSE",
13-
"displayName": "GitLens \u2014 Git supercharged",
14-
"description": "Supercharge the Git capabilities built into Visual Studio Code \u2014 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",
23+
"main": "./out/extension",
24+
"icon": "images/gitlens-icon.png",
25+
"preview": false,
1526
"badges": [
1627
{
1728
"url": "https://img.shields.io/badge/vscode--dev--community-gitlens-blue.svg?logo=slack",
@@ -22,6 +33,10 @@
2233
"categories": [
2334
"Other"
2435
],
36+
"galleryBanner": {
37+
"color": "#8647ae",
38+
"theme": "dark"
39+
},
2540
"keywords": [
2641
"gitlens",
2742
"git",
@@ -30,21 +45,6 @@
3045
"annotation",
3146
"multi-root ready"
3247
],
33-
"galleryBanner": {
34-
"color": "#8647ae",
35-
"theme": "dark"
36-
},
37-
"icon": "images/gitlens-icon.png",
38-
"preview": false,
39-
"homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
40-
"bugs": {
41-
"url": "https://github.com/eamodio/vscode-gitlens/issues"
42-
},
43-
"repository": {
44-
"type": "git",
45-
"url": "https://github.com/eamodio/vscode-gitlens.git"
46-
},
47-
"main": "./out/extension",
4848
"activationEvents": [
4949
"*"
5050
],

src/ui/welcome/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
213213
Fixes <a title="Open Issue #392" href="https://github.com/eamodio/vscode-gitlens/issues/392">#392</a> &mdash; unable to contribute if default script shell is sh &mdash; thanks to <a title="Pull Request #393" href="https://github.com/eamodio/vscode-gitlens/pull/393">PR #393</a> by Cédric Malard (<a title="Cédric Malard" href="https://github.com/cmalard">@cmalard</a>)
214214
<div class="changelog__details"></div>
215215
</li>
216+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
217+
Fixes more instances of <a title="Open Issue #295" href="https://github.com/eamodio/vscode-gitlens/issues/295">#295</a> and <a title="Open Issue #318" href="https://github.com/eamodio/vscode-gitlens/issues/318">#318</a> &mdash; Any error encountered during the search for repositories could cause GitLens to die
218+
<div class="changelog__details"></div>
219+
</li>
216220
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
217221
Fixes issue with the <code>chorded</code> keyboard shortcut for the <i>Compare File with Previous Revision</i> command (<code>gitlens.diffWithPreviousInDiff</code>) &mdash; from <a title="Open Issue #395" href="https://github.com/eamodio/vscode-gitlens/issues/395">#395</a>
218222
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)