From b47e1bff57b3784ebcab13cd9bdb18f138a21447 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 16 Nov 2022 11:45:05 -0500 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27f280..fe4aac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Consolidates the UI for author and committer information into a stack of avatars - Adds emoji support for commit messages — closes [#1789](https://github.com/gitkraken/vscode-gitlens/issues/1789) - Ensures that large rebases show rich commit details +- Adds improvements the _Commit Details_ view + - Adds custom and non-rich integration-based autolinks and improves autolink display + - Improves performance by avoiding unnecessary updates + - Avoids "pinning" commits by default when opened from the _Commit Graph_, _Visual File History_, quick picks, etc + - Adds a _Open in Commit Graph_ button even when showing uncommitted changes - Adds new sections and settings to the GitLens Interactive Settings - Adds a new _Commit Details_ view section - Adds a new _Terminal Links_ section @@ -45,11 +50,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed -- Improves the _Commit Details_ view - - Adds custom and non-rich integration-based autolinks and improves autolink display - - Improves performance by avoiding unnecessary updates - - Avoids "pinning" commits by default when opened from the _Commit Graph_, _Visual File History_, quick picks, etc - - Adds a _Open in Commit Graph_ button even when showing uncommitted changes - Changes the _Home_ view to always be available and polishes the experience - Changes SHA terminal links to use the _Commit Details_ view — closes [#2320](https://github.com/gitkraken/vscode-gitlens/issues/2320) - Adds a `gitlens.terminalLinks.showDetailsView` setting to specify whether to show the _Commit Details_ view when clicking on a commit link