Preps v3.3.1

This commit is contained in:
Eric Amodio
2017-04-09 11:01:31 -04:00
parent 0854e0bcfb
commit 7643e338c5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
## Release Notes
### 3.3.1
- Changes commit search prefixes -- no prefix for message search, `@` for author, `:` for file pattern, `#` for commit id
- Changes `sha` terminology to `commit id` in the UI
- Fixes issues with author searching
### 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`)

View File

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