Preps v2.6.0

This commit is contained in:
Eric Amodio
2017-02-25 02:23:14 -05:00
parent 0a4cdd81eb
commit a552332234
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Release Notes ## 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 ### 2.5.6
- Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting

View File

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