From 9e83242d68718608b194a9b36706ba72d80ab5fe Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 5 Oct 2017 13:00:25 -0400 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca1498..1bcb26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- Adds a command button bar to the bottom of the details hover annotations + - Provides `Open Changes`, `Blame Previous Revision`, `Open in Remote`, and `Show More Actions` command buttons +- Adds support for remembering file annotations when switching tabs +- Adds full GitLens support for file revisions -- file & line annotations, commands, etc + +### Changed +- Changes `gitlens.annotations.file.gutter.hover.wholeLine` setting to default to `true` + +### Removed +- Removes peek-style file & blame history explorers - see [#66](https://github.com/eamodio/vscode-gitlens/issues/66) for more details + - Removes `Open Blame History Explorer` command (`gitlens.showBlameHistory`) + - Removes `Open File History Explorer` command (`gitlens.showFileHistory`) + - Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.codeLens.recentChange.command` setting + - Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.codeLens.authors.command` setting + - Removes `"gitlens.showBlameHistory"` & `"gitlens.showFileHistory"` option from `gitlens.statusBar.command` setting +- Removes `gitlens.advanced.toggleWhitespace.enabled` setting -- as it is no longer required ## [5.4.1] - 2017-10-03 ### Changed