From 99aa4ee74b1596dbeb010392fdabb772dfb55469 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 10 Apr 2017 13:12:13 -0400 Subject: [PATCH] Preps v3.3.3 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40af2b..76d540f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 3.3.3 +- Fixes issue with newlines in commit messages in the file/branch/stash history quick picks (truncates and adds an ellipse icon) + ### 3.3.2 - Closes [#63](https://github.com/eamodio/vscode-gitlens/issues/63) - Switch commit message and author in commit pick list. Also reduces clutter in the commit quick picks - Removes `gitlens.blame.annotation.characters.*` settings since they were added to deal with unicode bugs in a previous version of vscode diff --git a/package.json b/package.json index 0aa925b..b64477f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.3.2", + "version": "3.3.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"