From 098d3566528087b0b363a667a5536ebce4239bf6 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 1 Mar 2017 02:15:13 -0500 Subject: [PATCH] Preps v2.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bb682..14028f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6ebcfb1..6303757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.7.1", + "version": "2.8.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"