Bläddra i källkod

Preps v3.3.1

main
Eric Amodio 7 år sedan
förälder
incheckning
7643e338c5
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 5
- 0
CHANGELOG.md Visa fil

@ -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`)

+ 1
- 1
package.json Visa fil

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

Laddar…
Avbryt
Spara