Skip to content

Commit 0b80f3b

Browse files
committed
Preps v10.2.1
1 parent b600bdc commit 0b80f3b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.2.1] - 2020-02-10
8+
9+
### Fixed
10+
11+
- Fixes [#932](https://github.com/eamodio/vscode-gitlens/issues/932) - Absolute path used in compare on git version 2.25.0.windows.1
12+
- Fixes an issue with showing changes of staged files in _File History_ view, _Open Changes with Previous Revision_ command, etc.
13+
- Fixes certain error handling because of change in a VS Code error message
14+
- Fixes file history issues w/ copied/deleted files
15+
716
## [10.2.0] - 2019-11-18
817

918
### 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.2.0",
5+
"version": "10.2.1",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)