mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-26 10:15:39 -05:00
Preps v2.11.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 2.11.1
|
||||||
|
- Adds blame and active line annotation support to git diff split view (right side)
|
||||||
|
- Adds command (compare, copy sha/message, etc) support to git diff split view (right side)
|
||||||
|
- Fixes intermittent issues when toggling whitespace for blame annotations
|
||||||
|
|
||||||
### 2.11.0
|
### 2.11.0
|
||||||
- Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick list of details for a file commit
|
- Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick list of details for a file commit
|
||||||
- Adds `gitlens.showQuickCommitFileDetails` command to CodeLens
|
- Adds `gitlens.showQuickCommitFileDetails` command to CodeLens
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "2.11.0",
|
"version": "2.11.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Eric Amodio",
|
"name": "Eric Amodio",
|
||||||
"email": "eamodio@gmail.com"
|
"email": "eamodio@gmail.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user