Browse Source

Preps v2.12.1

main
Eric Amodio 8 years ago
parent
commit
937c56e554
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md 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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save