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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [8.3.3] - 2018-05-31
8
8
### Added
9
9
- Adds (re-adds) support for handling single files — closes [#321](https://github.com/eamodio/vscode-gitlens/issues/321)
10
10
- Adds *Close Repository* (`gitlens.explorers.closeRepository`) command to repository and repository status nodes in the *GitLens* explorer — closes (hides) the repository in the *GitLens* explorer
11
11
12
12
### Fixed
13
-
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in GitLens Results explorer
13
+
- Fixes [#362](https://github.com/eamodio/vscode-gitlens/issues/362) - Too many code lenses in postcss files
14
+
- Fixes [#381](https://github.com/eamodio/vscode-gitlens/issues/381) - Can't stash single files with older versions of Git
15
+
- Fixes [#384](https://github.com/eamodio/vscode-gitlens/issues/384) - Absolute dates not always honored in *GitLens Results* explorer
- Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor
50
+
- Adds (re-adds) support for handling single files — closes [#321](https://github.com/eamodio/vscode-gitlens/issues/321)
50
51
- Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358)
51
52
- Adds *Show GitLens Explorer* (`gitlens.showGitExplorer`) command — shows/expands the *GitLens* explorer
52
53
- Adds *Show History Explorer* (`gitlens.showHistoryExplorer`) command — shows/expands the *GitLens History* explorer
53
54
- Adds *Show Results Explorer* (`gitlens.showResultsExplorer`) command — shows/expands the *GitLens Results* explorer
55
+
- Adds *Close Repository* (`gitlens.explorers.closeRepository`) command to repository and repository status nodes in the *GitLens* explorer — closes (hides) the repository in the *GitLens* explorer
54
56
- Showing results in the *GitLens Results* explorer now properly shows the explorer first
55
57
- Renames *Compare Line Revision with Previous* command (`gitlens.diffLineWithPrevious`) to *Compare Commit with Previous* for consistency with other commands
56
58
- Renames *Compare Line Revision with Working File* command (`gitlens.diffLineWithWorking`) to *Compare Commit with Working File* for consistency with other commands
Adds (re-adds) support for handling single files — closes <atitle="Open Issue #321" href="https://github.com/eamodio/vscode-gitlens/issues/321">#321</a>
Adds a tree layout option to tags in the <i>GitLens</i> explorer — closes <atitle="Open Issue #358" href="https://github.com/eamodio/vscode-gitlens/issues/358">#358</a>
98
102
<divclass="changelog__details"></div>
@@ -109,6 +113,10 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
109
113
Adds <i>Show Results Explorer</i> command (<code>gitlens.showResultsExplorer</code>) — shows/expands the <i>GitLens Results</i> explorer
Adds <i>Close Repository</i> command (<code>gitlens.explorers.closeRepository</code>) to repository and repository status nodes in the <i>GitLens</i> explorer — closes (hides) the repository in the <i>GitLens</i> explorer
Showing results in the <i>GitLens Results</i> explorer now properly shows the explorer first
114
122
<divclass="changelog__details"></div>
@@ -153,6 +161,22 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
153
161
Fixes <atitle="Open Issue #372" href="https://github.com/eamodio/vscode-gitlens/issues/372">#372</a> — Wrong URL to VSTS work item when using hash work item id in commit
Fixes <atitle="Open Issue #381" href="https://github.com/eamodio/vscode-gitlens/issues/381">#381</a> — Can't stash single files with older versions of Git
Fixes <atitle="Open Issue #384" href="https://github.com/eamodio/vscode-gitlens/issues/384">#384</a> — Absolute dates not always honored in <i>GitLens Results</i> explorer
0 commit comments