Skip to content

Commit 9e83242

Browse files
committed
Updates changelog
1 parent a3912b7 commit 9e83242

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- Adds a command button bar to the bottom of the details hover annotations
10+
- Provides `Open Changes`, `Blame Previous Revision`, `Open in Remote`, and `Show More Actions` command buttons
11+
- Adds support for remembering file annotations when switching tabs
12+
- Adds full GitLens support for file revisions -- file & line annotations, commands, etc
13+
14+
### Changed
15+
- Changes `gitlens.annotations.file.gutter.hover.wholeLine` setting to default to `true`
16+
17+
### Removed
18+
- Removes peek-style file & blame history explorers - see [#66](https://github.com/eamodio/vscode-gitlens/issues/66) for more details
19+
- Removes `Open Blame History Explorer` command (`gitlens.showBlameHistory`)
20+
- Removes `Open File History Explorer` command (`gitlens.showFileHistory`)
21+
- Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.codeLens.recentChange.command` setting
22+
- Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.codeLens.authors.command` setting
23+
- Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.statusBar.command` setting
24+
- Removes `gitlens.advanced.toggleWhitespace.enabled` setting -- as it is no longer required
825

926
## [5.4.1] - 2017-10-03
1027
### Changed

0 commit comments

Comments
 (0)