Skip to content

Commit

Permalink
Prep v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 4, 2017
1 parent d59f4ef commit 4c4d217
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release Notes

### 3.2.0
- Adds support for single files opened in vscode -- you are no longer required to open a folder for GitLens to work
- Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - Warn on directory compare when there is no diff tool configured
- Fixes [#58](https://github.com/eamodio/vscode-gitlens/issues/58) - Work with git sub-modules
- Fixes issue with `Open * in Remote` commands with nested repositories and non-git workspace root folder

### 3.1.0
- Adds `Show Stashed Changes` command (`gitlens.showQuickStashList`) to open a quick pick of all the stashed changes
- Adds insiders `Stash Changes` option to stashed changes quick pick -- enabled via `"gitlens.insiders": true`
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "3.1.0",
"version": "3.2.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
Expand Down Expand Up @@ -502,6 +502,11 @@
"command": "gitlens.stashSave",
"title": "Stash Changes",
"category": "GitLens"
},
{
"command": "gitlens.settings",
"title": "Settings",
"category": "GitLens"
}
],
"menus": {
Expand Down

0 comments on commit 4c4d217

Please sign in to comment.