Preps v2.12.1

This commit is contained in:
Eric Amodio
2017-03-15 12:39:50 -04:00
parent b6ce03b806
commit 937c56e554
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Release Notes
### 2.12.1
- Adds `gitlens.advanced.codeLens.debug` setting to control whether or not to show debug information in CodeLens
- Fixes issue where `gitlens.showQuickRepoHistory` command fails to open when there is no active editor
### 2.12.0
- Adds progress indicator for the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
- Adds paging support to the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "2.12.0",
"version": "2.12.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"