Browse Source

Preps v3.4.4 - re-adds more tags

main
Eric Amodio 7 years ago
parent
commit
e5a94bb2ff
2 changed files with 7 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +6
    -2
      package.json

+ 1
- 1
CHANGELOG.md View File

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

+ 6
- 2
package.json View File

@ -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",

Loading…
Cancel
Save