You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
23
23
- Provides a context menu with `Open Repository in Remote`, and `Refresh` commands
24
24
25
25
-`Branches` node — provides a list of the local branches
26
-
- Indicates which branch is the current branch
26
+
- Indicates which branch is the current branch and optionally shows the remote tracking branch
27
27
- Expand each branch to easily see its revision (commit) history
28
28
- Expand each revision (commit) to quickly see the set of files changed, complete with status indicators for adds, changes, renames, and deletes
29
29
- Provides a context menu on each changed file with `Open Changes`, `Open Changes with Working Tree`, `Open File`, `Open Revision`, `Open File in Remote`, `Open Revision in Remote`, `Apply Changes`, and `Show Commit File Details` commands
@@ -60,23 +60,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
60
60
- Adds `Open Branches in Remote` command (`gitlens.openBranchesInRemote`) - opens the branches in the supported remote service
61
61
- Adds `Stash Changes` command (`gitlens.stashSave`) to the source control group context menu -- can now stash a group of files
62
62
- Adds `Stash Changes` command (`gitlens.stashSave`) to the source control resource context menu -- can now stash individual files (works with multi-select too!)
63
-
- Adds `${filePath}` token to file formatting
63
+
- Adds `gitlens.gitExplorer.view` setting to specify the starting view (mode) of the `GitLens` custom view
64
+
- Adds `gitlens.gitExplorer.showTrackingBranch` setting to specify whether or not to show the tracking branch when displaying local branches in the `GitLens` custom view
65
+
- Adds `gitlens.gitExplorer.commitFormat` setting to specify the format of committed changes in the `GitLens` custom view
66
+
- Adds `gitlens.gitExplorer.commitFileFormat` setting to specify the format of a committed file in the `GitLens` custom view
67
+
- Adds `gitlens.gitExplorer.stashFormat` setting to specify the format of stashed changes in the `GitLens` custom view
68
+
- Adds `gitlens.gitExplorer.stashFileFormat` setting to specify the format of a stashed file in the `GitLens` custom view
69
+
- Adds `${filePath}` token to file formatting settings
64
70
65
71
### Changed
72
+
- Changes `Show Stashed Changes` option icon in repository status quick pick menu to match the `GitLens` custom view
73
+
- Changes `Stash Changes` option icon in stashed changes quick pick menu to a plus (+)
66
74
- Renames `Compare File with Previous` command (`gitlens.diffWithPrevious`) to `Compare File with Previous Revision`
67
75
- Renames `Compare File with Next Commit` command (`gitlens.diffWithNext`) to `Compare File with Next Revision`
68
76
- Renames `Compare File with Working Tree` command (`gitlens.diffWithWorking`) to `Compare File with Working Revision`
69
77
- Renames `Compare Line Commit with Previous` command (`gitlens.diffLineWithPrevious`) to `Compare Line Revision with Previous`
70
78
- Renames `Compare Line Commit with Working Tree` command (`gitlens.diffLineWithWorking`) to `Compare Line Revision with Working`
71
79
72
-
- Renames `gitlens.stashExplorer.stashFormat` setting to `gitlens.gitExplorer.stashFormat`
73
-
- Renames `gitlens.stashExplorer.stashFileFormat` setting to `gitlens.gitExplorer.stashFileFormat`
74
-
- Changes `gitlens.gitExplorer.stashFileFormat` setting to default to `${filePath}` for better separator handling
75
-
- Changes `Show Stashed Changes` option icon in repository status quick pick menu to match the `GitLens` custom view
76
-
- Changes `Stash Changes` option icon in stashed changes quick pick menu to a plus (+)
77
-
78
80
### Removed
79
-
- Removes the `Git Stashes` custom view view - as it's functionality has been folded into the new `GitLens` custom view
81
+
- Removes `Git Stashes` custom view view - as it's functionality has been folded into the new `GitLens` custom view
0 commit comments