From bedc1a05f50928da8113e76cc033935cb5503816 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 15 Sep 2017 03:29:47 -0400 Subject: [PATCH] Preps v5.1.0-beta --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c9a34..bd5459f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [5.0.1] - 2017-09-14 +## [5.1.0-beta] - 2017-09-15 ### Added - Adds an external link icon to the `details` hover annotations to run the `Open Commit in Remote` command (`gitlens.openCommitInRemote`) - Adds full (multi-line) commit message to the `details` hover annotations ### Changed -- Optimizes performance of the providing blame annotations, especially for large files (saw a ~61% improvement on some files) +- Optimizes performance of the providing blame annotations, especially for large files (saw a ~78% improvement on some files) - Optimizes date handling (parsing and formatting) for better performance and reduced memory consumption ### Removed diff --git a/package-lock.json b/package-lock.json index 6770591..3042b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.0.0", + "version": "5.1.0-beta", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb74757..cc34222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.0.0", + "version": "5.1.0-beta", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"