File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66
77## [ Unreleased]
88
9+ ### Changed
10+
11+ - Changes _ Compact Graph Column Layout_ context menu command to _ Use Compact Graph Column_ for better clarity
12+ - Changes _ Default Graph Column Layout_ context menu command to _ Use Expanded Graph Column_ for better clarity
13+
914## [ 14.1.1] - 2023-07-18
1015
1116### Added
Original file line number Diff line number Diff line change 75397539 },
75407540 {
75417541 "command" : " gitlens.graph.columnGraphCompact" ,
7542- "title" : " Compact Graph Column Layout " ,
7542+ "title" : " Use Compact Graph Column" ,
75437543 "category" : " GitLens"
75447544 },
75457545 {
75467546 "command" : " gitlens.graph.columnGraphDefault" ,
7547- "title" : " Default Graph Column Layout " ,
7547+ "title" : " Use Expanded Graph Column" ,
75487548 "category" : " GitLens"
75497549 },
75507550 {
You can’t perform that action at this time.
0 commit comments