Przeglądaj źródła

Preps v2.10.0

main
Eric Amodio 7 lat temu
rodzic
commit
9f91f851c9
2 zmienionych plików z 10 dodań i 1 usunięć
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 9
- 0
CHANGELOG.md Wyświetl plik

@ -1,5 +1,14 @@
## Release Notes
### 2.10.0
- Adds blame and active line annotation support to git diff split view
- Adds command (compare, copy sha/message, etc) support to git diff split view
- Fixes startup failure if caching was disabled
- Fixes missing `Compare Line with Previous Commit` context menu item
- Fixes [#41](https://github.com/eamodio/vscode-gitlens/issues/41) - Toggle Blame annotations on compare files page
- Fixes issue with undo (to a saved state) not causing annotations to reappear properly
- Attempts to fix [#42](https://github.com/eamodio/vscode-gitlens/issues/42) - Cursor on Uncommitted message
### 2.9.0
- To accomodate the realization that blame information is invalid when a file has unsaved changes, the following behavior changes have been made
- Status bar blame information will hide

+ 1
- 1
package.json Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz