Eric Amodio пре 5 година
родитељ
комит
84363ec5ac
4 измењених фајлова са 118 додато и 8 уклоњено
  1. +23
    -3
      CHANGELOG.md
  2. +2
    -1
      README.md
  3. +2
    -2
      package.json
  4. +91
    -2
      src/webviews/apps/welcome/index.html

+ 23
- 3
CHANGELOG.md Прегледај датотеку

@ -4,11 +4,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [9.8.3] - 2019-07-09
### Added
- Adds working tree comparison support to the _Compare Current Branch with <branch, tag, or ref>_ node within each repository in the _Repositories_ view
- Changes `gitlens.views.repositories.showBranchComparison` to also specify the type of comparison — either with the current branch or the working tree
- Adds a _Switch to Working Tree Comparison_ command or _Switch to Branch Comparison_ command to the _Compare Current Branch with <branch, tag, or ref>_ node
- Adds the _Open Revision_ command as an `alt-click` of the _Open File_ command on files in the views
- Adds the _Open File_ command as an `alt-click` of the _Open Revision_ command on files in the views
### Changed
- Changes fetch, pull, and push commands to be executed in parallel, rather than sequentially
- Changes _Search Commits_ (`gitlens.showCommitSearch`) command to prompt for a repository, if there is more than one
### Removed
- Removes `gitlens.settings.mode` setting as the interactive settings editor (via the _GitLens: Open Settings_ command) will always show all settings now
### Fixed
- Fixes [#776](https://github.com/eamodio/vscode-gitlens/issues/776) - File history sidebar having "Open file" instead of "Open revision"
- Fixes [#692](https://github.com/eamodio/vscode-gitlens/issues/692) - Can't open remote on bitbucket — thanks to [PR #767](https://github.com/eamodio/vscode-gitlens/pull/767) by grozan ([@grozan](https://github.com/grozan))
- Fixes a parsing issue with certain renamed files
- Fixes some issues with emoji rendering
## [9.8.2] - 2019-06-10
@ -50,7 +70,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- A context menu provides access to more common file revision commands
- **\* Files Changed** — lists all of the files changed between the compared revisions
- Adds a _Show a comparison of the current branch to a user-selected reference_ (`gitlens.views.repositories.showBranchComparison`) setting to specify whether to show a comparison of the current branch to a user-selected reference in the _Repositories_ view
- Adds a `gitlens.advanced.useSymmetricDifferenceNotation` setting to specify whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions — closes [#330](https://github.com/eamodio/vscode-gitlens/issues/330)
- Adds a `gitlens.advanced.useSymmetricDifferenceNotation` setting to specify whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons — closes [#330](https://github.com/eamodio/vscode-gitlens/issues/330)
- Adds a _Copy Remote Url to Clipboard_ command to commit quick pick menus
### Changed
@ -129,7 +149,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds support to the _Details_ and _Changes (diff)_ hovers to differentiate between staged and unstaged changed
- Adds a _Show All_ command to the _Show More_ nodes in the views
- Adds _Show More_ support (i.e. paging) to the _File_ and _Line History_ views
- Adds an improved experience when starting a new commit search or comparision
- Adds an improved experience when starting a new commit search or comparison
- Adds the renamed path to the description and tooltip of file nodes in the views
- Adds a `gitlens.advanced.maxSearchItems` setting to specify the maximum number of items to show in a search — closes [#728](https://github.com/eamodio/vscode-gitlens/issues/728)
- Adds a `gitlens.defaultDateSource` setting to specify whether commit dates should use the authored or committed date — closes [#537](https://github.com/eamodio/vscode-gitlens/issues/537) thanks to [PR #707](https://github.com/eamodio/vscode-gitlens/pull/707) by Mathew King ([@MathewKing](https://github.com/MathewKing))

+ 2
- 1
README.md Прегледај датотеку

@ -289,6 +289,7 @@ The repositories view provides the following features,
- An inline toolbar provides quick access to the _Open File_, _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open File on Remote_ (if available) commands
- A context menu provides access to more common file revision commands
- **\* Files Changed** — lists all of the files changed between the compared revisions
- An inline toolbar provides quick access to the _Switch to Working Tree Comparison_ or _Switch to Branch Comparison_, and _Refresh_ commands
- **Branches** — lists the local branches in the repository
@ -872,7 +873,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.advanced.repositorySearchDepth` | Specifies how many folders deep to search for repositories |
| `gitlens.advanced.similarityThreshold` | Specifies the amount (percent) of similarity a deleted and added file pair must have to be considered a rename |
| `gitlens.advanced.telemetry.enabled` | Specifies whether to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting |
| `gitlens.advanced.useSymmetricDifferenceNotation` | Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) |
| `gitlens.advanced.useSymmetricDifferenceNotation` | Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) |
#### Custom Remotes Settings

+ 2
- 2
package.json Прегледај датотеку

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"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",
"version": "9.8.2",
"version": "9.8.3",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@ -1759,7 +1759,7 @@
"gitlens.advanced.useSymmetricDifferenceNotation": {
"type": "boolean",
"default": true,
"markdownDescription": "Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisions. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations)",
"markdownDescription": "Specifies whether to use the symmetric difference (three-dot) notation or the range (two-dot) notation for comparisons. See the [Git docs](https://git-scm.com/docs/gitrevisions#_dotted_range_notations)",
"scope": "window"
}
}

+ 91
- 2
src/webviews/apps/welcome/index.html Прегледај датотеку

@ -130,6 +130,96 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.8.3</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds working tree
comparison support to the
<i>Compare Current Branch with &lt;branch, tag, or ref&gt;</i> node within each
repository in the <i>Repositories</i> view
<div class="changelog__details changelog__details--list">
<p>
Changes <code>gitlens.views.repositories.showBranchComparison</code> to also
specify the type of comparison &mdash; either with the current branch or the
working tree
</p>
<p>
Adds a <i>Switch to Working Tree Comparison</i> command or
<i>Switch to Branch Comparison</i> command to the
<i>Compare Current Branch with &lt;branch, tag, or ref&gt;</i> node
</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds the
<i>Open Revision</i> command as an <code>alt-click</code> of the
<i>Open File</i> command on files in the views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds the
<i>Open File</i> command as an <code>alt-click</code> of the
<i>Open Revision</i> command on files in the views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
fetch, pull, and push commands to be executed in parallel, rather than sequentially
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
<i>Search Commits</i> (<code>gitlens.showCommitSearch</code>) command to prompt for
a repository, if there is more than one
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes
<code>gitlens.settings.mode</code> setting as the interactive settings editor (via
the <i>GitLens: Open Settings</i> command) will always show all settings now
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #776"
href="https://github.com/eamodio/vscode-gitlens/issues/776"
>#776</a
>
&mdash; File history sidebar having "Open file" instead of "Open revision"
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #692"
href="https://github.com/eamodio/vscode-gitlens/issues/692"
>#692</a
>
&mdash; Can't open remote on bitbucket &mdash; thanks to
<a
title="Open Pull Request #767"
href="https://github.com/eamodio/vscode-gitlens/pull/767"
>PR #767</a
>
by grozan (<a title="@grozan" href="https://github.com/grozan">@grozan</a>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a parsing
issue with certain renamed files
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes some issues
with emoji rendering
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.8.2</span>
<span class="changelog__date">JUNE &nbsp;2019</span>
<div class="changelog__details"></div>
@ -210,7 +300,6 @@
issue with file histories
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a
regression where the <i>Copy Remote Url to Clipboard</i> command fails to include
@ -270,7 +359,7 @@
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<code>gitlens.advanced.useSymmetricDifferenceNotation</code> setting to specify
whether to use the symmetric difference (three-dot) notation or the range (two-dot)
notation for comparisions &mdash; closes
notation for comparisons &mdash; closes
<a
title="Open Issue #330"
href="https://github.com/eamodio/vscode-gitlens/issues/330"

Loading…
Откажи
Сачувај