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
- Adds icons to remotes in the *GitLens*view based on the remote service provider
13
+
- Adds icons to remotes in the *GitLens*explorer based on the remote service provider
14
14
- Adds multi-cursor support to current line annotations — closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
15
15
- Adds support to toggle annotations for each file individually or for all files at once — closes [#289](https://github.com/eamodio/vscode-gitlens/issues/289)
16
16
- Adds new controls the interactive settings editor (*Open Settings* from the Command Palette) to configure this new behavior
@@ -21,6 +21,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
21
21
### Changed
22
22
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are done to the working tree — closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
23
23
24
+
### Removed
25
+
- Removes tag icons from the *GitLens* explorer
26
+
24
27
### Fixed
25
28
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. FYI, only affects new installs or if you remove the `gitlens.keymap` setting)
26
29
- Fixes issue where Recent Changes annotations weren't restored properly on tab switch
0 commit comments