This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Preps for 1.2 release
main
Eric Amodio
8 years ago
parent
615485cd21
commit
a8ab3a5af4
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
CHANGELOG.md
+2
-2
package.json
+ 6
- 0
CHANGELOG.md
View File
@ -1,6 +1,12 @@
---
## Release Notes
### 1.2.0
- Adds compare (working vs previous) options to repository history
- Adds compare (working vs previous) options to file history
- Fixes issue with repository history compare with commits with multiple files
### 1.1.1
- Allows
`gitlens.showQuickRepoHistory`
command to run without an open editor (falls back to the folder repository)
+ 2
- 2
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"gitlens"
,
"version"
:
"1.
1.1
"
,
"version"
:
"1.
2.0
"
,
"author"
:
{
"name"
:
"Eric Amodio"
,
"email"
:
"eamodio@gmail.com"
@ -401,7 +401,7 @@
"@types/node"
:
"^6.0.51"
,
"@types/mocha"
:
"^2.2.33"
,
"@types/tmp"
:
"^0.0.31"
,
"mocha"
:
"^3.
1.
2"
,
"mocha"
:
"^3.2
.0
"
,
"tslint"
:
"^4.0.2"
,
"typescript"
:
"^2.0.10"
,
"vscode"
:
"^1.0.3"
Write
Preview
Loading…
Cancel
Save