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-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,28 +28,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
28
28
-`alt+left right`, `ctrl+left right`, `cmd+left right` (macOS) — reveals the selected stash in the _Repositories_ view
29
29
- Adds a new _reset_ command to reset current HEAD to a specified commit
30
30
- Adds a new _revert_ command to revert specific commits
31
-
- Improves the _fetch_ command
31
+
- Improves and enhances the _fetch_ command
32
32
- Adds a new _Fetch All & Prune_ confirmation option
33
33
- Adds the last fetched on date to the confirmation step, when a single repo is selected
34
-
- Improves the _pull_ command
34
+
- Improves and enhances the _pull_ command
35
35
- Adds a _Fetch_ button to the quick pick menu toolbar on the confirmation step, when a single repo is selected
36
36
- Adds the last fetched on date to the confirmation step, when a single repo is selected
37
37
- Adds the number of commits to pull on the confirmation step, when a single repo is selected
38
-
- Improves the _push_ command
38
+
- Improves and enhances the _push_ command
39
39
- Adds a new _Force Push_ confirmation option
40
40
- Adds the number of commits to push on the confirmation step, when a single repo is selected
41
-
- Improves the _merge_ command
41
+
- Improves and enhances the _merge_ command
42
42
- Adds a new _Squash Merge_ confirmation option
43
43
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
44
-
- Improves the _rebase_ command
44
+
- Improves and enhances the _rebase_ command
45
45
- Adds the ability to switch between picking a branch/tag or a specific commit via a toggle button in the quick pick menu toolbar
46
46
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
47
-
- Improves the _cherry-pick_ command
47
+
- Improves and enhances the _cherry-pick_ command
48
48
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
49
-
- Improves the _checkout_ command — now renamed to _switch_ for better clarity and to align with the new Git 2.23 commands
49
+
- Improves and enhances the _checkout_ command — now renamed to _switch_ for better clarity and to align with the new Git 2.23 commands
50
50
- Adds the ability to create a local branch from a remote branch
51
51
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
52
-
- Adds an all-new commit search experience, via _Git Commands_ (`gitlens.gitCommands`) or _Search Commits_ (`gitlens.showCommitSearch`)
52
+
- Adds an all-new commit search experience, via the _Git Commands_ (`gitlens.gitCommands`) or _Search Commits_ (`gitlens.showCommitSearch`) commands
53
53
- Adds the ability to match on more than one search pattern — closes [#410](https://github.com/eamodio/vscode-gitlens/issues/410)
54
54
- Adds case-\[in\]sensitive matching support — defaults to the new `gitlens.gitCommands.search.matchCase` setting
55
55
- Adds support for regular expression matching — defaults to the new `gitlens.gitCommands.search.matchRegex` setting
@@ -86,10 +86,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
86
86
87
87
- Changes _Stash All Changes_ commands in the Source Control view to toggle --keep-index appropriately — closes [#698](https://github.com/eamodio/vscode-gitlens/issues/698)
88
88
- Changes Ansible files to use document scope for code lens — thanks to [PR #813](https://github.com/eamodio/vscode-gitlens/pull/813) by Ahmadali Shafiee ([@ahmadalli](https://github.com/ahmadalli))
89
-
- Changes all fetch commands to use the _fetch_ Git command
90
-
- Changes all pull commands to use the _pull_ Git command
91
-
- Changes all push commands to use the _push_ Git command
92
-
- Changes all the stash commands to use the new _stash_ Git command
89
+
- Changes fetch commands to use the _fetch_ Git command
90
+
- Changes pull commands to use the _pull_ Git command
91
+
- Changes push commands to use the _push_ Git command
92
+
- Changes stash commands to use the new _stash_ Git command
93
93
- Changes the _Checkout_ command on branches, commits, and tags to use the _switch_ Git command
94
94
- Changes the _Cherry Pick Commit (via Terminal)_ command to use the _cherry-pick_ Git command
95
95
- Changes the _Merge Branch (via Terminal)_, and _Squash Branch into Commit (via Terminal)_ commands to use the _merge_ Git command
@@ -121,7 +121,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
121
121
- Fixes [#723](https://github.com/eamodio/vscode-gitlens/issues/723) (partially) - Top right tool loading/placement enhancement
122
122
- Fixes issues with the _Open Changes with Working File_ command when invoked from a stash
123
123
- Fixes issue where the _Open Line Changes with Previous Revision_ command would open the correct comparison in the diff editor
124
-
- Fixes some issues with the _Open Changes with [Previous|Next] Revision_ commands when in the right or left side of the diff editor
124
+
- Fixes some issues with the _Open Changes with Previous Revision_ and _Open Changes with Next Revision_ commands when in the right or left side of the diff editor
125
125
- Fixes an issue with branch sorting when the current branch was tree'd
126
126
- Fixes issues with the _Explore Repository from Revision_, _Open Revision_, _Open Files_, _Open Revisions_, _Open All Changes_, _Open All Changes with Working Tree_ commands in the latest VS Code
127
127
- Fixes typo of "workbench.colorCustomization" in README — thanks to [PR #823](https://github.com/eamodio/vscode-gitlens/pull/823) by Kwok ([@mankwok](https://github.com/mankwok))
0 commit comments