From 35694303c47bc621a94cdf1c594fd51163e4aaf8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 10 Apr 2017 12:53:56 -0400 Subject: [PATCH] Preps v3.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba75be..c40af2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 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 + ### 3.3.1 - Changes commit search prefixes -- no prefix for message search, `@` for author, `:` for file pattern, `#` for commit id - Changes `sha` terminology to `commit id` in the UI diff --git a/package.json b/package.json index 3d724f3..0aa925b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.3.1", + "version": "3.3.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"