소스 검색

Preps v3.3.1

main
Eric Amodio 7 년 전
부모
커밋
7643e338c5
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 5
- 0
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`)

+ 1
- 1
package.json 파일 보기

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

불러오는 중...
취소
저장