Preps v3.4.9
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 3.4.9
|
||||||
|
- Adds better support for deleted files when choosing `Open Changed Files` via in quick pick menus - now opens the file revision from the previous commit
|
||||||
|
- Adds better support for deleted files when using `alt+right arrow` shortcut on the commit details quick pick menu - now opens the file revision from the previous commit
|
||||||
|
- Removes deleted files when choosing `Open Working Changed Files` via in quick pick menus
|
||||||
|
|
||||||
### 3.4.8
|
### 3.4.8
|
||||||
- Changes display name in the marketplace to `Git Lens` because of the marketplace search ranking algorithm
|
- Changes display name in the marketplace to `Git Lens` because of the marketplace search ranking algorithm
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitlens",
|
"name": "gitlens",
|
||||||
"version": "3.4.8",
|
"version": "3.4.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Eric Amodio",
|
"name": "Eric Amodio",
|
||||||
"email": "eamodio@gmail.com"
|
"email": "eamodio@gmail.com"
|
||||||
@@ -888,7 +888,7 @@
|
|||||||
"@types/applicationinsights": "0.15.33",
|
"@types/applicationinsights": "0.15.33",
|
||||||
"@types/copy-paste": "1.1.30",
|
"@types/copy-paste": "1.1.30",
|
||||||
"@types/mocha": "2.2.41",
|
"@types/mocha": "2.2.41",
|
||||||
"@types/node": "7.0.15",
|
"@types/node": "7.0.15",
|
||||||
"@types/tmp": "0.0.32",
|
"@types/tmp": "0.0.32",
|
||||||
"mocha": "3.3.0",
|
"mocha": "3.3.0",
|
||||||
"tslint": "5.1.0",
|
"tslint": "5.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user