Preps v3.4.5 - more fun with the marketplace :(

This commit is contained in:
Eric Amodio
2017-04-13 00:23:36 -04:00
parent e5a94bb2ff
commit 4a379511d5
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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": [
{