Skip to content

Commit 5def78e

Browse files
committed
Preps v10.1.2
1 parent 9b81889 commit 5def78e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [10.1.2] - 2019-11-06
8+
9+
### Changed
10+
11+
- Changes commit icon to be closer to VS Code's
12+
- Changes webviews (welcome, settings) to have inline CSS to avoid FOUC (flash of unstyled content)
13+
- Only applies `--ignore-revs-file` custom blame flag if it is supported by the current Git version and the file exists
14+
15+
### Fixed
16+
17+
- Fixes [#882](https://github.com/eamodio/vscode-gitlens/issues/882) - Search for changes command is malformed
18+
- Fixes [#875](https://github.com/eamodio/vscode-gitlens/issues/875) - Editing causes all contextual blames to disappear
19+
- Fixes [#890](https://github.com/eamodio/vscode-gitlens/issues/890) - Version warning "Don't Show Again" button not working
20+
- Fixes [#889](https://github.com/eamodio/vscode-gitlens/issues/889) - Make the heart icon (support GitLens) rounder
21+
- Fixes broken view layout buttons in the interactive settings editor
22+
723
## [10.1.1] - 2019-10-10
824

925
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "10.1.1",
5+
"version": "10.1.2",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)