Eric Amodio 5 лет назад
Родитель
Сommit
98e225f39a
5 измененных файлов: 346 добавлений и 8 удалений
  1. +57
    -1
      CHANGELOG.md
  2. +8
    -6
      README.md
  3. Двоичные данные
      images/docs/hovers-details-vsls.png
  4. +1
    -1
      package.json
  5. +280
    -0
      src/webviews/apps/welcome/index.html

+ 57
- 1
CHANGELOG.md Просмотреть файл

@ -4,6 +4,62 @@ 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/).
## [9.7.0] - 2019-05-05
## Added
- Adds support for Live Share presence
- Adds an avatar presence indicator and an invite button to start a Live Share session with the code author<br />![Live Share presence](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-details-vsls.png)
- Adds presence status and an _Invite to Live Share_ command to contributor nodes in the _Repositories_ view
- Adds a new _Views Side Bar Layout_ section to the interactive settings editor (via the _GitLens: Open Settings_ command) with 3 layout presets
- _Default_ &mdash; shows all the views together on the GitLens side bar
- _Source Control_ &mdash; shows all the views together on the Source Control side bar
- _Contextual_ &mdash; shows _Repositories_ on the Source Control side bar, _File_ and _Line History_ on the Explorer side bar, and others on the GitLens side bar
- Improves the accuracy and experience of the following:
- _Details_ hover
- _Changes (diff)_ hover
- _Open Changes with Previous Revision_ command
- _Open Line Changes with Previous Revision_ command &mdash; closes [#719](https://github.com/eamodio/vscode-gitlens/issues/719)
- _Open Changes with Working File_ command
- _Open Line Changes with Working File_ command
- _Open Changes with Next Revision_ command
- 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 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 &mdash; 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 &mdash; 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))
- Adds a `gitlens.advanced.similarityThreshold` setting to specify the amount (percent) of similarity a deleted and added file pair must have to be considered a rename &mdash; closes [#670](https://github.com/eamodio/vscode-gitlens/issues/670) thanks to [PR #714](https://github.com/eamodio/vscode-gitlens/pull/714) by x13machine ([@x13machine](https://github.com/x13machine))
- Adds visual tracking to the table of contents of the interactive settings editor to make it easier to navigate and keep context
- Adds new documentation on how to use and customize GitLens' formatting settings: [View Docs](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting)
- Adds an `${originalPath}` token for use with file formatting which provides the full file path of the original file, if renamed
- Adds better logging to show current mode on startup and when changed &mdash; closes [#725](https://github.com/eamodio/vscode-gitlens/issues/725)
## Changes
- Changes path collapsing to also collapse root paths when using the compact file layout in the views
- Ensures file rename detection when getting the status of a repo or file
### Removed
- Removes searching for commits by changed occurrences (`-S` flag) as it is too confusing and searching by changes (`-G` flag) better matches user expectations &mdash; closes [#730](https://github.com/eamodio/vscode-gitlens/issues/730)
## Fixed
- Fixes [#729](https://github.com/eamodio/vscode-gitlens/issues/729) - "Show more results" in search commit show less results
- Fixes [#716](https://github.com/eamodio/vscode-gitlens/issues/716) - Browsing history of a renamed file fails in forward direction
- Fixes [#724](https://github.com/eamodio/vscode-gitlens/issues/724) - GitService.getBranches very very very long
- Fixes [#625](https://github.com/eamodio/vscode-gitlens/issues/625) - Branches in Repositories view shows some commit comment texts as branches
- Fixes issues with keyboard navigation (`alt+,` and `alt+.`) in commit details of the file history quick pick menu
- Fixes issues with keyboard navigation (`alt+,` and `alt+.`) in commit details of the branch history quick pick menu
- Fixes issues when showing all results in various lists and views
- Fixes issue with id collisions between branches, remotes, and tags in the _Repositories_ view
- Fixes the _Line History_ view when there are uncommitted and/or unsaved changes
- Fixes various issues when trying to find the working file from a commit
- Fixes issues where the _Changes (diff)_ hover wouldn't work properly with renamed files
- Fixes an intermittent issue where hovers fail to show
## [9.6.3] - 2019-04-22
## Added
@ -524,7 +580,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes [#400](https://github.com/eamodio/vscode-gitlens/issues/412) - GitLens logging to debug console when debugging different extension
- Fixes [#409](https://github.com/eamodio/vscode-gitlens/issues/409) - Literal \$(ellipsis) inserted into commit QuickPick menu entry placeholder text
- Fixes [#409](https://github.com/eamodio/vscode-gitlens/issues/409) - Literal \$(ellipsis) inserted into commit quick pick menu entry placeholder text
- Fixes [#415](https://github.com/eamodio/vscode-gitlens/issues/415) - Branch names get mangled by color escapes &mdash; thanks to [PR #416](https://github.com/eamodio/vscode-gitlens/pull/416) by Roy Ivy III ([@rivy](https://github.com/rivy))
## [8.3.5] - 2018-06-08

+ 8
- 6
README.md Просмотреть файл

@ -124,7 +124,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
- Adds a **details hover** annotation to the current line to show more commit details ([optional](#hover-settings- 'Jump to the Hover settings'), on by default)
- Provides **automatic issue linking** to Bitbucket, GitHub, GitLab, and Azure DevOps in commit messages
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, and _Show More Actions_ command buttons
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, _Invite to Live Share_ (if available), and _Show More Actions_ command buttons
- Click the commit id to execute the _Show Commit Details_ command
##### Changes (diff) Hover
@ -153,7 +153,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
- Adds a **details hover** annotation to each line while annotating to show more commit details ([optional](#hover-settings- 'Jump to the Hover settings'), on by default)
- Provides **automatic issue linking** to Bitbucket, GitHub, GitLab, and Azure DevOps in commit messages
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, and _Show More Actions_ command buttons
- Provides a **quick-access command bar** with _Open Changes_, _Blame Previous Revision_, _Open on Remote_, _Invite to Live Share_ (if available), and _Show More Actions_ command buttons
- Click the commit id to execute the _Show Commit Details_ command
##### Changes (diff) Hover
@ -497,7 +497,7 @@ The compare view provides the following features,
- Adds a _Show Current Branch History_ command (`gitlens.showQuickRepoHistory`) with a shortcut of `shift+alt+h` to show a paged **branch history quick pick menu** of the current branch for exploring its commit history
- Provides entries to _Show Commit Search_ and _Open Branch on \<remote-service\>_ when available
- Provides entries to _Show Commit Search_ and _Open Branch on \<remote-service\>_ (if available)
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
- Navigate pages via `alt+,` and `alt+.` to go backward and forward respectively
@ -511,7 +511,7 @@ The compare view provides the following features,
</p>
- Adds a _Show File History_ command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the current file for exploring its commit history
- Provides additional entries to _Show in View_, _Show Branch History_, and _Open File on \<remote-service\>_ when available
- Provides additional entries to _Show in View_, _Show Branch History_, and _Open File on \<remote-service\>_ (if available)
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
- Navigate pages via `alt+,` and `alt+.` to go backward and forward respectively
@ -523,7 +523,7 @@ The compare view provides the following features,
- Adds a _Show Commit Details_ command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the current file
- Quickly see the set of files changed in the commit, complete with status indicators for adds, changes, renames, and deletes
- Provides additional entries to _Show in View_, _Open Commit on \<remote-service\>_ when available, _Open Files_, _Open Revisions_, _Open Directory Compare with Previous Revision_, _Open Directory Compare with Working Tree_, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_
- Provides additional entries to _Show in View_, _Open Commit on \<remote-service\>_ (if available), _Open Files_, _Open Revisions_, _Open Directory Compare with Previous Revision_, _Open Directory Compare with Working Tree_, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
- Use the `alt+right arrow` shortcut on an entry to execute it without closing the quick pick menu, if possible &mdash; commands that open windows outside of VS Code will still close the quick pick menu unless [`"gitlens.advanced.quickPick.closeOnFocusOut": false`](#advanced-settings- 'Jump to Advanced settings') is set
- Use the `alt+right arrow` shortcut on a file entry in the `Changed Files` section to preview the comparison of the current revision with the previous one
@ -533,7 +533,7 @@ The compare view provides the following features,
</p>
- Adds a _Show Commit File Details_ command (`gitlens.showQuickCommitFileDetails`) with a shortcut of `alt+c` to show a **file commit details quick pick menu** of the most recent commit of the current file
- Provides entries to _Open Changes_, _Open Changes with Working File_, _Open File_, _Open Revision_, _Open File on \<remote-service\>_ when available, _Open Revision on \<remote-service\>_ when available, _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_, _Show Commit Details_, _Show File History_, and _Show Previous File History_
- Provides entries to _Open Changes_, _Open Changes with Working File_, _Open File_, _Open Revision_, _Open File on \<remote-service\>_ (if available), _Open Revision on \<remote-service\>_ (if available), _Copy Commit ID to Clipboard_, _Copy Commit Message to Clipboard_, _Show Commit Details_, _Show File History_, and _Show Previous File History_
- Navigate back to the previous quick pick menu via `alt+left arrow`, if available
- Use the `alt+right arrow` shortcut on an entry to execute it without closing the quick pick menu, if possible &mdash; commands that open windows outside of VS Code will still close the quick pick menu unless [`"gitlens.advanced.quickPick.closeOnFocusOut": false`](#advanced-settings- 'Jump to Advanced settings') is set
@ -910,6 +910,7 @@ A big thanks to the people that have contributed to this project:
- Roy Ivy III ([@rivy](https://github.com/rivy)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rivy)
- Helmut Januschka ([@hjanuschka](https://github.com/hjanuschka)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=hjanuschka)
- Chris Kaczor ([@ckaczor](https://github.com/ckaczor)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=ckaczor)
- Mathew King ([@MathewKing](https://github.com/MathewKing)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=MathewKing)
- Andrei Korigodski ([@korigod](https://github.com/korigod)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=korigod)
- Marc Lasson ([@mlasson](https://github.com/mlasson)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=mlasson)
- Peng Lyu ([@rebornix](https://github.com/rebornix)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rebornix)
@ -923,6 +924,7 @@ A big thanks to the people that have contributed to this project:
- SpaceEEC ([@SpaceEEC](https://github.com/SpaceEEC)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=SpaceEEC)
- Skybbles // L5474 ([@Luxray5474](https://github.com/Luxray5474)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=Luxray5474)
- Alexey Vasyukov ([@notmedia](https://github.com/notmedia)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=notmedia)
- x13machine ([@x13machine](https://github.com/x13machine)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=x13machine)
- Yan Zhang ([@Eskibear](https://github.com/Eskibear)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=Eskibear)
- Zyck ([@qzyse2017](https://github.com/qzyse2017)) &mdash; [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=qzyse2017)

Двоичные данные
images/docs/hovers-details-vsls.png Просмотреть файл

До После
Ширина: 610  |  Высота: 216  |  Размер: 13 KiB

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

+ 280
- 0
src/webviews/apps/welcome/index.html Просмотреть файл

@ -130,6 +130,286 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.7</span>
<span class="changelog__date">MAY &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds support for
Live Share presence
<div class="changelog__details changelog__details--list">
<img
class="changelog__image"
alt="Live Share presence"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-details-vsls.png"
/>
<p>
Adds an avatar presence indicator and an invite button to start a Live Share
session with the code author to the <i>Details</i> hover
</p>
<p>
Adds presence status and an <i>Invite to Live Share</i> command to
contributor nodes in the <i>Repositories</i> view
</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a new
<i>Views Side Bar Layout</i> section to the interactive settings editor (via the
<i>GitLens: Open Settings</i> command) with 3 layout presets
<div class="changelog__details changelog__details--list">
<p>
<i>Default</i> &mdash; shows all the views together on the GitLens side bar
</p>
<p>
<i>Source Control</i> &mdash; shows all the views together on the Source
Control side bar
</p>
<p>
<i>Contextual</i> &mdash; shows <i>Repositories</i> on the Source Control
side bar, <i>File</i> and <i>Line History</i> on the Explorer side bar, and
others on the GitLens side bar
</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Improves the
accuracy and experience of the following:
<div class="changelog__details changelog__details--list">
<p><i>Details</i> hover</p>
<p><i>Changes (diff)</i> hover</p>
<p><i>Open Changes with Previous Revision</i> command</p>
<p>
<i>Open Line Changes with Previous Revision</i> command &mdash; closes
<a
title="Open Issue #719"
href="https://github.com/eamodio/vscode-gitlens/issues/719"
>#719</a
>
</p>
<p><i>Open Changes with Working File</i> command</p>
<p><i>Open Line Changes with Working File</i> command</p>
<p><i>Open Changes with Next Revision</i> command</p>
</div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds support to the
<i>Details</i> and <i>Changes (diff)</i> hovers to differentiate between staged and
unstaged changed
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<i>Show All</i> command to the <i>Show More</i> nodes in the views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds
<i>Show More</i> support (i.e. paging) to the <i>File</i> and
<i>Line History</i> views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds an improved
experience when starting a new commit search or comparision
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds the renamed
path to the description and tooltip of file nodes in the views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<code>gitlens.advanced.maxSearchItems</code> setting to specify the maximum number
of items to show in a search &mdash; closes
<a
title="Open Issue #728"
href="https://github.com/eamodio/vscode-gitlens/issues/728"
>#728</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<code>gitlens.defaultDateSource</code> setting to specify whether commit dates
should use the authored or committed date &mdash; closes
<a
title="Open Issue #537"
href="https://github.com/eamodio/vscode-gitlens/issues/728"
>#537</a
>
thanks to
<a
title="Open Pull Request #707"
href="https://github.com/eamodio/vscode-gitlens/pull/707"
>PR #707</a
>
by Mathew King (<a title="@MathewKing" href="https://github.com/MathewKing"
>@MathewKing</a
>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
<code>gitlens.advanced.similarityThreshold</code> setting to specify the amount
(percent) of similarity a deleted and added file pair must have to be considered a
rename &mdash; closes
<a
title="Open Issue #670"
href="https://github.com/eamodio/vscode-gitlens/issues/670"
>#670</a
>
thanks to
<a
title="Open Pull Request #714"
href="https://github.com/eamodio/vscode-gitlens/pull/714"
>PR #714</a
>
by x13machine (<a title="@x13machine" href="https://github.com/x13machine"
>@x13machine</a
>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds visual
tracking to the table of contents of the interactive settings editor to make it
easier to navigate and keep context
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds new
documentation on how to use and customize GitLens' formatting settings:
<a
title="Jump to the Custom Formatting docs"
href="https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting"
>View Docs</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds an
<code>&#36;{originalPath}</code> token for use with file formatting which provides
the full file path of the original file, if renamed
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds better logging
to show current mode on startup and when changed &mdash; closes
<a
title="Open Issue #725"
href="https://github.com/eamodio/vscode-gitlens/issues/725"
>#725</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes path
collapsing to also collapse root paths when using the compact file layout in the
views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Ensures file
rename detection when getting the status of a repo or file
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes
searching for commits by changed occurrences (<code>-S</code> flag) as it is too
confusing and searching by changes (<code>-G</code> flag) better matches user
expectations &mdash; closes
<a
title="Open Issue #730"
href="https://github.com/eamodio/vscode-gitlens/issues/730"
>#730</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #729"
href="https://github.com/eamodio/vscode-gitlens/issues/729"
>#729</a
>
&mdash; "Show more results" in search commit show less results
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #716"
href="https://github.com/eamodio/vscode-gitlens/issues/716"
>#716</a
>
&mdash; Browsing history of a renamed file fails in forward direction
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #724"
href="https://github.com/eamodio/vscode-gitlens/issues/724"
>#724</a
>
&mdash; GitService.getBranches very very very long
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #625"
href="https://github.com/eamodio/vscode-gitlens/issues/625"
>#625</a
>
&mdash; Branches in Repositories view shows some commit comment texts as branches
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issues with
keyboard navigation (<code>alt+,</code> and <code>alt+.</code>) in commit details of
the file history quick pick menu
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issues with
keyboard navigation (<code>alt+,</code> and <code>alt+.</code>) in commit details of
the branch history quick pick menu
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issues when
showing all results in various lists and views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issue with
id collisions between branches, remotes, and tags in the <i>Repositories</i> view
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes the
<i>Line History</i> view when there are uncommitted and/or unsaved changes
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes various
issues when trying to find the working file from a commit
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issues
where the <i>Changes (diff)</i> hover wouldn't work properly with renamed files
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes an
intermittent issue where hovers fail to show
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.6</span>
<span class="changelog__date">APR &nbsp;2019</span>
<div class="changelog__details"></div>

Загрузка…
Отмена
Сохранить