mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Preparing for a 1.0 release
Fixes #10 vscode/#11485 makes gitlens unusable with whitespace rendering Fixes #11 Not showing details of commits Fixes #12 command 'gitlens.XXX' not found Fixes #13 Handle exception when you open a file that does not exist in a git repository Fixes #14 Remove logs from production build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
## Release Notes
|
||||
|
||||
### 0.9.0
|
||||
### 1.0.0
|
||||
|
||||
- Adds support for git history (log)!
|
||||
- Adds support for blame annotations and git commands on file revisions
|
||||
@@ -15,6 +15,7 @@
|
||||
- Adds output channel logging, controlled by the `gitlens.advanced.output.level` setting
|
||||
- Switches on-demand CodeLens to be a global toggle (rather than per file)
|
||||
- Complete rewrite of the blame annotation provider to reduce overhead and provide better performance
|
||||
- Improves performance of the CodeLens support
|
||||
- Improves performance (significantly) when only showing CodeLens at the document level
|
||||
- Improves performance of status bar blame support
|
||||
- Changes `gitlens.diffWithPrevious` command to always be file sensitive diffs
|
||||
|
||||
Reference in New Issue
Block a user