Preps v2.11.1

This commit is contained in:
Eric Amodio
2017-03-10 12:03:33 -05:00
parent 53da45fe4f
commit 88c09bec6d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
## Release Notes
### 2.11.1
- Adds blame and active line annotation support to git diff split view (right side)
- Adds command (compare, copy sha/message, etc) support to git diff split view (right side)
- Fixes intermittent issues when toggling whitespace for blame annotations
### 2.11.0
- Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick list of details for a file commit
- Adds `gitlens.showQuickCommitFileDetails` command to CodeLens

View File

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