Skip to content

Commit 031c63e

Browse files
committed
Preps v8.3.3
1 parent 4ac7124 commit 031c63e

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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.3.3] - 2018-05-31
88
### Added
99
- Adds (re-adds) support for handling single files — closes [#321](https://github.com/eamodio/vscode-gitlens/issues/321)
1010
- Adds *Close Repository* (`gitlens.explorers.closeRepository`) command to repository and repository status nodes in the *GitLens* explorer — closes (hides) the repository in the *GitLens* explorer
1111

1212
### Fixed
13-
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in GitLens Results explorer
13+
- Fixes [#362](https://github.com/eamodio/vscode-gitlens/issues/362) - Too many code lenses in postcss files
14+
- Fixes [#381](https://github.com/eamodio/vscode-gitlens/issues/381) - Can't stash single files with older versions of Git
15+
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in *GitLens Results* explorer
1416
- Fixes [#385](https://github.com/eamodio/vscode-gitlens/issues/385) - Wrong git command to delete remote branch
1517

1618
## [8.3.2] - 2018-05-21

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@
4747
![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings-mode.png)
4848

4949
- Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor
50+
- Adds (re-adds) support for handling single files — closes [#321](https://github.com/eamodio/vscode-gitlens/issues/321)
5051
- Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358)
5152
- Adds *Show GitLens Explorer* (`gitlens.showGitExplorer`) command — shows/expands the *GitLens* explorer
5253
- Adds *Show History Explorer* (`gitlens.showHistoryExplorer`) command — shows/expands the *GitLens History* explorer
5354
- Adds *Show Results Explorer* (`gitlens.showResultsExplorer`) command — shows/expands the *GitLens Results* explorer
55+
- Adds *Close Repository* (`gitlens.explorers.closeRepository`) command to repository and repository status nodes in the *GitLens* explorer — closes (hides) the repository in the *GitLens* explorer
5456
- Showing results in the *GitLens Results* explorer now properly shows the explorer first
5557
- Renames *Compare Line Revision with Previous* command (`gitlens.diffLineWithPrevious`) to *Compare Commit with Previous* for consistency with other commands
5658
- Renames *Compare Line Revision with Working File* command (`gitlens.diffLineWithWorking`) to *Compare Commit with Working File* for consistency with other commands
@@ -62,6 +64,10 @@
6264
- Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck
6365
- Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit
6466
- Fixes [#372](https://github.com/eamodio/vscode-gitlens/issues/372) - Wrong URL to VSTS work item when using hash work item id in commit
67+
- Fixes [#362](https://github.com/eamodio/vscode-gitlens/issues/362) - Too many code lenses in postcss files
68+
- Fixes [#381](https://github.com/eamodio/vscode-gitlens/issues/381) - Can't stash single files with older versions of Git
69+
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in *GitLens Results* explorer
70+
- Fixes [#385](https://github.com/eamodio/vscode-gitlens/issues/385) - Wrong git command to delete remote branch
6571
- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic))
6672
- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon))
6773
- Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents

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
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "8.3.3-beta",
3+
"version": "8.3.3",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

src/ui/welcome/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
9393
<img class="changelog__image" src="{{root}}/images/cl-settings-mode.png" alt="Settings Mode"/>
9494
</div>
9595
</li>
96+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
97+
Adds (re-adds) support for handling single files &mdash; closes <a title="Open Issue #321" href="https://github.com/eamodio/vscode-gitlens/issues/321">#321</a>
98+
<div class="changelog__details"></div>
99+
</li>
96100
<li><span class="changelog__badge changelog__badge--added">NEW</span>
97101
Adds a tree layout option to tags in the <i>GitLens</i> explorer &mdash; closes <a title="Open Issue #358" href="https://github.com/eamodio/vscode-gitlens/issues/358">#358</a>
98102
<div class="changelog__details"></div>
@@ -109,6 +113,10 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
109113
Adds <i>Show Results Explorer</i> command (<code>gitlens.showResultsExplorer</code>) &mdash; shows/expands the <i>GitLens Results</i> explorer
110114
<div class="changelog__details"></div>
111115
</li>
116+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
117+
Adds <i>Close Repository</i> command (<code>gitlens.explorers.closeRepository</code>) to repository and repository status nodes in the <i>GitLens</i> explorer &mdash; closes (hides) the repository in the <i>GitLens</i> explorer
118+
<div class="changelog__details"></div>
119+
</li>
112120
<li><span class="changelog__badge changelog__badge--changed">IMPROVED</span>
113121
Showing results in the <i>GitLens Results</i> explorer now properly shows the explorer first
114122
<div class="changelog__details"></div>
@@ -153,6 +161,22 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
153161
Fixes <a title="Open Issue #372" href="https://github.com/eamodio/vscode-gitlens/issues/372">#372</a> &mdash; Wrong URL to VSTS work item when using hash work item id in commit
154162
<div class="changelog__details"></div>
155163
</li>
164+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
165+
Fixes <a title="Open Issue #362" href="https://github.com/eamodio/vscode-gitlens/issues/362">#362</a> &mdash; Too many code lenses in postcss files
166+
<div class="changelog__details"></div>
167+
</li>
168+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
169+
Fixes <a title="Open Issue #381" href="https://github.com/eamodio/vscode-gitlens/issues/381">#381</a> &mdash; Can't stash single files with older versions of Git
170+
<div class="changelog__details"></div>
171+
</li>
172+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
173+
Fixes <a title="Open Issue #384" href="https://github.com/eamodio/vscode-gitlens/issues/384">#384</a> &mdash; Absolute dates not always honored in <i>GitLens Results</i> explorer
174+
<div class="changelog__details"></div>
175+
</li>
176+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
177+
Fixes <a title="Open Issue #385" href="https://github.com/eamodio/vscode-gitlens/issues/385">#385</a> &mdash; Wrong git command to delete remote branch
178+
<div class="changelog__details"></div>
179+
</li>
156180
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
157181
Fixes <i>bronze</i> typo thanks to <a title="Pull Request #361" href="https://github.com/eamodio/vscode-gitlens/pull/361">PR #361</a> by Cory Forsyth (<a title="Cory Forsyth" href="https://github.com/bantic">@bantic</a>)
158182
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)