Skip to content

Commit f305562

Browse files
authored
Merge pull request #66 from tintinweb/prepare/v0.1.1
[WIP] Prepare v0.1.1
2 parents 910f178 + 1db38bf commit f305562

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.1.1
4+
- new: the extension now bundles dot language support, syntax highlighting, snippets from [vscode-graphviz](https://github.com/joaompinto/vscode-graphviz/) with permission from the author [@joaompinto](https://github.com/joaompinto) - #62
5+
- new: Allow case insensitive matching in search - #64, #65
6+
37
## 0.1.0 🚀
48
- new: the code is now licensed as GPLv3. Feel free to reach out if you have any questions - #54
59
- new: vscode style user interface for the render window - #41 (thanks @bigbug)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graphviz-interactive-preview",
33
"displayName": "Graphviz Interactive Preview",
44
"description": "Graphviz (dot) Interactive Preview",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"keywords": [
77
"dot",
88
"graphviz",

0 commit comments

Comments
 (0)