Pārlūkot izejas kodu

Preps v2.12.0

main
Eric Amodio pirms 7 gadiem
vecāks
revīzija
a58d643ca1
2 mainītis faili ar 13 papildinājumiem un 2 dzēšanām
  1. +11
    -0
      CHANGELOG.md
  2. +2
    -2
      package.json

+ 11
- 0
CHANGELOG.md Parādīt failu

@ -1,5 +1,16 @@
## Release Notes
### 2.12.0
- Adds progress indicator for the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
- Adds paging support to the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
- Adds `Show Previous Commits` command
- Adds `Show Next Commits` command
- Adds keyboard page navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
- Adds keyboard commit navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickCommitDetails` & `gitlens.showQuickCommitFileDetails` quick picks
- Changes behavior of `gitlens.showQuickFileHistory` & `gitlens.showFileHistory` to no longer show merge commits
- Changes `gitlens.copyShaToClipboard` to copy the full sha, rather than short sha
- Changes internal tracking to use full sha (rather than short sha)
### 2.11.2
- Adds `gitlens.diffWithNext` command to open a diff with the next commit
- Adds `alt+.` shortcut for the `gitlens.diffWithNext` command

+ 2
- 2
package.json Parādīt failu

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "2.11.2",
"version": "2.12.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@ -752,7 +752,7 @@
},
"devDependencies": {
"@types/copy-paste": "^1.1.30",
"@types/mocha": "^2.2.39",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.8",
"@types/tmp": "^0.0.32",
"mocha": "^3.2.0",

Notiek ielāde…
Atcelt
Saglabāt