diff --git a/CHANGELOG.md b/CHANGELOG.md index f35040b..7286e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release Notes -### 3.4.4 +### 3.4.5 - 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 04b2bfe..cc3d19e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.4.4", + "version": "3.4.5", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" @@ -10,7 +10,7 @@ "vscode": "^1.9.0" }, "license": "SEE LICENSE IN LICENSE", - "displayName": "GitLens", + "displayName": "GitLens \u2014 git blame annotations, code lens, and more", "description": "Supercharge Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline Git blame annotations and code lens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more", "badges": [ {