mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Preps 0.0.6 release
This commit is contained in:
@@ -29,6 +29,11 @@ None yet.
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 0.0.6
|
||||||
|
- Fixes [#2](https://github.com/eamodio/vscode-gitlens/issues/2) - [request] Provide some debug info when things fail
|
||||||
|
- Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash
|
||||||
|
- Attempts to scroll to the correct position when opening a diff
|
||||||
|
|
||||||
### 0.0.5
|
### 0.0.5
|
||||||
|
|
||||||
- Fixes issues where filename changes in history would cause diffs to fails
|
- Fixes issues where filename changes in history would cause diffs to fails
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"author": "Eric Amodio",
|
"author": "Eric Amodio",
|
||||||
"publisher": "eamodio",
|
"publisher": "eamodio",
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.15.0",
|
"lodash": "^4.15.0",
|
||||||
"moment": "^2.14.1",
|
"moment": "^2.15.0",
|
||||||
"spawn-rx": "^2.0.1",
|
"spawn-rx": "^2.0.1",
|
||||||
"tmp": "^0.0.28"
|
"tmp": "^0.0.28"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user