Skip to content

Commit 0378a4e

Browse files
committed
Preps v7.3.0-beta4
1 parent 0ecdb0d commit 0378a4e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [7.3.0-beta3] - 2018-01-11
7+
## [7.3.0-beta4] - 2018-01-11
88
### Added
99
- Adds support for providing blame annotations, code lens, etc on files with unsaved changes -- closes [#112](https://github.com/eamodio/vscode-gitlens/issues/112)
1010
- 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
1919
- Adds a helpful notification the first time the **GitLens Results** view is shown
2020

2121
### Changed
22+
- Switches to the explorer view before showing the **GitLens Results** view
2223
- Renames *Rebase Commit (via Terminal)* command (`gitlens.terminalRebaseCommit`) to *Rebase to Commit (via Terminal)*
2324
- 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*
2429

2530
### Fixed
2631
- 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
3136
- Fixes [#241](https://github.com/eamodio/vscode-gitlens/issues/241) - Adds default setting for .jsonc files to match Git code lens of .json files
3237
- Fixes issue where blame annotations and commands were missing from vscode Git staged revision documents
3338
- 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
3440

3541
## [7.2.0] - 2018-01-01
3642
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "7.3.0-beta3",
3+
"version": "7.3.0-beta4",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)