Eric Amodio преди 5 години
родител
ревизия
e43881989c
променени са 3 файла, в които са добавени 231 реда и са изтрити 10 реда
  1. +9
    -9
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +221
    -0
      src/webviews/apps/welcome/index.html

+ 9
- 9
CHANGELOG.md Целия файл

@ -4,7 +4,7 @@ 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.6.0] - 2019-04-08
### Added
@ -19,17 +19,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
- 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
- Adds support for current line blame annotations while debugging — closes [#382](https://github.com/eamodio/vscode-gitlens/issues/382)
- Adds a _Collapse All_ command to the _Repositories_ view — closes [#688](https://github.com/eamodio/vscode-gitlens/issues/688)
- Adds version links to CHANGELOG — closes [#617](https://github.com/eamodio/vscode-gitlens/issues/617) thanks to [PR #600](https://github.com/eamodio/vscode-gitlens/pull/660) by John Gee ([@shadowspawn](https://github.com/shadowspawn))
- Adds version links to the CHANGELOG — closes [#617](https://github.com/eamodio/vscode-gitlens/issues/617) thanks to [PR #660](https://github.com/eamodio/vscode-gitlens/pull/660) by John Gee ([@shadowspawn](https://github.com/shadowspawn))
- Adds a `gitlens.views.pageItemLimit` setting to specify the number of items to show in a each page when paginating a view list. Use 0 to specify no limit
### Changed
- Changes to use [Day.js](https://github.com/iamkun/dayjs) instead of [date-fns](https://github.com/date-fns/date-fns) for a reduced bundle size
- Changes related commit highlighting to only appear on cursor movement after file blame annotations are shown — to improve performance and reduce initial visual overload
- Changes _Open Revision from..._ (`gitlens.openFileRevisionFrom`) command to allow entering references
- Improves the behavior of the _Show More Commits_ & _Show More Results_ commands - no longer loses the context of the last selected item before showing more
- Improves the behavior of the _Show More Commits_ & _Show More Results_ commands — no longer loses the context of the last selected item before showing more
- Improves the behavior of the _Open Changes with Next Revision_ (`gitlens.diffWithNext`) command when in the diff editor
- Improves the behavior of the _Open Changes with Previous Revision_ (`gitlens.diffWithPrevious`) command when in the diff editor
- Improves the behavior of the _Open Changes with Working File_ (`gitlens.diffWithWorking`) command when in the diff editor
@ -37,14 +35,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Renames _Compare Working Tree with Branch or Tag..._ (`gitlens.diffWorkingWithBranch`) command to _Compare Working Tree with..._ (`gitlens.diffWorkingWith`)
- Renames _Open Changes with Branch or Tag..._ (`gitlens.diffWithBranch`) command to _Open Changes with..._ (`gitlens.diffWithRef`)
- Renames _Open Revision from Branch or Tag..._ (`gitlens.openFileRevisionFromBranch`) command to _Open Revision from..._ (`gitlens.openFileRevisionFrom`)
- Renames _Compare Branch or Tag with..._ (`gitlens.views.compare.selectForCompare`) command to _Compare References..._ (`gitlens.views.compare.selectForCompare`)
- Renames _Compare Branch or Tag with..._ (`gitlens.views.compare.selectForCompare`) command to _Compare References..._
- Renames _Choose from Branch or Tag History..._ quick pick item to _Show File History from..._ for better clarity and to reflect that references are now allowed
- Updates the invite link to the [VS Code Development Community Slack](https://vscode-slack.amod.io)
- Changes to use [Day.js](https://github.com/iamkun/dayjs) instead of [date-fns](https://github.com/date-fns/date-fns) for a reduced bundle size
### Removed
- Removes the requirement of prefixing reference comparisons with `#` — closes [#690](https://github.com/eamodio/vscode-gitlens/issues/690)
- Removes the automatic suspension of the current line blame annotations while debugging — closes [#382](https://github.com/eamodio/vscode-gitlens/issues/382)
- Removes the requirement of prefixing reference comparisons with `#` — closes [#690](https://github.com/eamodio/vscode-gitlens/issues/690)
### Fixed
@ -53,7 +51,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [#695](https://github.com/eamodio/vscode-gitlens/issues/695) - Invalid URL in Open File in Remote when selecting origin/.. as comparison branch
- Fixes the behavior of the _Open Line Changes with Previous Revision_ (`gitlens.diffLineWithPrevious`) command to follow the line history much better
- Fixes missing _Compare References..._ (`gitlens.views.compare.selectForCompare`) from the command palette
- Fixes font issues in the _Welcome to GitLens_ and _GitLens Settings_ pages do to changes to CSS font variable provided by VS Code
- Fixes font issues in the _Welcome to GitLens_ and _GitLens Settings_ pages due to changes to the webview CSS font variables provided by VS Code
- Fixes the invite link to the [VS Code Development Community Slack](https://vscode-slack.amod.io)
## [9.5.1] - 2019-02-13
@ -2741,6 +2740,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Initial release but still heavily a work in progress.
[9.6.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.5.1...eamodio:v9.6.0
[9.5.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.5.0...eamodio:v9.5.1
[9.5.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.4.1...eamodio:v9.5.0
[9.4.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.4.0...eamodio:v9.4.1

+ 1
- 1
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.5.1",
"version": "9.6.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

+ 221
- 0
src/webviews/apps/welcome/index.html Целия файл

@ -130,6 +130,227 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.6</span>
<span class="changelog__date">APR &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a new
<b>Contributors</b> node to each repository in the <i>Repositories</i> view
<div class="changelog__details changelog__details--list">
<p>
Lists the contributors in the repository, sorted by contributed commits.
Provides the avatar (if enabled), name, and email address of each
contributor
</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<i>Collapse All</i> command to the <i>Repositories</i> view &mdash; closes
<a
title="Open Issue #688"
href="https://github.com/eamodio/vscode-gitlens/issues/688"
>#688</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds version links
to the CHANGELOG &mdash; closes
<a
title="Open Issue #617"
href="https://github.com/eamodio/vscode-gitlens/issues/617"
>#617</a
>
thanks to
<a
title="Open Pull Request #660"
href="https://github.com/eamodio/vscode-gitlens/pull/660"
>PR #660</a
>
by John Gee (<a title="@shadowspawn" href="https://github.com/shadowspawn"
>@shadowspawn</a
>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<code>gitlens.views.pageItemLimit</code> setting to specify the number of items to
show in a each page when paginating a view list. Use 0 to specify no limit
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes the
automatic suspension of the current line blame annotations while debugging &mdash;
closes
<a
title="Open Issue #382"
href="https://github.com/eamodio/vscode-gitlens/issues/382"
>#382</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes the
requirement of prefixing reference comparisons with <code>#</code> &mdash; closes
<a
title="Open Issue #690"
href="https://github.com/eamodio/vscode-gitlens/issues/690"
>#690</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
related commit highlighting to only appear on cursor movement after file blame
annotations are shown
<div class="changelog__details changelog__details--list">
<p>
This is to improve performance and reduce initial visual overload
</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes
<i>Open Revision from...</i> (<code>gitlens.openFileRevisionFrom</code>) command to
allow entering references
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
behavior of the <i>Show More Commits</i> & <i>Show More Results</i> commands &mdash;
no longer loses the context of the last selected item before showing more
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
behavior of the
<i>Open Changes with Next Revision</i> (<code>gitlens.diffWithNext</code>) command
when in the diff editor
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
behavior of the
<i>Open Changes with Previous Revision</i> (<code>gitlens.diffWithPrevious</code>)
command when in the diff editor
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
behavior of the
<i>Open Changes with Working File</i> (<code>gitlens.diffWithWorking</code>) command
when in the diff editor
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Compare HEAD with Branch or Tag...</i> (<code>gitlens.diffHeadWithBranch</code>)
command to <i>Compare HEAD with...</i> (<code>gitlens.diffHeadWith</code>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Compare Working Tree with Branch or Tag...</i>
(<code>gitlens.diffWorkingWithBranch</code>) command to
<i>Compare Working Tree with...</i> (<code>gitlens.diffWorkingWith</code>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Open Changes with Branch or Tag...</i> (<code>gitlens.diffWithBranch</code>)
command to <i>Open Changes with...</i> (<code>gitlens.diffWithRef</code>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Open Revision from Branch or Tag...</i>
(<code>gitlens.openFileRevisionFromBranch</code>) command to
<i>Open Revision from...</i> (<code>gitlens.openFileRevisionFrom</code>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Compare Branch or Tag with...</i>
(<code>gitlens.views.compare.selectForCompare</code>) command to
<i>Compare References...</i>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Renames
<i>Choose from Branch or Tag History...</i> quick pick item to
<i>Show File History from...</i> for better clarity and to reflect that references
are now allowed
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes to
use <a href="https://github.com/iamkun/dayjs">Day.js</a> instead of
<a href="https://github.com/date-fns/date-fns">date-fns</a> for a reduced bundle
size
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #683"
href="https://github.com/eamodio/vscode-gitlens/issues/683"
>#683</a
>
&mdash; log.showSignature leads to stray files being displayed
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #691"
href="https://github.com/eamodio/vscode-gitlens/issues/691"
>#691</a
>
&mdash; Auto-expand tree view on Swap Comparison
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #695"
href="https://github.com/eamodio/vscode-gitlens/issues/695"
>#695</a
>
&mdash; Invalid URL in Open File in Remote when selecting origin/.. as comparison
branch
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes the
behavior of the <i>Open Line Changes with Previous Revision</i>
(<code>gitlens.diffLineWithPrevious</code>) command to follow the line history much
better
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes missing
<i>Compare References...</i> (<code>gitlens.views.compare.selectForCompare</code>)
from the command palette
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes font issues
in the <i>Welcome to GitLens</i> and <i>GitLens Settings</i> pages due to changes to
the webview CSS font variables provided by VS Code
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes the invite
link to the
<a title="Join us on Slack" href="https://vscode-slack.amod.io"
>VS Code Development Community Slack</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.5</span>
<span class="changelog__date">FEB &nbsp;2019</span>
<div class="changelog__details"></div>

Зареждане…
Отказ
Запис