Preps v3.3.0

This commit is contained in:
Eric Amodio
2017-04-09 01:25:10 -04:00
parent b334d5ff66
commit 82bd510593
3 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
## Release Notes
### 3.3.0
- Adds `Search commits` command (`gitlens.showCommitSearch`) to allow commit searching by message, author, file pattern, or sha
- Adds `alt+f` shortcut for the `Search commits` command (`gitlens.showCommitSearch`)
- Adds `Show Commit Search` command to the branch history quick pick
- Adds `Show Stashed Changes` command to the repository status quick pick
- Adds a `Don't Show Again` option to the GitLen update notification
- Changes `Open x in Remote` commands to be no longer hidden behind the `gitlens.insiders` setting
- Fixes [#59](https://github.com/eamodio/vscode-gitlens/issues/59) - Context menu shows gitlens commands even if folder/file is not under git
### 3.2.1
- Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - No more blank message if `diff.tool` is missing