Preps v2.8.0

This commit is contained in:
Eric Amodio
2017-03-01 02:15:13 -05:00
parent 6bff9a8f7b
commit 098d356652
2 changed files with 18 additions and 1 deletions

View File

@@ -1,8 +1,25 @@
## Release Notes
### 2.8.0
- Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the file
- Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the files
- Adds `alt+left` keyboard shortcut in quick pick list to `go back`
- Adds `alt+right` keyboard shortcut in quick pick list to execute the currently selected item while keeping the quick pick open (in most cases)
- `alt+right` keyboard shortcut on commit details file name, will open the commit version of the file
- Indents the file statuses on the `gitlens.showQuickCommitDetails` quick pick list
- Renames `Open File` to `Open Working File` on the `gitlens.showQuickCommitDetails` quick pick list
- Renames `Open File` and `Open Working Files` on the `gitlens.showQuickCommitDetails` quick pick list
- Reorders some quick pick lists
- Fixes [#34](https://github.com/eamodio/vscode-gitlens/issues/34) - Open file should open the selected version of the file
- Fixes some issue where some editors opened by the quickpick would not be opened in preview tabs
- Fixes issue where copy to clipboard commands would fail if there was no active editor
- Fixes issue where active line annotations would show for opened versioned files
- Fixes issue where CodeLens compare commands on opened versioned files would fail
### 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.1",
"version": "2.8.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"