Skip to content

Commit bc4a84d

Browse files
committed
Preps v8.3.4
1 parent 924d40c commit bc4a84d

File tree

5 files changed

+62
-3
lines changed

5 files changed

+62
-3
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+
## [8.3.4] - 2018-06-06
88
### Added
99
- Adds clipboard support for Linux without requiring any external dependencies — thanks to [PR #394](https://github.com/eamodio/vscode-gitlens/pull/394) by Cédric Malard ([@cmalard](https://github.com/cmalard))
1010
- Adds a select branch quick pick menu to the *Open File in Remote* command (`gitlens.openFileInRemote`) when the current branch has no upstream tracking branch — closes [#209](https://github.com/eamodio/vscode-gitlens/issues/209)

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,16 @@
5353
- Adds *Show History Explorer* (`gitlens.showHistoryExplorer`) command — shows/expands the *GitLens History* explorer
5454
- Adds *Show Results Explorer* (`gitlens.showResultsExplorer`) command — shows/expands the *GitLens Results* explorer
5555
- 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
56+
- Adds clipboard support for Linux without requiring any external dependencies — thanks to [PR #394](https://github.com/eamodio/vscode-gitlens/pull/394) by Cédric Malard ([@cmalard](https://github.com/cmalard))
57+
- Adds a select branch quick pick menu to the *Open File in Remote* command (`gitlens.openFileInRemote`) when the current branch has no upstream tracking branch — closes [#209](https://github.com/eamodio/vscode-gitlens/issues/209)
5658
- Showing results in the *GitLens Results* explorer now properly shows the explorer first
5759
- Renames *Compare Line Revision with Previous* command (`gitlens.diffLineWithPrevious`) to *Compare Commit with Previous* for consistency with other commands
5860
- Renames *Compare Line Revision with Working File* command (`gitlens.diffLineWithWorking`) to *Compare Commit with Working File* for consistency with other commands
5961
- Renames *Show Commit File Details* command (`gitlens.showQuickCommitFileDetails`) to *Show Commit Details* for consistency with other commands
6062
- Reworks GitLens menu contributions and configuration — see menu settings above
6163
- Renames the `gitlens.advanced.menus` setting to `gitlens.menus`
6264
- Uses the new Webview API for better interactions and behavior with the interactive settings editor and welcome page
65+
- Moves the *Open Working File* command (`gitlens.openWorkingFile`) to the right of the *Compare File with * Revision* commands in the editor toolbar
6366
- Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails
6467
- Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck
6568
- Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit
@@ -68,12 +71,20 @@
6871
- Fixes [#381](https://github.com/eamodio/vscode-gitlens/issues/381) - Can't stash single files with older versions of Git
6972
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in *GitLens Results* explorer
7073
- Fixes [#385](https://github.com/eamodio/vscode-gitlens/issues/385) - Wrong git command to delete remote branch
74+
- Fixes [#400](https://github.com/eamodio/vscode-gitlens/issues/400) - Reset TO commit also resets chosen one
75+
- Fixes [#399](https://github.com/eamodio/vscode-gitlens/issues/399) - "Open x in Remote" commands aren't always available
76+
- Fixes [#397](https://github.com/eamodio/vscode-gitlens/issues/397) - Error while opening the gitlens view using `Open View` command
77+
- Fixes [#391](https://github.com/eamodio/vscode-gitlens/issues/391) - GitLens adds some settings in settings.json
78+
- 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))
79+
- 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 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)
7181
- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic))
7282
- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon))
7383
- Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents
7484
- Fixes issue with the current line blame toggle not working when current line blame starts disabled
7585
- Fixes various issues when not on a branch
7686
- Fixes many issues where commands wouldn't work if the active file wasn't part of an open repository — now GitLens will try to find the best repository otherwise it will open a repository quick pick menu if there is more than one
87+
- Fixes the *Open Working File* command (`gitlens.openWorkingFile`) not always showing in the editor toolbar when appropriate
7788

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

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",
3+
"version": "8.3.4",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

src/ui/welcome/index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
117117
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
118118
<div class="changelog__details"></div>
119119
</li>
120+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
121+
Adds clipboard support for Linux without requiring any external dependencies &mdash; thanks to <a title="Pull Request #394" href="https://github.com/eamodio/vscode-gitlens/pull/394">PR #394</a> by Cédric Malard (<a title="Cédric Malard" href="https://github.com/cmalard">@cmalard</a>)
122+
<div class="changelog__details"></div>
123+
</li>
124+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
125+
Adds a select branch quick pick menu to the <i>Open File in Remote</i> command (<code>gitlens.openFileInRemote</code>) when the current branch has no upstream tracking branch &mdash; closes <a title="Open Issue #209" href="https://github.com/eamodio/vscode-gitlens/issues/209">#209</a>
126+
<div class="changelog__details"></div>
127+
</li>
120128
<li><span class="changelog__badge changelog__badge--changed">IMPROVED</span>
121129
Showing results in the <i>GitLens Results</i> explorer now properly shows the explorer first
122130
<div class="changelog__details"></div>
@@ -145,6 +153,10 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
145153
Uses the new Webview API for better interactions and behavior with the interactive settings editor and welcome page
146154
<div class="changelog__details"></div>
147155
</li>
156+
<li><span class="changelog__badge changelog__badge--changed">IMPROVED</span>
157+
Moves the <i>Open Working File</i> command (<code>gitlens.openWorkingFile</code>) to the right of the <i>Compare File with * Revision</i> commands in the editor toolbar
158+
<div class="changelog__details"></div>
159+
</li>
148160
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
149161
Fixes <a title="Open Issue #366" href="https://github.com/eamodio/vscode-gitlens/issues/366">#366</a> &mdash; Running a GitLens command from a keybinding fails
150162
<div class="changelog__details"></div>
@@ -177,6 +189,34 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
177189
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
178190
<div class="changelog__details"></div>
179191
</li>
192+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
193+
Fixes <a title="Open Issue #400" href="https://github.com/eamodio/vscode-gitlens/issues/400">#400</a> &mdash; Reset TO commit also resets chosen one
194+
<div class="changelog__details"></div>
195+
</li>
196+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
197+
Fixes <a title="Open Issue #399" href="https://github.com/eamodio/vscode-gitlens/issues/399">#399</a> &mdash; "Open x in Remote" commands aren't always available
198+
<div class="changelog__details"></div>
199+
</li>
200+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
201+
Fixes <a title="Open Issue #397" href="https://github.com/eamodio/vscode-gitlens/issues/397">#397</a> &mdash; Error while opening the gitlens view using <code>Open View</code> command
202+
<div class="changelog__details"></div>
203+
</li>
204+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
205+
Fixes <a title="Open Issue #391" href="https://github.com/eamodio/vscode-gitlens/issues/391">#391</a> &mdash; GitLens adds some settings in settings.json
206+
<div class="changelog__details"></div>
207+
</li>
208+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
209+
Fixes <a title="Open Issue #343" href="https://github.com/eamodio/vscode-gitlens/issues/343">#343</a> &mdash; Can't show blame when VSCode starts on branch without upstream &mdash; thanks to <a title="Pull Request #390" href="https://github.com/eamodio/vscode-gitlens/pull/390">PR #390</a> by ryenus (<a title="ryenus" href="https://github.com/ryenus">@ryenus</a>)
210+
<div class="changelog__details"></div>
211+
</li>
212+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
213+
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>)
214+
<div class="changelog__details"></div>
215+
</li>
216+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
217+
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>
218+
<div class="changelog__details"></div>
219+
</li>
180220
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
181221
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>)
182222
<div class="changelog__details"></div>
@@ -197,6 +237,14 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
197237
Fixes various issues when not on a branch
198238
<div class="changelog__details"></div>
199239
</li>
240+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
241+
Fixes many issues where commands wouldn't work if the active file wasn't part of an open repository &mdash; now GitLens will try to find the best repository otherwise it will open a repository quick pick menu if there is more than one
242+
<div class="changelog__details"></div>
243+
</li>
244+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
245+
Fixes the <i>Open Working File</i> command (<code>gitlens.openWorkingFile</code>) not always showing in the editor toolbar when appropriate
246+
<div class="changelog__details"></div>
247+
</li>
200248

201249
<li class="changelog__list-item--version"><span class="changelog__badge changelog__badge--version">8.2</span>
202250
<span class="changelog__date">APRIL &nbsp;2018</span>

0 commit comments

Comments
 (0)