mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-05 17:25:44 -05:00
Preps v3.4.4 - re-adds more tags
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Release Notes
|
## 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!
|
- 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
|
- 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)
|
- Changes `Toggle Git Code Lens` command to work when `gitlens.codeLens.visibility` is set to `auto` (the default)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "3.4.2",
|
"version": "3.4.4",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Eric Amodio",
|
"name": "Eric Amodio",
|
||||||
"email": "eamodio@gmail.com"
|
"email": "eamodio@gmail.com"
|
||||||
@@ -27,7 +27,11 @@
|
|||||||
"code lens",
|
"code lens",
|
||||||
"blame",
|
"blame",
|
||||||
"history",
|
"history",
|
||||||
"annotation"
|
"annotation",
|
||||||
|
"log",
|
||||||
|
"inline blame",
|
||||||
|
"compare",
|
||||||
|
"diff"
|
||||||
],
|
],
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#56098c",
|
"color": "#56098c",
|
||||||
|
|||||||
Reference in New Issue
Block a user