Preps v2.7.1

This commit is contained in:
Eric Amodio
2017-02-27 11:15:00 -05:00
parent ccd0ad67a3
commit 41fd06e491
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
## Release Notes
### 2.7.1
- Adds proper support for multi-line commit messages
- Fixes [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit message styled as title in popup, when message starts with hash symbol
### 2.7.0
- Adds file status icons (added, modified, deleted, etc) to the `gitlens.showQuickCommitDetails` quick pick list
- Adds `Copy Commit Sha to Clipboard` command to commit files quick pick list

View File

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