From fbaed2c9c9c8096fa049e94736045df4fe285bf3 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 13 Dec 2018 04:50:59 -0500 Subject: [PATCH] Preps v9.2.0 --- CHANGELOG.md | 20 ++++++------ package.json | 2 +- src/ui/welcome/index.html | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c065bcd..a62ffde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,28 @@ 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/). -## [Unreleased] +## [9.2.0] - 2018-12-13 ### Added - Improves the commit search experience - Remembers and restores the last commit search string - - Adds the _Search Commits_ command to the search results inline toolbar + - Adds a _Search Commits_ command to the search results inline toolbar - Reopens the commit search when clicking on a search results without results -- Adds a _Collapse_ command to the toolbars of the _Compare_ and _Search Commits_ views -- Adds a `gitlens.views.commitFileDescriptionFormat` setting to specify the description format of a committed file in the views -- Adds a `gitlens.views.commitDescriptionFormat` setting to specify the description format of committed changes in the views -- Adds a `gitlens.views.stashFileDescriptionFormat` setting to specify the description format of a stashed file in the views -- Adds a `gitlens.views.stashDescriptionFormat` setting to specify the description format of stashed changes in the views -- Adds a `gitlens.views.statusFileDescriptionFormat` setting to specify the description format of the status of a working or committed file in the views +- Adds a _Collapse_ command to the toolbars of the _Compare_ and _Search Commits_ views — closes [#383](https://github.com/eamodio/vscode-gitlens/issues/383) +- Adds support for the [new ability](https://code.visualstudio.com/updates/v1_30#_custom-views) to have descriptions on view nodes — provides a much cleaner layout + - Adds a `gitlens.views.commitFileDescriptionFormat` setting to specify the description format of a committed file in the views + - Adds a `gitlens.views.commitDescriptionFormat` setting to specify the description format of committed changes in the views + - Adds a `gitlens.views.stashFileDescriptionFormat` setting to specify the description format of a stashed file in the views + - Adds a `gitlens.views.stashDescriptionFormat` setting to specify the description format of stashed changes in the views + - Adds a `gitlens.views.statusFileDescriptionFormat` setting to specify the description format of the status of a working or committed file in the views - Adds a `gitlens.views.repositories.compact` setting to specify whether to show the _Repositories_ view in a compact display density — closes [#571](https://github.com/eamodio/vscode-gitlens/issues/571) ### Fixed +- Fixes [#559](https://github.com/eamodio/vscode-gitlens/issues/559) — Html encoding issues with the empty state of the _Compare_ and _Search Commits_ views - Fixes [#574](https://github.com/eamodio/vscode-gitlens/issues/574) — Apply Changes not working because of whitespace conflicts -- Fixes html encoding issues with the empty state of the _Compare_ and _Search Commits_ views +- Fixes [#589](https://github.com/eamodio/vscode-gitlens/issues/589) — Bad revision for stash ## [9.1.0] - 2018-12-12 diff --git a/package.json b/package.json index d8f6660..f13aae2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", - "version": "9.1.0", + "version": "9.2.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" diff --git a/src/ui/welcome/index.html b/src/ui/welcome/index.html index f0223d3..2b33a42 100644 --- a/src/ui/welcome/index.html +++ b/src/ui/welcome/index.html @@ -116,6 +116,87 @@