mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Preps for 1.2 release
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
---
|
---
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 1.2.0
|
||||||
|
|
||||||
|
- Adds compare (working vs previous) options to repository history
|
||||||
|
- Adds compare (working vs previous) options to file history
|
||||||
|
- Fixes issue with repository history compare with commits with multiple files
|
||||||
|
|
||||||
### 1.1.1
|
### 1.1.1
|
||||||
|
|
||||||
- Allows `gitlens.showQuickRepoHistory` command to run without an open editor (falls back to the folder repository)
|
- Allows `gitlens.showQuickRepoHistory` command to run without an open editor (falls back to the folder repository)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Eric Amodio",
|
"name": "Eric Amodio",
|
||||||
"email": "eamodio@gmail.com"
|
"email": "eamodio@gmail.com"
|
||||||
@@ -401,7 +401,7 @@
|
|||||||
"@types/node": "^6.0.51",
|
"@types/node": "^6.0.51",
|
||||||
"@types/mocha": "^2.2.33",
|
"@types/mocha": "^2.2.33",
|
||||||
"@types/tmp": "^0.0.31",
|
"@types/tmp": "^0.0.31",
|
||||||
"mocha": "^3.1.2",
|
"mocha": "^3.2.0",
|
||||||
"tslint": "^4.0.2",
|
"tslint": "^4.0.2",
|
||||||
"typescript": "^2.0.10",
|
"typescript": "^2.0.10",
|
||||||
"vscode": "^1.0.3"
|
"vscode": "^1.0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user