From 23db83832c1c57f70daa7881d0420f75abe13fc6 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 23 May 2017 01:30:58 -0400 Subject: [PATCH] Preps v3.5.0-beta --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f10fa0..f54b879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [3.5.0-beta] - 2017-05-22 +## [3.5.0-beta] - 2017-05-23 ### Added - Improves performance - Reduces the number of git calls on known "untrackables" @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Refactors command argument passing to allow for future inclusion into the SCM menus ### Fixed +- Fixes [#73](https://github.com/eamodio/vscode-gitlens/issues/73) - GitLens doesn't work with Chinese filenames - Fixes incorrect file selection from the commit details quick pick menu - Fixes incorrect command execution when using `"gitlens.statusBar.command": "gitlens.showQuickRepoHistory"` - Fixes a bunch of issues that were revealed by enabling Typescript `strict` mode