Skip to content

Commit 6a7687d

Browse files
committed
Preps v5.5.0
1 parent a948fd8 commit 6a7687d

11 files changed

+26
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9-
## [5.5.0-beta] - 2017-10-05
9+
## [5.5.0] - 2017-10-09
1010
### Added
11-
- Adds a command button bar to the bottom of the details hover annotations
11+
- Adds a **quick-access** command bar to the bottom of the `details` hover annotations
12+
13+
![Details Blame Annotation (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotations-details.png)
14+
1215
- Provides `Open Changes`, `Blame Previous Revision`, `Open in Remote`, and `Show More Actions` command buttons
1316
- Adds support for remembering file annotations when switching tabs
1417
- Adds full GitLens support for file revisions -- file & line annotations, commands, etc
@@ -25,6 +28,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2528
- Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.statusBar.command` setting
2629
- Removes `gitlens.advanced.toggleWhitespace.enabled` setting -- as it is no longer required
2730

31+
### Fixed
32+
- Fixes [#161](https://github.com/eamodio/vscode-gitlens/issues/161) - Remove colors from output of git command calls
33+
2834
## [5.4.1] - 2017-10-03
2935
### Changed
3036
- Changes annotation hovers to only add `Open in Remote` and `Show Commit Details` commands when applicable -- thanks to [PR #158](https://github.com/eamodio/vscode-gitlens/pull/158) by SpaceEEC ([@SpaceEEC](https://github.com/SpaceEEC))!

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,33 @@ GitLens provides an unobtrusive blame annotation at the end of the current line,
1919
- Adds an unobtrusive, highly [customizable](#line-blame-annotation-settings) and [themeable](#theme-settings), **Git blame annotation** to the end of the current line ([optional](#line-blame-annotation-settings), on by default)
2020

2121
![Line Blame Annotation](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotation.png)
22+
![Line Blame Annotations (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotations.png)
2223
- Contains the author, date, and message of the line's most recent commit, by [default](#line-blame-annotation-settings)
2324
- Adds a `details` hover annotation to the current line annotation, which provides more commit details ([optional](#line-blame-annotation-settings), on by default)
25+
26+
![Details Blame Annotation (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotations-details.png)
27+
28+
- Provides a **quick-access command bar** with `Open Changes`, `Blame Previous Revision`, `Open in Remote`, and `Show More Actions` command buttons
2429
- Clicking the commit id will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
25-
- Adds a `changes` (diff) hover annotation to the current line annotation, which provides **instant** access to the line's previous version ([optional](#line-blame-annotation-settings), on by default)
30+
31+
- Adds a `changes` (diff) hover annotation to the current line annotation, which provides **instant access** to the line's previous version ([optional](#line-blame-annotation-settings), on by default)
32+
33+
![Changes Blame Annotation (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotations-changes.png)
34+
2635
- Clicking on `Changes` will run the `Compare File Revisions` command (`gitlens.diffWith`)
2736
- Clicking the current and previous commit ids will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
28-
- Clicking on external link icon will run the the `Open Commit in Remote` command (`gitlens.openCommitInRemote`)
29-
30-
![Line Blame Annotations](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-line-blame-annotations.png)
3137

3238
- Adds on-demand, beautiful, highly [customizable](#file-blame-annotation-settings) and [themeable](#theme-settings), **Git blame annotations** of the whole file
3339

34-
![File Blame Annotation](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-file-blame-annotations.png)
40+
![File Blame Annotation](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-file-blame-annotation.png)
41+
3542
- Choose between `gutter` (default) and `hover` [annotation styles](#file-blame-annotation-settings)
3643
- Contains the commit message and date, by [default](#file-blame-annotation-settings)
3744
- Adds a `details` hover annotation to the line's annotation, which provides more commit details ([optional](#file-blame-annotation-settings), on by default)
45+
46+
![File Blame Annotations (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/screenshot-file-blame-annotations.png)
47+
48+
- Provides a **quick-access command bar** with `Open Changes`, `Blame Previous Revision`, `Open in Remote`, and `Show More Actions` command buttons
3849
- Clicking the commit id will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
3950
- Adds a `heatmap` (age) indicator to the gutter annotations (on right edge by [default](#file-blame-annotation-settings)), which provides an easy, at-a-glance way to tell the age of a line ([optional](#file-blame-annotation-settings), on by default)
4051
- Indicator ranges from bright yellow (newer) to dark brown (older)

images/screenshot-code-lens.png

-104 Bytes
Loading
11.8 KB
Loading
6.37 KB
Loading
768 Bytes
Loading
14.3 KB
Loading
14.4 KB
Loading
-4 KB
Loading

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)