@ -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/).
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
### Added
- Improves the commit search experience
- Improves the commit search experience
- Remembers and restores the last commit search string
- 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
- 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)
- 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
### 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 [#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
"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",
"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",