Preps v3.4.9

This commit is contained in:
Eric Amodio
2017-05-03 00:28:52 -04:00
parent 3f5798357e
commit d86b18bc7a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
## 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
- Changes display name in the marketplace to `Git Lens` because of the marketplace search ranking algorithm

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "3.4.8",
"version": "3.4.9",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"