浏览代码

Preps v2.6.0

main
Eric Amodio 7 年前
父节点
当前提交
a552332234
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,9 @@
## Release Notes
### 2.6.0
- Adds `gitlens.showQuickRepoStatus` command to show a quick pick list of files changed
- Adds `alt+s` shortcut for the `gitlens.showQuickRepoStatus` command
### 2.5.6
- Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting

+ 1
- 1
package.json 查看文件

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

正在加载...
取消
保存