From d0b4c2fd5c260c1c5449d88daa8d3568ec0f6199 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 28 Mar 2017 02:13:20 -0400 Subject: [PATCH] Preps v3.0.5 --- CHANGELOG.md | 8 ++++++++ README.md | 1 - package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ddaa0..81502f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Release Notes +### 3.0.5 +- Adds additional experimental support for GitLab, Bitbucket, and Visual Studio Team Services to the `Open x in Remote` commands and quick picks -- need to enable it via `"gitlens.insiders": true` +- Adds experimental line support to `Open File in Remote` command (`gitlens.openFileInRemote`) +- Adds original file name for renamed files to the repository status and commit details quick pick +- Fixes [#56](https://github.com/eamodio/vscode-gitlens/issues/56) - Handle file names with spaces + ### 3.0.4 - Changes telemetry a bit to reduce noise - Fixes common telemetry error by switching to non-strict iso dates (since they are only available in later git versions) @@ -17,6 +23,8 @@ ### 3.0.0 - Adds experimental support for `Open in GitHub` to the relevant quick picks -- need to enable it via `"gitlens.insiders": true` +- Adds experimental `Open Line Commit in Remote` command (`gitlens.openCommitInRemote`) to open the current commit in the remote service (currently only GitHub) +- Adds experimental `Open File in Remote` command (`gitlens.openFileInRemote`) to open the current file in the remote service (currently only GitHub) - Adds an update notification for feature releases - Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch - Adds `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`) to re-open the previously opened quick pick - helps to get back to previous context diff --git a/README.md b/README.md index d427a0d..a534b2f 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,3 @@ Provides Git CodeLens information (most recent commit, # of authors), on-demand - If the `Copy to * clipboard` commands don't work on Linux -- `xclip` needs to be installed. You can install it via `sudo apt-get install xclip` - Visible whitespace causes issue ([vscode issue](https://github.com/Microsoft/vscode/issues/11485)) with `expanded` & `compact` blame annotations when using a non-monospace font -- use `gitlens.advanced.toggleWhitespace.enabled` if you are using a non-monospace font -- Menu `alt` commands aren't working: [vscode issue](https://github.com/Microsoft/vscode/issues/15395) diff --git a/package.json b/package.json index b61cd1e..b24ee75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.0.4", + "version": "3.0.5", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"