From 3389024a2a227a8f205faf9bdda3a68b451fbc1a Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 8 Feb 2017 12:25:50 -0500 Subject: [PATCH] Preps for 2.0.2 --- CHANGELOG.md | 5 +++++ README.md | 1 + package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9f7b8..85b5102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Release Notes +### 2.0.2 + - Adds auto-enable of whitespace toggling when using font-ligatures because of [vscode issue](https://github.com/Microsoft/vscode/issues/11485) + - Adds `gitlens.blame.annotation.characters.*` settings to provide some control over how annotations are displayed + - Fixes [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined + ### 2.0.1 - Fixes [#26](https://github.com/eamodio/vscode-gitlens/issues/26) - Active line annotation doesn't disappear properly after delete diff --git a/README.md b/README.md index d1c3b2b..636b8b2 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,5 @@ Provides Git CodeLens information (most recent commit, # of authors), on-demand ## Known Issues +- Visible whitespace causes issue ([vscode issue](https://github.com/Microsoft/vscode/issues/11485)) with `expanded` & `compact` blame annotations when using a non-monospace font -- use `gitlens.advanced.toggleWhitespace.enabled` if you are using a non-monospace font - Menu `alt` commands aren't working: [vscode issue](https://github.com/Microsoft/vscode/issues/15395) \ No newline at end of file diff --git a/package.json b/package.json index c094954..9887f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.0.1", + "version": "2.0.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"