Ver código fonte

Preps for 2.0.2

main
Eric Amodio 7 anos atrás
pai
commit
3389024a2a
3 arquivos alterados com 7 adições e 1 exclusões
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -0
      README.md
  3. +1
    -1
      package.json

+ 5
- 0
CHANGELOG.md Ver arquivo

@ -1,5 +1,10 @@
## Release Notes
### 2.0.2
- Adds auto-enable of whitespace toggling when using font-ligatures because of [vscode issue](https://github.com/Microsoft/vscode/issues/11485)
- Adds `gitlens.blame.annotation.characters.*` settings to provide some control over how annotations are displayed
- Fixes [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined
### 2.0.1
- Fixes [#26](https://github.com/eamodio/vscode-gitlens/issues/26) - Active line annotation doesn't disappear properly after delete

+ 1
- 0
README.md Ver arquivo

@ -47,4 +47,5 @@ Provides Git CodeLens information (most recent commit, # of authors), on-demand
## Known Issues
- Visible whitespace causes issue ([vscode issue](https://github.com/Microsoft/vscode/issues/11485)) with `expanded` & `compact` blame annotations when using a non-monospace font -- use `gitlens.advanced.toggleWhitespace.enabled` if you are using a non-monospace font
- Menu `alt` commands aren't working: [vscode issue](https://github.com/Microsoft/vscode/issues/15395)

+ 1
- 1
package.json Ver arquivo

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

Carregando…
Cancelar
Salvar