Browse Source

Preps v9.8.1

main
Eric Amodio 5 years ago
parent
commit
ac9e05ecaf
3 changed files with 21 additions and 1 deletions
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +13
    -0
      src/webviews/apps/welcome/index.html

+ 7
- 0
CHANGELOG.md View File

@ -4,6 +4,12 @@ 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.8.1] - 2019-05-23
## Fixed
- Fixes a regression where the _Copy Remote Url to Clipboard_ command fails to include the selected line range
## [9.8.0] - 2019-05-22
## Added
@ -2906,6 +2912,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.8.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.8.0...eamodio:v9.8.1
[9.8.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.4...eamodio:v9.8.0
[9.7.4]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.3...eamodio:v9.7.4
[9.7.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.2...eamodio:v9.7.3

+ 1
- 1
package.json View File

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

+ 13
- 0
src/webviews/apps/welcome/index.html View File

@ -130,6 +130,19 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.8.1</span>
<span class="changelog__date">MAY &nbsp;2019</span>
<div class="changelog__details"></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
the selected line range
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.8</span>
<span class="changelog__date">MAY &nbsp;2019</span>
<div class="changelog__details"></div>

Loading…
Cancel
Save