瀏覽代碼

Preps v9.9.1

main
Eric Amodio 5 年之前
父節點
當前提交
cafbd29228
共有 3 個文件被更改,包括 19 次插入2 次删除
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +17
    -0
      src/webviews/apps/welcome/index.html

+ 1
- 1
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.9.1] - 2019-07-23
### Fixed

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

+ 17
- 0
src/webviews/apps/welcome/index.html 查看文件

@ -130,6 +130,23 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.9.1</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #797"
href="https://github.com/eamodio/vscode-gitlens/issues/797"
>#797</a
>
&mdash; Branch diff against master shows incorrect files in two-dot mode
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.9.0</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>

Loading…
取消
儲存