瀏覽代碼

Preps v3.2.1

main
Eric Amodio 7 年之前
父節點
當前提交
9292fc23a8
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,8 @@
## Release Notes
### 3.2.1
- Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - No more blank message if `diff.tool` is missing
### 3.2.0
- Adds support for single files opened in vscode -- you are no longer required to open a folder for GitLens to work
- Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - Warn on directory compare when there is no diff tool configured

+ 1
- 1
package.json 查看文件

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "3.2.0",
"version": "3.2.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

Loading…
取消
儲存