From c2f78a7242f9de0b34eb826e2354fb1fe6739a00 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 18 Aug 2017 11:58:23 -0400 Subject: [PATCH] Preps v4.4.0 --- CHANGELOG.md | 4 ++-- README.md | 2 -- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e85a1..d60f64a 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/). -## [4.4.0-beta] - 2017-08-17 +## [4.4.0] - 2017-08-18 ## Added - Adds a progress indicator to the `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`) icon -- pulses while annotations are computed - Adds an active state to the `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`) icon -- turns orange while the annotations are visible @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## Changed - Changes chat links from Gitter to [Slack](https://join.slack.com/t/vscode-gitlens/shared_invite/MjIxOTgxNDE3NzM0LTE1MDE2Nzk1MTgtMjkwMmZjMzcxNQ) - Changes the look of the line separators on the gutter blame annotations -- Changes the `gitlens.advanced.toggleWhitespace.enabled` configuration setting to default to `false` -- as this should no longer be required +- Changes the `gitlens.advanced.toggleWhitespace.enabled` configuration setting to default to `false` -- thanks to the awesome work in vscode by Alexandru Dima ([@alexandrudima](https://github.com/alexandrudima)) this is no longer required! ## Removed - Removes unneeded `gitlens.stashExplorer.enabled` configuration setting since users can add or remove custom views natively now diff --git a/README.md b/README.md index 6f82734..a118626 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,6 @@ GitLens is highly customizable and provides many configuration settings to allow |Name | Description |-----|------------ -|`gitlens.advanced.toggleWhitespace.enabled`|Specifies whether or not to toggle whitespace off then showing blame annotations (*may* be required by certain fonts/themes) |`gitlens.advanced.telemetry.enabled`|Specifies whether or not to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting |`gitlens.advanced.menus`|Specifies which commands will be added to which menus |`gitlens.advanced.caching.enabled`|Specifies whether git output will be cached @@ -351,7 +350,6 @@ GitLens is highly customizable and provides many configuration settings to allow ## Known Issues - If the `Copy to * clipboard` commands don't work on Linux -- `xclip` needs to be installed. You can install it via `sudo apt-get install xclip` -- Visible whitespace causes issues ([vscode issue #11485](https://github.com/Microsoft/vscode/issues/11485)) with the `expanded` and `compact` blame annotation styles when using a non-monospace font -- set `"gitlens.advanced.toggleWhitespace.enabled": true` if you are using a non-monospace font ## Contributors diff --git a/package.json b/package.json index 953e315..2c46c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.0-beta", + "version": "4.4.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"