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:
Eric Amodio
2016-11-12 15:41:28 -05:00
parent e9db04f0c7
commit 354b823d7d
3 changed files with 7 additions and 7 deletions

View File

@@ -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