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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ 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
-
## [7.3.0-beta3] - 2018-01-11
7
+
## [7.3.0-beta4] - 2018-01-11
8
8
### Added
9
9
- Adds support for providing blame annotations, code lens, etc on files with unsaved changes -- closes [#112](https://github.com/eamodio/vscode-gitlens/issues/112)
10
10
- Adds `gitlens.defaultDateStyle` setting to specify how dates will be displayed by default -- closes [#89](https://github.com/eamodio/vscode-gitlens/issues/89)
@@ -19,8 +19,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
19
19
- Adds a helpful notification the first time the **GitLens Results** view is shown
20
20
21
21
### Changed
22
+
- Switches to the explorer view before showing the **GitLens Results** view
22
23
- Renames *Rebase Commit (via Terminal)* command (`gitlens.terminalRebaseCommit`) to *Rebase to Commit (via Terminal)*
23
24
- Renames *Reset Commit (via Terminal)* command (`gitlens.terminalResetCommit`) to *Reset to Commit (via Terminal)*
25
+
- Renames *Compare Line Revision with Working* command (`gitlens.diffLineWithWorking`) to *Compare Line Revision with Working File*
26
+
- Renames *Open Changes with Working Tree* command (`gitlens.openChangesWithWorking`) to *Open Changes with Working File*
27
+
- Renames *Compare Selected Ancestor with Working* command (`gitlens.compareSelectedAncestorWithWorking`) to *Compare Selected Ancestor with Working Tree*
28
+
- Renames *Compare with Working* command (`gitlens.compareWithWorking`) to *Compare with Working Tree*
24
29
25
30
### Fixed
26
31
- Fixes issue where the **GitLens Results** view wouldn't properly update when replacing existing results
@@ -31,6 +36,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
31
36
- Fixes [#241](https://github.com/eamodio/vscode-gitlens/issues/241) - Adds default setting for .jsonc files to match Git code lens of .json files
32
37
- Fixes issue where blame annotations and commands were missing from vscode Git staged revision documents
33
38
- Fixes issue where opening changes for renamed files in the **GitLens** and **GitLens Results** views wouldn't work properly
39
+
- Fixes issue where file-specific menu commands show up on folders in the explorer
0 commit comments