Skip to content

Commit 8d30795

Browse files
committed
Updates CHANGELOG
1 parent 3fb0c12 commit 8d30795

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
### Added
1010

1111
- Refines the _Repositories_ view to better align its features with all the new views
12-
- Adds toggles and settings to allow for far greater customization of the sections in the _Repositories_ view
12+
- Adds menu toggles and the settings below to allow for far greater customization of the sections in the _Repositories_ view
13+
- 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
14+
- Adds a `gitlens.views.repositories.showBranches` setting to specify whether to show the branches for each repository
15+
- Adds a `gitlens.views.repositories.showCommits` setting to specify whether to show the commits on the current branch for each repository
16+
- Adds a `gitlens.views.repositories.showContributors` setting to specify whether to show the contributors for each repository
17+
- Adds a `gitlens.views.repositories.showIncomingActivity` setting to specify whether to show the experimental incoming activity for each repository
18+
- Adds a `gitlens.views.repositories.showRemotes` setting to specify whether to show the remotes for each repository
19+
- Adds a `gitlens.views.repositories.showStashes` setting to specify whether to show the stashes for each repository
20+
- Adds a `gitlens.views.repositories.showTags` setting to specify whether to show the tags for each repository
21+
- Adds a `gitlens.views.repositories.showUpstreamStatus` setting to specify whether to show the upstream status of the current branch for each repository
22+
- Adds all of the settings above to the _Repositories_ view section in the GitLens Interactive Settings
1323
- Adds better visibility to the, hidden by default, _Repositories_ and _Line History_ views
1424
- Adds a _Repositories_ view toggle command to the _Commits_ view's context menu
1525
- Adds a _Line History_ view toggle command to the _File History_ view's context menu

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
734734
| `gitlens.views.repositories.autoRefresh` | Specifies whether to automatically refresh the _Repositories_ view when the repository or the file system changes |
735735
| `gitlens.views.repositories.autoReveal` | Specifies whether to automatically reveal repositories in the _Repositories_ view when opening files |
736736
| `gitlens.views.repositories.branches.layout` | Specifies how the _Repositories_ view will display branches<br /><br />`list` - displays branches as a list<br />`tree` - displays branches as a tree when branch names contain slashes `/` |
737-
| `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 |
737+
| `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 |
738738
| `gitlens.views.repositories.compact` | Specifies whether to show the _Repositories_ view in a compact display density |
739739
| `gitlens.views.repositories.enabled` | Specifies whether to show the _Repositories_ view |
740740
| `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` |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@
20452045
}
20462046
],
20472047
"default": "branch",
2048-
"markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under _Branches_ in the _Repositories_ view",
2048+
"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",
20492049
"scope": "window"
20502050
},
20512051
"gitlens.views.repositories.compact": {

0 commit comments

Comments
 (0)