From 8d3079545bdebbeb8fd29ae850abc315aefe7edd Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 23 Dec 2020 17:41:04 -0500 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca58f29..cf88372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added - Refines the _Repositories_ view to better align its features with all the new views - - Adds toggles and settings to allow for far greater customization of the sections in the _Repositories_ view + - Adds menu toggles and the settings below to allow for far greater customization of the sections in the _Repositories_ view + - Adds a `gitlens.views.repositories.branches.showBranchComparison` setting to specify whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under under each branch in the _Repositories_ view + - Adds a `gitlens.views.repositories.showBranches` setting to specify whether to show the branches for each repository + - Adds a `gitlens.views.repositories.showCommits` setting to specify whether to show the commits on the current branch for each repository + - Adds a `gitlens.views.repositories.showContributors` setting to specify whether to show the contributors for each repository + - Adds a `gitlens.views.repositories.showIncomingActivity` setting to specify whether to show the experimental incoming activity for each repository + - Adds a `gitlens.views.repositories.showRemotes` setting to specify whether to show the remotes for each repository + - Adds a `gitlens.views.repositories.showStashes` setting to specify whether to show the stashes for each repository + - Adds a `gitlens.views.repositories.showTags` setting to specify whether to show the tags for each repository + - Adds a `gitlens.views.repositories.showUpstreamStatus` setting to specify whether to show the upstream status of the current branch for each repository + - Adds all of the settings above to the _Repositories_ view section in the GitLens Interactive Settings - Adds better visibility to the, hidden by default, _Repositories_ and _Line History_ views - Adds a _Repositories_ view toggle command to the _Commits_ view's context menu - Adds a _Line History_ view toggle command to the _File History_ view's context menu diff --git a/README.md b/README.md index 4c4ba10..4b92f3f 100644 --- a/README.md +++ b/README.md @@ -734,7 +734,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings') | `gitlens.views.repositories.autoRefresh` | Specifies whether to automatically refresh the _Repositories_ view when the repository or the file system changes | | `gitlens.views.repositories.autoReveal` | Specifies whether to automatically reveal repositories in the _Repositories_ view when opening files | | `gitlens.views.repositories.branches.layout` | Specifies how the _Repositories_ view will display branches

`list` - displays branches as a list
`tree` - displays branches as a tree when branch names contain slashes `/` | -| `gitlens.views.repositories.branches.showBranchComparison` | Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under _Branches_ in the _Repositories_ view view | +| `gitlens.views.repositories.branches.showBranchComparison` | Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under each branch in the _Repositories_ view view | | `gitlens.views.repositories.compact` | Specifies whether to show the _Repositories_ view in a compact display density | | `gitlens.views.repositories.enabled` | Specifies whether to show the _Repositories_ view | | `gitlens.views.repositories.files.compact` | Specifies whether to compact (flatten) unnecessary file nesting in the _Repositories_ view. Only applies when `gitlens.views.repositories.files.layout` is set to `tree` or `auto` | diff --git a/package.json b/package.json index 15a62e9..fe64e17 100644 --- a/package.json +++ b/package.json @@ -2045,7 +2045,7 @@ } ], "default": "branch", - "markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under _Branches_ in the _Repositories_ view", + "markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under each branch in the _Repositories_ view", "scope": "window" }, "gitlens.views.repositories.compact": {