Skip to content

Commit bedc1a0

Browse files
committed
Preps v5.1.0-beta
1 parent 858d9ec commit bedc1a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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-
## [5.0.1] - 2017-09-14
7+
## [5.1.0-beta] - 2017-09-15
88
### Added
99
- Adds an external link icon to the `details` hover annotations to run the `Open Commit in Remote` command (`gitlens.openCommitInRemote`)
1010
- Adds full (multi-line) commit message to the `details` hover annotations
1111

1212
### Changed
13-
- Optimizes performance of the providing blame annotations, especially for large files (saw a ~61% improvement on some files)
13+
- Optimizes performance of the providing blame annotations, especially for large files (saw a ~78% improvement on some files)
1414
- Optimizes date handling (parsing and formatting) for better performance and reduced memory consumption
1515

1616
### Removed

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": "5.0.0",
3+
"version": "5.1.0-beta",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)