From e5a94bb2ffd77470ab5e524bf0c3deeb67d4c051 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 12 Apr 2017 21:32:17 -0400 Subject: [PATCH] Preps v3.4.4 - re-adds more tags --- CHANGELOG.md | 2 +- package.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c465dfd..f35040b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release Notes -### 3.4.2 +### 3.4.4 - Completely overhauls the [GitLens documentation](https://github.com/eamodio/vscode-gitlens/blob/master/README.md) and messaging -- make sure to check it out to see all the powerful features GitLen provides! - Adds `gitlens.blame.annotation.activeLineDarkColor` & `gitlens.blame.annotation.activeLineLightColor` settings to control the colors of the active line blame annotation - Changes `Toggle Git Code Lens` command to work when `gitlens.codeLens.visibility` is set to `auto` (the default) diff --git a/package.json b/package.json index 1f4787b..04b2bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.4.2", + "version": "3.4.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" @@ -27,7 +27,11 @@ "code lens", "blame", "history", - "annotation" + "annotation", + "log", + "inline blame", + "compare", + "diff" ], "galleryBanner": { "color": "#56098c",