You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [9.2.0] - 2018-12-13
8
8
9
9
### Added
10
10
11
11
- Improves the commit search experience
12
12
- Remembers and restores the last commit search string
13
-
- Adds the_Search Commits_ command to the search results inline toolbar
13
+
- Adds a_Search Commits_ command to the search results inline toolbar
14
14
- Reopens the commit search when clicking on a search results without results
15
-
- Adds a _Collapse_ command to the toolbars of the _Compare_ and _Search Commits_ views
16
-
- Adds a `gitlens.views.commitFileDescriptionFormat` setting to specify the description format of a committed file in the views
17
-
- Adds a `gitlens.views.commitDescriptionFormat` setting to specify the description format of committed changes in the views
18
-
- Adds a `gitlens.views.stashFileDescriptionFormat` setting to specify the description format of a stashed file in the views
19
-
- Adds a `gitlens.views.stashDescriptionFormat` setting to specify the description format of stashed changes in the views
20
-
- Adds a `gitlens.views.statusFileDescriptionFormat` setting to specify the description format of the status of a working or committed file in the views
15
+
- Adds a _Collapse_ command to the toolbars of the _Compare_ and _Search Commits_ views — closes [#383](https://github.com/eamodio/vscode-gitlens/issues/383)
16
+
- 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
17
+
- Adds a `gitlens.views.commitFileDescriptionFormat` setting to specify the description format of a committed file in the views
18
+
- Adds a `gitlens.views.commitDescriptionFormat` setting to specify the description format of committed changes in the views
19
+
- Adds a `gitlens.views.stashFileDescriptionFormat` setting to specify the description format of a stashed file in the views
20
+
- Adds a `gitlens.views.stashDescriptionFormat` setting to specify the description format of stashed changes in the views
21
+
- Adds a `gitlens.views.statusFileDescriptionFormat` setting to specify the description format of the status of a working or committed file in the views
21
22
- 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)
22
23
23
24
### Fixed
24
25
26
+
- Fixes [#559](https://github.com/eamodio/vscode-gitlens/issues/559)— Html encoding issues with the empty state of the _Compare_ and _Search Commits_ views
25
27
- Fixes [#574](https://github.com/eamodio/vscode-gitlens/issues/574)— Apply Changes not working because of whitespace conflicts
26
-
- Fixes html encoding issues with the empty state of the _Compare_ and _Search Commits_ views
28
+
- Fixes [#589](https://github.com/eamodio/vscode-gitlens/issues/589)— Bad revision for stash
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "gitlens",
3
3
"displayName": "GitLens — Git supercharged",
4
4
"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",
0 commit comments