Skip to content

Commit b9c4468

Browse files
committed
Updates changelog
1 parent 4bacb6f commit b9c4468

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2323
- Provides a context menu with `Open Repository in Remote`, and `Refresh` commands
2424

2525
- `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
2727
- Expand each branch to easily see its revision (commit) history
2828
- Expand each revision (commit) to quickly see the set of files changed, complete with status indicators for adds, changes, renames, and deletes
2929
- 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
6060
- Adds `Open Branches in Remote` command (`gitlens.openBranchesInRemote`) - opens the branches in the supported remote service
6161
- Adds `Stash Changes` command (`gitlens.stashSave`) to the source control group context menu -- can now stash a group of files
6262
- 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
6470

6571
### 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 (+)
6674
- Renames `Compare File with Previous` command (`gitlens.diffWithPrevious`) to `Compare File with Previous Revision`
6775
- Renames `Compare File with Next Commit` command (`gitlens.diffWithNext`) to `Compare File with Next Revision`
6876
- Renames `Compare File with Working Tree` command (`gitlens.diffWithWorking`) to `Compare File with Working Revision`
6977
- Renames `Compare Line Commit with Previous` command (`gitlens.diffLineWithPrevious`) to `Compare Line Revision with Previous`
7078
- Renames `Compare Line Commit with Working Tree` command (`gitlens.diffLineWithWorking`) to `Compare Line Revision with Working`
7179

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-
7880
### 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
82+
- Removes `gitlens.stashExplorer.stashFormat` setting
83+
- Removes `gitlens.stashExplorer.stashFileFormat` setting
8084
- Removes `Stash Unstaged Changes` option from stashed changes quick pick menu -- didn't work as intended
8185
- Removes the seeding of the commit search command from the clipboard
8286

0 commit comments

Comments
 (0)