mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 01:25:43 -05:00
Preps v2.11.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
## 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
|
||||
- Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick list of details for a file commit
|
||||
- Adds `gitlens.showQuickCommitFileDetails` command to CodeLens
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gitlens",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"author": {
|
||||
"name": "Eric Amodio",
|
||||
"email": "eamodio@gmail.com"
|
||||
|
||||
Reference in New Issue
Block a user