From 0a691e0ebb7f42e91828302fa6b1e0c72ddd6a17 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 13 Jun 2022 02:01:31 -0400 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b7811..7954f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## Added +- Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitLab and GitLab self-managed instances + - Adds associated pull request to line annotations and hovers + ![Pull requests on line annotation and hovers](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/hovers-current-line-details.png) + - Adds associated pull request to status bar blame + ![Pull requests on status bar](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/status-bar.png) + - Adds GitLab avatars + - Adds associated pull requests to branches and commits in GitLens views + - Adds rich autolinks for GitLab issues and merge requests, including titles, status, and authors + - Adds rich support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked GitLab issues and merge requests in commit messages - Adds editor line highlighting and code fading (dimming) to the _File Heatmap_ annotations to make it easier to tell recent vs old lines of code - Adds a `line` option to `gitlens.heatmap.locations` setting to specify whether to add a line highlight to the _File Heatmap_ annotations - Adds a `gitlens.heatmap.fadeLines` setting to specify whether to fade out older lines when showing the _File Heatmap_ annotations @@ -18,7 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds a `gitlens.rebaseEditor.ordering` setting to specify how Git commits are displayed in the _Interactive Rebase Editor_ - Adds new and improved Autolink support - Adds an _Autolinks_ section in the _GitLens Settings Editor_ to visually add and update autolink entries — closes [#1315](https://github.com/gitkraken/vscode-gitlens/issues/1315) - - Adds improved support to the _Autolinked Issues and Pull Requests_ node in comparisons to list autolinked issues in commit messages and associated pull requests + - Adds improved support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked issues in commit messages - You can now see all autolinks found in the commits in the comparison regardless of whether its a provider-based autolink or a custom (user-provided) autolink ## Changed @@ -163,8 +172,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds a new GitLens Home view — see welcome content, help resources, and subscription information - Adds a _Get Started with GitLens_ walkthrough to introduce new (and existing) users to many of the powerful features of GitLens — try it via _GitLens: Get Started_ from the Command Palette -- Adds a new _Autolinked Issues and Pull Requests_ node to comparisons to list autolinked issues in commit messages and associated pull requests - - Now you can quickly see all the issues fixed in a release and more +- Adds a new _Autolinked Issues and Pull Requests_ node to comparisons to list autolinked issues and pull requests in commit messages to quickly see all the issues fixed in a release and more - Currently only supported for connected GitHub remote providers - Adds the ability to choose a stash when opening or comparing file revisions, via the _Open Changes with Revision..._ & _Open File at Revision..._ commands - Adds improved hover information, including status and color-coding, shown on pull requests in the GitLens views @@ -724,7 +732,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ![Pull requests on status bar](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/status-bar.png) - Adds associated pull requests to branches and commits in GitLens views - - Adds autolinks for GitHub issues and pull requests, including titles, status, and authors + - Adds rich autolinks for GitHub issues and pull requests, including titles, status, and authors - Adds a new and improved [**_Gutter Heatmap_**](https://github.com/gitkraken/vscode-gitlens#gutter-heatmap-) file annotations, via the _Toggle File Heatmap Annotations_ command (`gitlens.toggleFileHeatmap`)