File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ Unreleased]
8+
9+ ### Fixed
10+
11+ - Fixes [ #872 ] ( https://github.com/eamodio/vscode-gitlens/issues/872 ) - OpenFileInRemoteCommand Cannot read property 'range' of null
12+ - Fixes [ #855 ] ( https://github.com/eamodio/vscode-gitlens/issues/855 ) - Missing tags in Repositories view
13+ - Fixes an issue when creating tags with a message that contains spaces
14+ - Fixes an issue when creating and switching to a new branch
15+
716## [ 10.1.0] - 2019-10-06
817
918### Added
@@ -3219,6 +3228,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
32193228
32203229- Initial release but still heavily a work in progress.
32213230
3231+ [ 10.1.1 ] : https://github.com/eamodio/vscode-gitlens/compare/v10.1.0...eamodio:v10.1.1
3232+ [ 10.1.0 ] : https://github.com/eamodio/vscode-gitlens/compare/v10.0.1...eamodio:v10.1.0
3233+ [ 10.0.1 ] : https://github.com/eamodio/vscode-gitlens/compare/v10.0.0...eamodio:v10.0.1
32223234[ 10.0.0 ] : https://github.com/eamodio/vscode-gitlens/compare/v9.9.3...eamodio:v10.0.0
32233235[ 9.9.3 ] : https://github.com/eamodio/vscode-gitlens/compare/v9.9.2...eamodio:v9.9.3
32243236[ 9.9.2 ] : https://github.com/eamodio/vscode-gitlens/compare/v9.9.1...eamodio:v9.9.2
You can’t perform that action at this time.
0 commit comments