Skip to content

Commit edbab0e

Browse files
committed
Preps v7.1.0
1 parent aa55304 commit edbab0e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
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-
## [Unreleased]
7+
## [7.1.0] - 2017-12-22
88
### Added
99
- Adds `Open Working File` command (`gitlens.openWorkingFile`) - opens the working file for the active file revision -- closes [#236](https://github.com/eamodio/vscode-gitlens/issues/236)
1010
- Adds `Open Revision...` command (`gitlens.openFileRevision`) - opens the selected revision for the active file
@@ -14,14 +14,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1414
- Adds `Show Branches and Tags` to quick pick menu shown by the `Open Revision...` command (`gitlens.openFileRevision`) -- closes [#204](https://github.com/eamodio/vscode-gitlens/issues/204)
1515

1616
### Changed
17+
- Improves startup performance by ~65% (on my very fast PC) and reduces package size by over 75%
1718
- Renames `Compare File with Branch...` command (`gitlens.diffWithBranch`) to `Compare File with Branch or Tag...`
1819

1920
### Fixed
2021
- Fixes issues with commit paging in certain quick pick menus
21-
22-
## [7.1.0-beta] - 2017-12-20
23-
### Changed
24-
- Improves startup performance by ~65% (on my very fast PC) and reduces package size by over 75%
22+
- Fixes issues with certain quick pick menu progress indicators getting stuck in some cases
23+
- Fixes issues with menu choice placements on the editor title menu
2524

2625
## [7.0.0] - 2017-12-18
2726
### 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.1.0-beta",
3+
"version": "7.1.0",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)