Skip to content

Commit

Permalink
Create v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mt40 committed Jul 15, 2017
1 parent 5685ec3 commit 56024ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.9.0
- Add option to show TODOs in PROBLEMS panel of VSCode instead. (from #65)
- When reading, does not reject all files in batch whenever a file failed to load. (from #66)
Thanks to @peacegiverman for both pull requests :+1

## 1.8.10
- Fix JAVA regex string for matching multi-line comments (related issues: #58, #60).

Expand Down
Binary file added built_packages/vscode-todo-parser-1.9.0.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-todo-parser",
"displayName": "TODO Parser",
"description": "Parse TODOs in your working files.",
"version": "1.8.10",
"version": "1.9.0",
"publisher": "minhthai",
"engines": {
"vscode": "^1.2.0"
Expand Down

0 comments on commit 56024ac

Please sign in to comment.