Eric Amodio před 7 roky
rodič
revize
99aa4ee74b
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 0
CHANGELOG.md Zobrazit soubor

@ -1,5 +1,8 @@
## Release Notes
### 3.3.3
- Fixes issue with newlines in commit messages in the file/branch/stash history quick picks (truncates and adds an ellipse icon)
### 3.3.2
- Closes [#63](https://github.com/eamodio/vscode-gitlens/issues/63) - Switch commit message and author in commit pick list. Also reduces clutter in the commit quick picks
- Removes `gitlens.blame.annotation.characters.*` settings since they were added to deal with unicode bugs in a previous version of vscode

+ 1
- 1
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit