From c78c3c75253e78dfc3499ec34d71efcce012eb56 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 25 Jun 2017 13:25:57 -0400 Subject: [PATCH] Preps v4.1.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2e0ba..f868f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## [4.1.4] - 2017-06-25 +## Changed +- Optimizes performance of the `Compare with Previous` commands - also avoids trying to focus a line if we don't have one + +### Fixed +- Fixes `changes` (diff) hover not showing the correct previous line (for real this time) +- Attempts to fix #99 - undo/redo spawns too many git processes + ## [4.1.3] - 2017-06-20 ### Fixed - Fixes `changes` (diff) hover not showing the correct previous line when showing recent changes annotations of the whole-file diff --git a/package.json b/package.json index e1bef4b..dfb8601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.1.3", + "version": "4.1.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"