Skip to content

Commit 6563d4f

Browse files
committed
Preps v8.2.0-beta
1 parent e52510b commit 6563d4f

File tree

6 files changed

+177
-113
lines changed

6 files changed

+177
-113
lines changed

CHANGELOG.md

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,26 @@
1313
<br />
1414

1515
# What's new in GitLens 8
16-
## 8.1 &mdash; March 2018
17-
- Adds automatic issue linking to Bitbucket, GitHub, GitLab, and Visual Studio Team Services for commit messages in hovers
18-
- Adds support to toggle annotations for each file individually or for all files at once &mdash; closes [#289](https://github.com/eamodio/vscode-gitlens/issues/289)
19-
- Adds icons to remotes in the *GitLens* explorer based on the remote service provider
20-
- Adds multi-cursor support to current line annotations &mdash; closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
21-
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are performed with the working tree &mdash; closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
22-
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. Only affects new installs or if you remove the `gitlens.keymap` setting
23-
24-
## 8.0 &mdash; February 2018
25-
- Brand new welcome experience
26-
- Brand new interactive [settings editor](#configuration) &mdash; GitLens is easier than ever to customize to suit your needs
27-
- Adds a tree layout option to branches in the <i>GitLens</i> explorer &mdash; thanks to Yukai Huang ([@Yukaii](https://github.com/Yukaii))!
28-
- Reworked settings &mdash; clearer, simpler settings
16+
## 8.2 &mdash; April 2018
17+
- Adds rich tooltip details to the *GitLens* explorer and *GitLens Results* view
18+
- Adds richer working tree and upstream status information to branches in the *GitLens* explorer
19+
- Adds an indicator to the *GitLens* explorer's branch history to mark the synchronization point between the local and remote branch (if available)
20+
- Adds ability to easily switch between relative and absolute dates via the `gitlens.defaultDateStyle` settings &mdash; closes [#312](https://github.com/eamodio/vscode-gitlens/issues/312)
21+
- Adds `gitlens.currentLine.scrollable` setting to specify whether the current line blame annotation can be scrolled into view when it is outside the viewport &mdash; closes [#149](https://github.com/eamodio/vscode-gitlens/issues/149), [#290](https://github.com/eamodio/vscode-gitlens/issues/290), [#265](https://github.com/eamodio/vscode-gitlens/issues/265)
22+
- Adds *Copy Commit ID to Clipboard* (`gitlens.copyShaToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
23+
- Adds *Copy Commit Message to Clipboard* (`gitlens.copyMessageToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
24+
- Renames *Compare with Index (HEAD)* (`gitlens.explorers.compareWithHead`) command to *Compare with HEAD* &mdash; closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
25+
- Renames *Compare Index (HEAD) with Branch or Tag...* (`gitlens.diffHeadWithBranch`) command to *Compare HEAD with Branch or Tag...* &mdash; closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
26+
- Removes the unnecessary *Show File Blame Annotations* (`gitlens.showFileBlame`) command &mdash; *Toggle File Blame Annotations* (`gitlens.toggleFileBlame`) provides similar functionality
27+
- Removes the unnecessary *Show Line Blame Annotations* (`gitlens.showLineBlame`) command &mdash; *Toggle Line Blame Annotations* (`gitlens.toggleLineBlame`) provides similar functionality
28+
- Removes *Open Working File* (`gitlens.openWorkingFile`) command from the editor toolbar when the built-in *Open File* command is visible
29+
- Removes *Compare with HEAD* (`gitlens.explorers.compareWithHead`), *Compare with Working Tree* (`gitlens.explorers.compareWithWorking`), and *Compare Compare Ancestry with Working Tree* (`gitlens.explorers.compareAncestryWithWorking`) commands from the current branch since comparing a branch with itself doesn't make sense &mdash; closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
30+
- Fixes [#314](https://github.com/eamodio/vscode-gitlens/issues/314) - Toggle line annotation doesn't work properly
31+
- Fixes [#310](https://github.com/eamodio/vscode-gitlens/issues/310) - "via Terminal" commands need quoting around work directory
32+
- Fixes issues with the active repository in the *GitLens* explorer failed to update properly
33+
- Fixes issues with *Open File*, *Open Revision*, and *Show File History* commands and images and other binary files
34+
- Fixes issues preventing nodes in the *GitLens* explorer from expanding properly in certain cases
35+
- Fixes issues when refreshing nodes in the *GitLens Results* view
2936

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

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

src/ui/scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ ul {
382382
& li {
383383
margin-bottom: 0.5em;
384384
}
385+
386+
& code {
387+
font-size: 0.9em;
388+
}
385389
}
386390

387391
.changelog__list-item--version {

src/ui/welcome/index.html

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,58 @@ <h1>GitLens</h1>
4141
<h2 class="changelog__title">What's New in <span class="changelog__version">GitLens 8</span> &#x1F389;&#x1F388;</h2>
4242
<div class="changelog__scroller">
4343
<ul class="changelog__list">
44-
<li><span class="changelog__badge changelog__badge--version">8.1</span>
44+
<li><span class="changelog__badge changelog__badge--version">8.2</span>
45+
<span class="changelog__date">APRIL &nbsp;2018</span>
46+
<div class="changelog__details"></div>
47+
</li>
48+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
49+
Adds rich tooltip details to the <i>GitLens</i> explorer and <i>GitLens Results</i> view
50+
<div class="changelog__details">
51+
<!-- <img class="changelog__image" src="{{root}}/images/cl-issue-linking.png" alt="Issue linking in commit messages"/> -->
52+
</div>
53+
</li>
54+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
55+
Adds richer working tree and upstream status information to branches in the <i>GitLens</i> explorer
56+
<div class="changelog__details"></div>
57+
</li>
58+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
59+
Adds an indicator to the <i>GitLens</i> explorer's branch history to mark the synchronization point between the local and remote branch (if available)
60+
<div class="changelog__details"></div>
61+
</li>
62+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
63+
Adds ability to easily switch between relative and absolute dates via the <code>gitlens.defaultDateStyle</code> settings &mdash; closes <a title="Open Issue #312" href="https://github.com/eamodio/vscode-gitlens/issues/312">#312</a>
64+
<div class="changelog__details"></div>
65+
</li>
66+
<li><span class="changelog__badge changelog__badge--added">NEW</span>
67+
Adds <code>gitlens.currentLine.scrollable</code> setting to specify whether the current line blame annotation can be scrolled into view when it is outside the viewport &mdash; closes <a title="Open Issue #149" href="https://github.com/eamodio/vscode-gitlens/issues/149">#149</a>, <a title="Open Issue #290" href="https://github.com/eamodio/vscode-gitlens/issues/290">#290</a>, <a title="Open Issue #265" href="https://github.com/eamodio/vscode-gitlens/issues/265">#265</a>
68+
<div class="changelog__details"></div>
69+
</li>
70+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
71+
Fixes <a title="Open Issue #314" href="https://github.com/eamodio/vscode-gitlens/issues/314">#314</a> &mdash; Toggle line annotation doesn't work properly
72+
<div class="changelog__details"></div>
73+
</li>
74+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
75+
Fixes <a title="Open Issue #310" href="https://github.com/eamodio/vscode-gitlens/issues/310">#310</a> &mdash; "via Terminal" commands need quoting around work directory
76+
<div class="changelog__details"></div>
77+
</li>
78+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
79+
Fixes issues with the active repository in the <i>GitLens</i> explorer failed to update properly
80+
<div class="changelog__details"></div>
81+
</li>
82+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
83+
Fixes issues with <i>Open File</i>, <i>Open Revision</i>, and <i>Show File History</i> commands and images and other binary files
84+
<div class="changelog__details"></div>
85+
</li>
86+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
87+
Fixes issues preventing nodes in the <i>GitLens</i> explorer from expanding properly in certain cases
88+
<div class="changelog__details"></div>
89+
</li>
90+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
91+
Fixes issues when refreshing nodes in the <i>GitLens Results</i> view
92+
<div class="changelog__details"></div>
93+
</li>
94+
95+
<li class="changelog__list-item--version"><span class="changelog__badge changelog__badge--version">8.1</span>
4596
<span class="changelog__date">MARCH &nbsp;2018</span>
4697
<div class="changelog__details"></div>
4798
</li>
@@ -63,13 +114,15 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
63114
</li>
64115
<li><span class="changelog__badge changelog__badge--added">NEW</span>
65116
Adds multi-cursor support to current line annotations &mdash; closes <a title="Open Issue #291" href="https://github.com/eamodio/vscode-gitlens/issues/291">#291</a>
117+
<div class="changelog__details"></div>
66118
</li>
67119
<li><span class="changelog__badge changelog__badge--changed">IMPROVED</span>
68120
Renames <i>Compare Selected Ancestor with Working Tree</i> command to <i>Compare Ancestry with Working Tree</i> and removes the need to select a branch first, since all compares are performed with the working tree &mdash; closes <a title="Open Issue #279" href="https://github.com/eamodio/vscode-gitlens/issues/279">#279</a>
69121
<div class="changelog__details"></div>
70122
</li>
71123
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
72124
Fixes <a title="Open Issue #294" href="https://github.com/eamodio/vscode-gitlens/issues/294">#294</a> &mdash; Keyboard shortcuts will now default to <i>chorded</i> to avoid conflicts. Only affects new installs or if you remove the <span class="setting-key">gitlens.keymap</span> setting
125+
<div class="changelog__details"></div>
73126
</li>
74127

75128
<li class="changelog__list-item--version"><span class="changelog__badge changelog__badge--version">8.0</span>

0 commit comments

Comments
 (0)