diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fab873..5ba75be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/package.json b/package.json index c0c8280..82363f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.3.0", + "version": "3.3.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"