Skip to content

Commit 983c310

Browse files
committed
Preps v7.2.0
1 parent 8fc8f79 commit 983c310

File tree

4 files changed

+28
-40
lines changed

4 files changed

+28
-40
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [7.2.0] - 2018-01-01
88
### Added
99
- Adds on-demand **heatmap annotations** of the whole file -- closes [#182](https://github.com/eamodio/vscode-gitlens/issues/182)
1010
- Displays a `heatmap` (age) indicator near the gutter, which provides an easy, at-a-glance way to tell the age of a line
1111
- Indicator ranges from bright yellow (newer) to dark brown (older)
12-
- Press `Escape` to quickly toggle the annotations off
1312
- Adds `Toggle File Heatmap Annotations` command (`gitlens.toggleFileHeatmap`) to toggle the heatmap annotations on and off
1413
- Adds semi-persistent results for commit operations, via the `Show Commit Details` command (`gitlens.showQuickCommitDetails`) in the `GitLens Results` view -- closes [#237](https://github.com/eamodio/vscode-gitlens/issues/237)
1514
- Adds `Show in Results` option to the commit details quick pick menu to show the commit in the `GitLens Results` view

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Eric Amodio
3+
Copyright (c) 2016-2018 Eric Amodio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

package-lock.json

Lines changed: 15 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"
@@ -3051,24 +3051,23 @@
30513051
"lodash.debounce": "4.0.8",
30523052
"lodash.once": "4.1.1",
30533053
"tmp": "0.0.33",
3054-
"tslib": "^1.8.1"
3054+
"tslib": "1.8.1"
30553055
},
30563056
"devDependencies": {
30573057
"@types/copy-paste": "1.1.30",
3058-
"@types/iconv-lite": "0.0.1",
30593058
"@types/node": "8.5.2",
30603059
"@types/tmp": "0.0.33",
3061-
"husky": "^0.14.3",
3062-
"rollup": "^0.53.1",
3063-
"rollup-plugin-typescript2": "^0.9.0",
3064-
"rollup-plugin-uglify": "^2.0.1",
3065-
"ts-loader": "^3.2.0",
3060+
"husky": "0.14.3",
3061+
"rollup": "0.53.2",
3062+
"rollup-plugin-typescript2": "0.9.0",
3063+
"rollup-plugin-uglify": "2.0.1",
3064+
"ts-loader": "3.2.0",
30663065
"tslint": "5.8.0",
30673066
"typescript": "2.6.2",
3068-
"uglify-es": "3.3.3",
3069-
"uglifyjs-webpack-plugin": "^1.1.5",
3067+
"uglify-es": "3.3.4",
3068+
"uglifyjs-webpack-plugin": "1.1.5",
30703069
"vscode": "1.1.10",
3071-
"webpack": "^3.10.0",
3072-
"webpack-node-externals": "^1.6.0"
3070+
"webpack": "3.10.0",
3071+
"webpack-node-externals": "1.6.0"
30733072
}
30743073
}

0 commit comments

Comments
 (0)